summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Monsters/Zombies/+Miscellaneous.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-03-25 04:43:01 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-03-25 04:43:01 -0700
commit327db86088a342a3c4b16eac57e47519cd8642c3 (patch)
tree23ed56e601e17dc915667cbf3d818a84c2808f0f /vamp_stuff/Modification_Files/Monsters/Zombies/+Miscellaneous.json
parentReplace the blood extractor with regular tools. (diff)
downloadcataclysm-bn-mod_vampire-stuff-redone-327db86088a342a3c4b16eac57e47519cd8642c3.tar.xz
Remove some duplicate files
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, 0 insertions, 33 deletions
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" ]
- }
-]