summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Monsters/Zombies/+Miscellaneous.json
diff options
context:
space:
mode:
Diffstat (limited to 'vamp_stuff/Modification_Files/Monsters/Zombies/+Miscellaneous.json')
-rw-r--r--vamp_stuff/Modification_Files/Monsters/Zombies/+Miscellaneous.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/vamp_stuff/Modification_Files/Monsters/Zombies/+Miscellaneous.json b/vamp_stuff/Modification_Files/Monsters/Zombies/+Miscellaneous.json
new file mode 100644
index 0000000..0bd1ac5
--- /dev/null
+++ b/vamp_stuff/Modification_Files/Monsters/Zombies/+Miscellaneous.json
@@ -0,0 +1,33 @@
+[
+ {
+ "id": "mon_zombie_succumbvampire",
+ "type": "MONSTER",
+ "name": "succumbed vampire",
+ "description": "This glorious entity has been engulfed by black, oozing liquid on its eye. Still walks in passion, its thirst for blood has been replaced with fresh meat. Now, the almighty power of a nightmare is now the vessel of extermination.",
+ "default_faction": "zombie",
+ "species": [ "ZOMBIE" ],
+ "size": "MEDIUM",
+ "bodytype": "human",
+ "hp": 555,
+ "speed": 150,
+ "material": [ "flesh" ],
+ "symbol": "V",
+ "color": "dark_gray_red",
+ "aggression": 100,
+ "morale": 100,
+ "melee_skill": 10,
+ "melee_dice": 6,
+ "melee_dice_sides": 6,
+ "melee_cut": 6,
+ "dodge": 5,
+ "harvest": "exempt",
+ "armor_bash": 2,
+ "armor_cut": 12,
+ "vision_day": 50,
+ "vision_night": 20,
+ "special_attacks": [ { "type": "bite", "cooldown": 7 }, [ "GRAB", 7 ] ],
+ "death_drops": "succumbvampire",
+ "death_function": [ "DISAPPEAR" ],
+ "flags": [ "SEES", "HEARS", "SMELLS", "POISON", "NO_BREATHE", "REVIVES", "BONES" ]
+ }
+]