Skip to content

Commit

Permalink
Make Gozu and Amigara yield demihuman meat
Browse files Browse the repository at this point in the history
  • Loading branch information
eltank committed Sep 5, 2021
1 parent 0138041 commit f16d23e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions data/json/harvest.json
Expand Up @@ -1242,13 +1242,13 @@
"id": "gozu",
"type": "harvest",
"entries": [
{ "drop": "human_flesh", "type": "flesh", "mass_ratio": 0.18 },
{ "drop": "demihuman_flesh", "type": "flesh", "mass_ratio": 0.18 },
{ "drop": "blood", "type": "blood", "mass_ratio": 0.1 },
{ "drop": "meat", "type": "flesh", "mass_ratio": 0.4 },
{ "drop": "hstomach", "scale_num": [ 1, 1 ], "max": 1, "type": "offal" },
{ "drop": "human_fat", "type": "flesh", "mass_ratio": 0.1 },
{ "drop": "demihuman_stomach", "scale_num": [ 1, 1 ], "max": 1, "type": "offal" },
{ "drop": "demihuman_fat", "type": "flesh", "mass_ratio": 0.1 },
{ "drop": "blood", "type": "blood", "mass_ratio": 0.1 },
{ "drop": "bone_human", "type": "bone", "mass_ratio": 0.12 },
{ "drop": "bone_demihuman", "type": "bone", "mass_ratio": 0.12 },
{ "drop": "sinew", "type": "bone", "mass_ratio": 0.001 },
{ "drop": "raw_leather", "type": "skin", "mass_ratio": 0.01 },
{ "drop": "raw_fur", "type": "skin", "mass_ratio": 0.001 }
Expand Down
2 changes: 1 addition & 1 deletion data/json/monsters/nether.json
Expand Up @@ -56,7 +56,7 @@
"melee_cut": 0,
"dodge": 2,
"bleed_rate": 50,
"harvest": "human",
"harvest": "demihuman",
"special_attacks": [ [ "FEAR_PARALYZE", 0 ] ],
"death_function": { "effect": { "id": "death_amigara" } },
"death_drops": "amigara_drops",
Expand Down

0 comments on commit f16d23e

Please sign in to comment.