Skip to content

Commit

Permalink
Merge pull request CleverRaven#48944 from John-Candlebury/ags-harvest…
Browse files Browse the repository at this point in the history
…-list-bloodfix

Aftershock: Add blood to harvest lists
  • Loading branch information
ZhilkinSerg authored May 22, 2021
2 parents 820adad + 91c0efe commit 687b686
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/mods/Aftershock/items/afs_harvest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"entries": [
{ "drop": "meat_tainted", "type": "flesh", "mass_ratio": 0.25 },
{ "drop": "fat_tainted", "type": "flesh", "mass_ratio": 0.08 },
{ "drop": "blood_tainted", "type": "blood", "mass_ratio": 0.1 },
{ "drop": "bone_tainted", "type": "bone", "mass_ratio": 0.1 },
{ "drop": "afs_titanium_implant", "type": "bionic", "flags": [ "FILTHY", "NO_STERILE" ], "max": 1 }
]
Expand All @@ -28,6 +29,7 @@
},
{ "drop": "afs_titanium_implant", "type": "bionic", "flags": [ "FILTHY", "NO_STERILE" ], "max": 1 },
{ "drop": "meat_tainted", "type": "flesh", "mass_ratio": 0.25 },
{ "drop": "blood_tainted", "type": "blood", "mass_ratio": 0.1 },
{ "drop": "fat_tainted", "type": "flesh", "mass_ratio": 0.08 },
{ "drop": "bone_tainted", "type": "bone", "mass_ratio": 0.1 }
]
Expand All @@ -39,6 +41,7 @@
{ "drop": "human_flesh", "type": "flesh", "mass_ratio": 0.2 },
{ "drop": "hstomach", "scale_num": [ 1, 1 ], "max": 1, "type": "offal" },
{ "drop": "human_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": "sinew", "type": "bone", "mass_ratio": 0.001 },
{ "drop": "afs_titanium_implant", "type": "bionic", "flags": [ "FILTHY", "NO_STERILE" ], "max": 1 },
Expand Down

0 comments on commit 687b686

Please sign in to comment.