summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/Monsters/Zombies/Vampire.json
blob: 7067c7ce70e43e8f3b346568ea0be0a5d9f852be (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
[{
        "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.",
        "default_faction": "zombie",
        "species": ["ZOMBIE"],
        "size": "MEDIUM",
        "bodytype": "human",
        "hp": 555,
        "speed": 150,
        "material": ["flesh"],
        "symbol": "V",
        "color": "light_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", "CAN_OPEN_DOORS"]
    }, {
        "id": "mon_zombie_succumbvampire_sinker",
        "type": "MONSTER",
        "name": "rogue sinker",
        "description": "Shrouded in black, mystical mist, it moves silently in every step while remains unseen to its prey. A vampire skilled in lashing and striking, with pure wisdom to the acts of the dark days.",
        "default_faction": "zombie",
        "species": ["ZOMBIE"],
        "size": "MEDIUM",
        "bodytype": "human",
        "hp": 480,
        "speed": 165,
        "material": ["flesh"],
        "symbol": "V",
        "color": "light_gray_red",
        "aggression": 100,
        "morale": 100,
        "melee_skill": 10,
        "melee_dice": 2,
        "melee_dice_sides": 6,
        "melee_cut": 8,
        "dodge": 6,
        "harvest": "exempt",
        "armor_bash": 1,
        "armor_cut": 10,
        "vision_day": 50,
        "vision_night": 20,
        "special_attacks": [
            ["BRANDISH", 22], {
                "type": "spell",
                "spell_data": { "id": "v_sink_bstrike"},
                "cooldown": 28
            }
        ],
        "looks_like": "mon_zombie_succumbvampire",
        "death_drops": "succumbvampire",
        "death_function": ["DISAPPEAR"],
        "flags": ["SEES", "HEARS", "SMELLS", "POISON", "NO_BREATHE", "REVIVES",  "BONES", "NIGHT_INVISIBILITY", "CAN_OPEN_DOORS"]
    }, {
        "id": "mon_zombie_succumbvampire_warlock",
        "type": "MONSTER",
        "name": "wicked warlock",
        "description": "A vampire full of malice, with hands twitching as if it holds knowledge to spellcrafts. Eyes fallen in deep void, it simply expresses frightful desires among the living.",
        "default_faction": "zombie",
        "species": ["ZOMBIE"],
        "size": "MEDIUM",
        "bodytype": "human",
        "hp": 585,
        "speed": 130,
        "material": ["flesh"],
        "symbol": "V",
        "color": "light_gray_red",
        "aggression": 100,
        "morale": 100,
        "melee_skill": 8,
        "melee_dice": 4,
        "melee_dice_sides": 6,
        "melee_cut": 4,
        "dodge": 3,
        "harvest": "exempt",
        "armor_bash": 4,
        "armor_cut": 10,
        "vision_day": 50,
        "vision_night": 20,
        "special_attacks": [{
                "type": "spell",
                "spell_data": { "id": "v_warlock_innate_strike"},
                "cooldown": 16
            }, {
                "type": "spell",
                "spell_data": { "id": "v_warlock_stun"},
                "cooldown": 36
            }
        ],
        "looks_like": "mon_zombie_succumbvampire",
        "death_drops": "succumbvampire",
        "death_function": ["DISAPPEAR"],
        "flags": ["SEES", "HEARS", "SMELLS", "POISON", "NO_BREATHE", "REVIVES", "BONES", "CAN_OPEN_DOORS"]
    }, {
        "id": "mon_zombie_succumbvampire_conjurer",
        "type": "MONSTER",
        "name": "profane conjurer",
        "description": "A dark cultist, lays low in its deceiving blank appearance. Hands swaying slyly, it occasionally pulses in black aura, denoting a strong familiarity with ancient profane arts.",
        "default_faction": "zombie",
        "species": ["ZOMBIE"],
        "size": "MEDIUM",
        "bodytype": "human",
        "hp": 520,
        "speed": 120,
        "material": ["flesh"],
        "symbol": "V",
        "color": "light_gray_red",
        "aggression": 100,
        "morale": 100,
        "melee_skill": 8,
        "melee_dice": 4,
        "melee_dice_sides": 4,
        "melee_cut": 4,
        "dodge": 3,
        "harvest": "exempt",
        "armor_bash": 2,
        "armor_cut": 12,
        "vision_day": 50,
        "vision_night": 20,
        "special_attacks": [{
                "type": "spell",
                "spell_data": { "id": "v_profane_fire"},
                "cooldown": 14
            }, {
                "type": "spell",
                "spell_data": { "id": "v_profane_hellfire"},
                "cooldown": 74
            }
        ],
        "looks_like": "mon_zombie_succumbvampire",
        "death_drops": "succumbvampire",
        "death_function": ["DISAPPEAR"],
        "flags": ["SEES", "HEARS", "SMELLS", "POISON", "NO_BREATHE", "REVIVES", "BONES", "CAN_OPEN_DOORS"]
    }, {
        "//": "A support class. It heals nearby allies and deals aoe damage to enemies.",
        "id": "mon_zombie_succumbvampire_hemomancer",
        "type": "MONSTER",
        "name": "hemomancer",
        "description": "Frantic, but skillful to the arts of hemomancy - one of the oldest form of sorcery. A vampire that drains and manipulates life from creatures within its vicinity to conjure intricate spells.",
        "default_faction": "zombie",
        "species": ["ZOMBIE"],
        "size": "MEDIUM",
        "bodytype": "human",
        "hp": 820,
        "speed": 115,
        "material": ["flesh"],
        "symbol": "V",
        "color": "light_gray_red",
        "aggression": 100,
        "morale": 100,
        "melee_skill": 6,
        "melee_dice": 4,
        "melee_dice_sides": 4,
        "melee_cut": 2,
        "dodge": 2,
        "harvest": "exempt",
        "armor_bash": 12,
        "armor_cut": 22,
        "vision_day": 50,
        "vision_night": 20,
        "special_attacks": [{
                "type": "spell",
                "spell_data": { "id": "v_hemo_transfusion"},
                "cooldown": 24
            }
        ],
        "looks_like": "mon_zombie_succumbvampire",
        "death_drops": "succumbvampire",
        "death_function": ["DISAPPEAR"],
        "flags": ["SEES", "HEARS", "SMELLS", "POISON", "NO_BREATHE", "REVIVES", "BONES", "CAN_OPEN_DOORS"]
    }
]