diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-02-20 10:48:27 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-02-20 10:48:27 -0800 |
commit | 882d10192948ea6d74df2dd701c51e6d54398fae (patch) | |
tree | 7e13c554b1ecef1a9f0fe8a3d1dd74b37d337769 /vamp_stuff/Modification_Files/Mutation/mutations_vamp.json | |
parent | Vampirism now cancels/supercedes Albino. (diff) | |
download | cataclysm-dda-mod_vampire-stuff-redone-882d10192948ea6d74df2dd701c51e6d54398fae.tar.xz |
Fix that to be cancelled by Deadened Body.
Diffstat (limited to 'vamp_stuff/Modification_Files/Mutation/mutations_vamp.json')
-rw-r--r-- | vamp_stuff/Modification_Files/Mutation/mutations_vamp.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json index fb0c011..41088d6 100644 --- a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json @@ -8,7 +8,7 @@ "valid": false, "purifiable": false, "threshold": true, - "cancels": [ "VAMP_GHOUL", "VAMP_BLOODDOLL", "ALBINO" ], + "cancels": [ "VAMP_GHOUL", "VAMP_BLOODDOLL" ], "enchantments": [ "VAMP_ench" ], "passive_mods": { "str_mod": 2, "dex_mod": 2, "int_mod": 2, "per_mod": 2 }, "vitamin_rates": [ [ "vitA", -1200 ], [ "vitB", -1200 ], [ "vitC", -1200 ], [ "calcium", -1200 ], [ "iron", -1200 ] ] @@ -157,7 +157,7 @@ "description": "You look very pale and your skin is cold to the touch, and you no longer breathe nor does your heart beat. On the other hand you are immune to most conditions that would debilitate the living, as well as being resistant to regular injuries.", "valid": false, "purifiable": false, - "threshreq": [ "THRESH_VAMP" ], + "threshreq": [ "THRESH_VAMP", "ALBINO" ], "category": [ "VAMP" ], "armor": [ { "parts": "ALL", "bash": 10, "cut": 5, "stab": 10 } ], "cancels": [ |