From 91c0efef226b1fc2f42072d408e08e572b0f9be9 Mon Sep 17 00:00:00 2001 From: John Candlebury Date: Wed, 19 May 2021 20:54:02 -0600 Subject: [PATCH] Add blood to AFS harvest lists --- data/mods/Aftershock/items/afs_harvest.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/mods/Aftershock/items/afs_harvest.json b/data/mods/Aftershock/items/afs_harvest.json index 8eb8bf9a22225..a650e3b9d2719 100644 --- a/data/mods/Aftershock/items/afs_harvest.json +++ b/data/mods/Aftershock/items/afs_harvest.json @@ -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 } ] @@ -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 } ] @@ -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 },