From 327db86088a342a3c4b16eac57e47519cd8642c3 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 25 Mar 2021 04:43:01 -0700 Subject: Remove some duplicate files --- .../Monsters/Zombies/+Miscellaneous.json | 33 ---------------------- 1 file changed, 33 deletions(-) delete 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 deleted file mode 100644 index 0bd1ac5..0000000 --- a/vamp_stuff/Modification_Files/Monsters/Zombies/+Miscellaneous.json +++ /dev/null @@ -1,33 +0,0 @@ -[ - { - "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