diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-21 22:51:06 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-21 22:51:06 -0700 |
commit | 586b6fe7be34e0628bed1c873c5d1c2ee24f3eff (patch) | |
tree | 9f65eb2a00b76fdacc63084ef30c1b38f2b067c4 | |
parent | Update guns from stab to bullet damage. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-586b6fe7be34e0628bed1c873c5d1c2ee24f3eff.tar.xz |
Update vampire damage resistances.
-rw-r--r-- | vamp_stuff/Modification_Files/Mutation/mutations_vamp.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json index 8cb7fb1..edf6168 100644 --- a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json @@ -162,7 +162,7 @@ "purifiable": false, "threshreq": [ "THRESH_VAMP" ], "category": [ "VAMP" ], - "armor": [ { "parts": "ALL", "bash": 10, "cut": 5, "stab": 10 } ], + "armor": [ { "parts": "ALL", "bash": 10, "bullet": 5, "cut": 5, "stab": 5 } ], "cancels": [ "ASTHMA", "ALBINO", "PALE", "SUNBURN", |