Skip to content

Commit

Permalink
change dark wyrm's blood type to foul acidic blood
Browse files Browse the repository at this point in the history
  • Loading branch information
flybye3o6 committed Jul 8, 2023
1 parent b69ae48 commit 7426dc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions data/json/harvest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1733,9 +1733,9 @@
"type": "harvest",
"entries": [
{ "drop": "blood_acid_underground", "type": "blood", "mass_ratio": 0.1 },
{ "drop": "mutant_meat", "type": "flesh", "mass_ratio": 0.4 },
{ "drop": "mutant_fat", "type": "flesh", "mass_ratio": 0.1 },
{ "drop": "mutant_fat", "type": "offal", "mass_ratio": 0.1 }
{ "drop": "mutant_meat", "type": "flesh", "mass_ratio": 0.36 },
{ "drop": "mutant_fat", "type": "flesh", "mass_ratio": 0.08 },
{ "drop": "acidchitin_piece", "type": "bone", "mass_ratio": 0.06 }
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion data/json/monsters/insect_spider.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"melee_damage": [ { "damage_type": "cut", "amount": 4 } ],
"dodge": 4,
"bleed_rate": 60,
"harvest": "arachnid_acid",
"harvest": "underground_acid",
"dissect": "dissect_troglobite_sample_small",
"fear_triggers": [ "FIRE" ],
"zombify_into": "mon_meat_cocoon_med",
Expand Down

0 comments on commit 7426dc5

Please sign in to comment.