diff options
| -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 } ], | 
