Skip to content

Commit

Permalink
Fix harvest for arachnid_acid and acidant_queen (#36378)
Browse files Browse the repository at this point in the history
  • Loading branch information
arijust authored and I-am-Erk committed Dec 23, 2019
1 parent b9b3dc2 commit 370d795
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/json/harvest.json
Original file line number Diff line number Diff line change
Expand Up @@ -401,10 +401,10 @@
"type": "harvest",
"message": "You laboriously dissect the colossal insect.",
"entries": [
{ "drop": "meat", "base_num": [ 40, 55 ], "scale_num": [ 0.5, 0.7 ], "max": 80, "type": "flesh" },
{ "drop": "mutant_meat", "base_num": [ 40, 55 ], "scale_num": [ 0.5, 0.7 ], "max": 80, "type": "flesh" },
{ "drop": "acidchitin_piece", "base_num": [ 2, 6 ], "scale_num": [ 0.3, 0.6 ], "max": 10, "type": "bone" },
{ "drop": "sweetbread", "base_num": [ 3, 4 ], "scale_num": [ 0.4, 0.6 ], "max": 8, "type": "offal" },
{ "drop": "fat", "base_num": [ 5, 8 ], "scale_num": [ 0.6, 0.8 ], "max": 18, "type": "flesh" }
{ "drop": "mutant_fat", "base_num": [ 5, 8 ], "scale_num": [ 0.6, 0.8 ], "max": 18, "type": "flesh" }
]
},
{
Expand All @@ -421,8 +421,8 @@
"id": "arachnid_acid",
"type": "harvest",
"entries": [
{ "drop": "meat_tainted", "type": "flesh", "mass_ratio": 0.33 },
{ "drop": "fat", "type": "flesh", "mass_ratio": 0.04 },
{ "drop": "mutant_meat", "type": "flesh", "mass_ratio": 0.33 },
{ "drop": "mutant_fat", "type": "flesh", "mass_ratio": 0.04 },
{ "drop": "sinew", "type": "bone", "mass_ratio": 0.01 },
{ "drop": "acidchitin_piece", "type": "bone", "mass_ratio": 0.1 }
]
Expand Down

0 comments on commit 370d795

Please sign in to comment.