From 66ffd7038cf10566bd35bb6713677a5f8de3b6ef Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Sep 2020 22:40:36 -0700 Subject: Initial commit --- .../Monsters/Zombies/+Miscellaneous.json | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 vamp_stuff/Modification_Files/Monsters/Zombies/+Miscellaneous.json (limited to 'vamp_stuff/Modification_Files/Monsters/Zombies/+Miscellaneous.json') 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" ] + } +] -- cgit v1.2.1