From 946284777bb167520be2415cf1a138f1e245554b Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 22 Apr 2022 18:10:56 -0700 Subject: Clean up zombie monsters. --- .../Monsters/Zombies/Graveyard.json | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) (limited to 'vamp_stuff') diff --git a/vamp_stuff/Modification_Files/Monsters/Zombies/Graveyard.json b/vamp_stuff/Modification_Files/Monsters/Zombies/Graveyard.json index e59594e..2247866 100644 --- a/vamp_stuff/Modification_Files/Monsters/Zombies/Graveyard.json +++ b/vamp_stuff/Modification_Files/Monsters/Zombies/Graveyard.json @@ -6,7 +6,8 @@ "description": "A human body covered in a thick red crust that looks like blood, and brandishing a nasty set of fangs. It does not appear to be slowed despite the bulk of the armor.", "default_faction": "zombie", "species": [ "ZOMBIE", "ELDERZED" ], - "size": "MEDIUM", + "volume": "62500 ml", + "weight": "81500 g", "hp": 185, "bodytype": "human", "speed": 85, @@ -21,6 +22,7 @@ "melee_cut": 3, "armor_bash": 3, "armor_cut": 9, + "armor_bullet": 9, "vision_day": 30, "vision_night": 4, "harvest": "zombie", @@ -37,7 +39,8 @@ "description": "A human body with long claws, immensive fangs, and a red tint to the skin color. It moves quite swiftly.", "default_faction": "zombie", "species": [ "ZOMBIE", "ELDERZED" ], - "bodytype": "human", + "volume": "62500 ml", + "weight": "81500 g", "size": "MEDIUM", "hp": 85, "speed": 135, @@ -52,6 +55,7 @@ "melee_cut": 4, "armor_bash": 2, "armor_cut": 6, + "armor_bullet": 6, "dodge": 3, "vision_day": 35, "harvest": "zombie", @@ -70,7 +74,8 @@ "default_faction": "zombie", "species": [ "ZOMBIE", "ELDERZED" ], "bodytype": "human", - "size": "MEDIUM", + "volume": "62500 ml", + "weight": "81500 g", "hp": 265, "speed": 65, "material": [ "flesh" ], @@ -84,6 +89,7 @@ "melee_cut": 4, "armor_bash": 5, "armor_cut": 15, + "armor_bullet": 12, "vision_day": 13, "harvest": "zombie", "vision_night": 3, @@ -101,7 +107,8 @@ "default_faction": "zombie", "species": [ "ZOMBIE", "ELDERZED" ], "bodytype": "human", - "size": "LARGE", + "volume": "875000 ml", + "weight": "200 kg", "hp": 355, "speed": 60, "material": [ "flesh" ], @@ -115,6 +122,7 @@ "melee_cut": 5, "armor_bash": 8, "armor_cut": 24, + "armor_bullet": 18, "harvest": "zombie", "vision_day": 35, "vision_night": 5, @@ -127,11 +135,12 @@ "id": "mon_zombie_bonewraith", "type": "MONSTER", "name": { "str": "bone wraith blood zombie" }, - "description": "A skeleton with an additional pair of arm protruding from on its back.", + "description": "A skeleton with an additional pair of arms protruding from its back.", "default_faction": "zombie", "species": [ "ZOMBIE", "ELDERZED" ], "bodytype": "human", - "size": "MEDIUM", + "volume": "92500 ml", + "weight": "120 kg", "hp": 105, "speed": 145, "material": [ "flesh" ], @@ -145,6 +154,7 @@ "melee_cut": 6, "armor_bash": 4, "armor_cut": 12, + "armor_bullet": 9, "harvest": "zombie", "vision_day": 35, "vision_night": 5, -- cgit v1.2.1