diff options
Diffstat (limited to 'vamp_stuff/Modification_Files/NPC')
-rw-r--r-- | vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json | 7 |
1 files changed, 6 insertions, 1 deletions
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 9640c30..638f28e 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 @@ -9,7 +9,12 @@ [ "blood_talisman", 50 ], [ "blood_forge_infuse", 75 ], [ "bloodcompressor", 75 ], - [ "bloodextractor", 75 ] + [ "bloodextractor", 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 }, + { "item": "sugar", "prob": 75, "count-min": 1, "count-max": 3 }, + { "item": "salt", "prob": 75, "count-min": 1, "count-max": 3 }, + { "item": "clean_water", "prob": 75, "count-min": 1, "count-max": 3 }, ] }, { |