diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-05-07 08:14:28 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-05-07 08:14:28 -0700 |
commit | 4cc4975ebea2fc9fbeeaddd9fe69b2d5ea7bc293 (patch) | |
tree | 1abd9999b5c2987d7d7d19fd8f48ed69bcf7a889 | |
parent | Add electrical resistance to vampires. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-4cc4975ebea2fc9fbeeaddd9fe69b2d5ea7bc293.tar.xz |
Fix vampire monster resistances.
-rw-r--r-- | vamp_stuff/Modification_Files/Monsters/Zombies/Vampire.json | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/vamp_stuff/Modification_Files/Monsters/Zombies/Vampire.json b/vamp_stuff/Modification_Files/Monsters/Zombies/Vampire.json index a193a66..df19d0a 100644 --- a/vamp_stuff/Modification_Files/Monsters/Zombies/Vampire.json +++ b/vamp_stuff/Modification_Files/Monsters/Zombies/Vampire.json @@ -21,8 +21,9 @@ "melee_cut": 6, "dodge": 5, "harvest": "exempt", - "armor_bash": 2, - "armor_cut": 12, + "armor_bash": 12, + "armor_cut": 6, + "armor_bullet": 6, "vision_day": 50, "vision_night": 20, "special_attacks": [ { "type": "bite", "cooldown": 7 }, [ "GRAB", 7 ] ], @@ -52,8 +53,9 @@ "melee_cut": 8, "dodge": 6, "harvest": "exempt", - "armor_bash": 1, - "armor_cut": 10, + "armor_bash": 10, + "armor_cut": 5, + "armor_bullet": 5, "vision_day": 50, "vision_night": 20, "special_attacks": [ [ "BRANDISH", 22 ], { "type": "spell", "spell_data": { "id": "v_sink_bstrike" }, "cooldown": 28 } ], @@ -84,8 +86,9 @@ "melee_cut": 4, "dodge": 3, "harvest": "exempt", - "armor_bash": 4, - "armor_cut": 10, + "armor_bash": 10, + "armor_cut": 5, + "armor_bullet": 5, "vision_day": 50, "vision_night": 20, "special_attacks": [ @@ -119,8 +122,9 @@ "melee_cut": 4, "dodge": 3, "harvest": "exempt", - "armor_bash": 2, - "armor_cut": 12, + "armor_bash": 10, + "armor_cut": 5, + "armor_bullet": 5, "vision_day": 50, "vision_night": 20, "special_attacks": [ @@ -155,8 +159,9 @@ "melee_cut": 2, "dodge": 2, "harvest": "exempt", - "armor_bash": 12, - "armor_cut": 22, + "armor_bash": 20, + "armor_cut": 10, + "armor_bullet": 10, "vision_day": 50, "vision_night": 20, "special_attacks": [ { "type": "spell", "spell_data": { "id": "v_hemo_transfusion" }, "cooldown": 24 } ], |