diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-03-09 23:22:57 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-03-09 23:22:57 -0800 |
commit | f6d7584275c9f3f7cc55ef2840f779e7cbadbbb2 (patch) | |
tree | c9cb0494ba9e23cf8f5a7e4d13b5133ceb416d27 /vamp_stuff/Modification_Files/NPC | |
parent | Clean up more mission text (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-f6d7584275c9f3f7cc55ef2840f779e7cbadbbb2.tar.xz |
Add synthetic blood (and components) to the vampire trader
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 }, ] }, { |