Skip to content

Commit

Permalink
Backporting #51406 Make Gozu and Amigara yield demihuman meat
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettDong authored and ZhilkinSerg committed Nov 27, 2021
1 parent c54f141 commit 8c653d2
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 @@ -1226,13 +1226,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_dice_sides": 4,
"melee_cut": 0,
"dodge": 2,
"harvest": "human",
"harvest": "demihuman",
"special_attacks": [ [ "FEAR_PARALYZE", 0 ] ],
"death_function": [ "AMIGARA", "NORMAL" ],
"flags": [ "SMELLS", "HEARS", "SEES", "STUMBLES", "HARDTOSHOOT" ]
Expand Down

0 comments on commit 8c653d2

Please sign in to comment.