Skip to content

Commit

Permalink
Fix butchery results
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Candlebury committed Jan 8, 2020
1 parent 91c47b0 commit 1f9a072
Showing 1 changed file with 34 additions and 3 deletions.
37 changes: 34 additions & 3 deletions data/mods/Aftershock/items/afs_harvest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,47 @@
"id": "zombie",
"//": "your bog standard zombie",
"type": "harvest",
"entries": [ { "drop": "afs_titanium_implant", "type": "bionic", "flags": [ "FILTHY", "NO_STERILE" ], "max": 1 } ]
"entries": [
{ "drop": "meat_tainted", "type": "flesh", "mass_ratio": 0.25 },
{ "drop": "fat_tainted", "type": "flesh", "mass_ratio": 0.08 },
{ "drop": "bone_tainted", "type": "bone", "mass_ratio": 0.1 },
{ "drop": "afs_titanium_implant", "type": "bionic", "flags": [ "FILTHY", "NO_STERILE" ], "max": 1 },
{ "drop": "pheromone", "type": "bionic", "max": 1 }
]
},
{
"id": "CBM_CIV",
"type": "harvest",
"entries": [ { "drop": "afs_titanium_implant", "type": "bionic", "flags": [ "FILTHY", "NO_STERILE" ], "max": 1 } ]
"entries": [
{
"drop": "bio_power_storage",
"type": "bionic",
"flags": [ "FILTHY", "NO_STERILE", "NO_PACKED" ],
"faults": [ "fault_bionic_salvaged" ]
},
{
"drop": "bionics_common",
"type": "bionic_group",
"flags": [ "FILTHY", "NO_STERILE", "NO_PACKED" ],
"faults": [ "fault_bionic_salvaged" ]
},
{ "drop": "afs_titanium_implant", "type": "bionic", "flags": [ "FILTHY", "NO_STERILE" ], "max": 1 },
{ "drop": "meat_tainted", "type": "flesh", "mass_ratio": 0.25 },
{ "drop": "fat_tainted", "type": "flesh", "mass_ratio": 0.08 },
{ "drop": "bone_tainted", "type": "bone", "mass_ratio": 0.1 }
]
},
{
"id": "human",
"type": "harvest",
"entries": [ { "drop": "afs_titanium_implant", "type": "bionic", "flags": [ "FILTHY", "NO_STERILE" ], "max": 1 } ]
"entries": [
{ "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": "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 },
{ "drop": "raw_hleather", "type": "skin", "mass_ratio": 0.01 }
]
}
]

0 comments on commit 1f9a072

Please sign in to comment.