summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-05 20:48:56 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-05 20:48:56 -0700
commit77cbbe882f32e87b255792608cc89b121d8be583 (patch)
tree50dadb6491fc7800975e8ce2004eca429c218f7d
parentBuff infused blood armour to not be crappier than the kevlar armour it upgrades (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-77cbbe882f32e87b255792608cc89b121d8be583.tar.xz
Prevent vitamin deficency in vampires like carnivore does
-rw-r--r--vamp_stuff/Modification_Files/Mutation/mutations_vamp.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json
index d0a0664..c0329fa 100644
--- a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json
+++ b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json
@@ -9,7 +9,8 @@
"purifiable": false,
"threshold": true,
"cancels": [ "ASTHMA" ],
- "enchantments": [ "VAMP_ench" ]
+ "enchantments": [ "VAMP_ench" ],
+ "vitamin_rates": [ [ "vitA", -1200 ], [ "vitB", -1200 ], [ "vitC", -1200 ], [ "calcium", -1200 ], [ "iron", -1200 ] ]
},
{
"type": "mutation",