From 4cc4975ebea2fc9fbeeaddd9fe69b2d5ea7bc293 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 7 May 2022 08:14:28 -0700 Subject: Fix vampire monster resistances. --- .../Monsters/Zombies/Vampire.json | 25 +++++++++++++--------- 1 file changed, 15 insertions(+), 10 deletions(-) (limited to 'vamp_stuff') 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 } ], -- cgit v1.2.1