summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-22 18:10:56 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-22 18:10:56 -0700
commit946284777bb167520be2415cf1a138f1e245554b (patch)
tree3c246dade631c821c4d05acf090bc25f7617894b
parentRebalance compacted blood bullet resistance. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-946284777bb167520be2415cf1a138f1e245554b.tar.xz
Clean up zombie monsters.
-rw-r--r--vamp_stuff/Modification_Files/Monsters/Zombies/Graveyard.json22
1 files changed, 16 insertions, 6 deletions
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,