summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Monsters/Zombies/+Miscellaneous.json
blob: 0bd1ac5becc8a06796fdf27c0e20584c7bcb5ba4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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" ]
  }
]