From 6c0050a39c3bb414080b43727a8104e0f696f453 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 25 Aug 2022 14:42:19 -0700 Subject: Obsolete Blood Extactor and Blood Forge. Update impacted recipes acordingly. Fix powdered blood recipe to be based on powdered milk recipe. Clean up component listings for recipes. Remove duplicate Blood Forge Recipe. Update readme. --- vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json | 1 - 1 file changed, 1 deletion(-) (limited to 'vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json') diff --git a/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json b/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json index 80a19ef..39001ff 100644 --- a/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json +++ b/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json @@ -6,7 +6,6 @@ "entries": [ { "group": "vampmeleeweapon", "prob": 50, "count": [ 0, 3 ] }, { "item": "blood_talisman", "prob": 50 }, - { "item": "blood_forge_infuse", "prob": 75 }, { "item": "bloodcompressor", "prob": 75 }, { "item": "synthblood", "prob": 100, "container-item": "bottle_plastic", "count-min": 2, "count-max": 5 }, { "item": "protein_powder", "prob": 75, "count-min": 1, "count-max": 3 }, -- cgit v1.2.1