summaryrefslogtreecommitdiff
path: root/vamp_stuff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-03-09 23:22:57 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-03-09 23:22:57 -0800
commitf6d7584275c9f3f7cc55ef2840f779e7cbadbbb2 (patch)
treec9cb0494ba9e23cf8f5a7e4d13b5133ceb416d27 /vamp_stuff
parentClean up more mission text (diff)
downloadcataclysm-bn-mod_vampire-stuff-redone-f6d7584275c9f3f7cc55ef2840f779e7cbadbbb2.tar.xz
Add synthetic blood (and components) to the vampire trader
Diffstat (limited to 'vamp_stuff')
-rw-r--r--vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json7
-rw-r--r--vamp_stuff/readme6
2 files changed, 10 insertions, 3 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 },
]
},
{
diff --git a/vamp_stuff/readme b/vamp_stuff/readme
index 93cb087..0b529a4 100644
--- a/vamp_stuff/readme
+++ b/vamp_stuff/readme
@@ -19,8 +19,10 @@ Buff the vampire immunity in line with what makes sense.
To-Do:
Fix the vampire immunity to apply properly.
+Fix the warnings upon entering gas fields vampires are immune to.
+Fix the warnings inside gas fields vampires are immune to.
Create a way to become a vampire.
Rebalance blood more so it won't make you fat so quickly.
-Add synthetic blood to vampire merchants.
+Add synthetic blood to vampire merchants. -Done
Come up with some other way to get human blood without killing.
-Patch underwater breathing in the source code.
+Patch underwater breathing in the source code. -Done