summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Monsters/monster_magic.json
blob: c83aa04cd685b0c17881def41b660098c95eabf4 (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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
[
  {
    "id": "v_sacrifice_spell",
    "type": "SPELL",
    "name": { "str": "Sacrifice" },
    "description": "Instant death damage is dealt.",
    "flags": [ "SILENT" ],
    "valid_targets": [ "ally", "hostile", "ground", "self" ],
    "effect": "attack",
    "shape": "blast",
    "min_damage": 9999999,
    "max_damage": 9999999,
    "min_aoe": 1,
    "max_aoe": 1,
    "damage_type": "none"
  },
  {
    "id": "v_sink_tp",
    "type": "SPELL",
    "name": { "str": "Teleport" },
    "description": "Combined with blind strike spell.",
    "flags": [ "SILENT" ],
    "valid_targets": [ "ground", "ally" ],
    "effect": "short_range_teleport",
    "shape": "blast",
    "min_aoe": 8,
    "max_aoe": 8,
    "min_range": 4,
    "max_range": 4
  },
  {
    "id": "v_sink_conceal",
    "type": "SPELL",
    "name": { "str": "Concealment" },
    "description": "Combined with blind strike spell.",
    "valid_targets": [ "ground", "ally" ],
    "flags": [ "SILENT" ],
    "effect": "attack",
    "shape": "blast",
    "effect_str": "vamp_conceal",
    "//": "5 turns, just to avert the focus of players. Also moderately enslows the caster.",
    "min_duration": 500,
    "max_duration": 500
  },
  {
    "id": "v_sink_bstrike",
    "type": "SPELL",
    "name": { "str": "Blind Strike" },
    "description": "Caster teleports and quickly strikes the target, dealing moderate cutting damage, then turns invisible while retreating to a random spot.",
    "valid_targets": [ "ground", "hostile" ],
    "extra_effects": [ { "id": "v_sink_conceal", "hit_self": true }, { "id": "v_sink_tp", "hit_self": true } ],
    "flags": [ "SILENT" ],
    "min_damage": 16,
    "max_damage": 16,
    "min_range": 10,
    "max_range": 10,
    "effect": "attack",
    "shape": "blast",
    "damage_type": "cut"
  },
  {
    "id": "v_warlock_innate_strike",
    "type": "SPELL",
    "name": { "str": "Innate Strike" },
    "description": "A quick surge of mana blast strikes the target, dealing bash damage.",
    "valid_targets": [ "ground", "hostile" ],
    "effect": "attack",
    "shape": "blast",
    "flags": [ "SILENT" ],
    "min_damage": 14,
    "max_damage": 14,
    "min_range": 15,
    "max_range": 15,
    "damage_type": "bash"
  },
  {
    "id": "v_warlock_stun",
    "type": "SPELL",
    "name": { "str": "Stun" },
    "description": "Caster channels its mind to its target, eventually renders them unconscious for a few turns.",
    "valid_targets": [ "ground", "hostile" ],
    "effect": "attack",
    "shape": "blast",
    "flags": [ "SILENT" ],
    "effect_str": "stunned",
    "base_casting_time": 500,
    "min_range": 15,
    "max_range": 15,
    "min_duration": 200,
    "max_duration": 500
  },
  {
    "id": "v_profane_fire",
    "type": "SPELL",
    "name": { "str": "Dark Fireblast" },
    "description": "Fire infused with black magic engulfs the target, inflicting them with profane curse.",
    "valid_targets": [ "ground", "hostile" ],
    "effect": "attack",
    "shape": "blast",
    "flags": [ "SILENT" ],
    "effect_str": "profane_curse",
    "min_damage": 5,
    "max_damage": 5,
    "min_range": 10,
    "max_range": 10,
    "min_duration": 6000,
    "max_duration": 6000,
    "damage_type": "heat"
  },
  {
    "id": "v_profane_hellfire",
    "type": "SPELL",
    "name": { "str": "Desecrate" },
    "description": "Caster channels the underworld for a very long time to desecrate the targets with pillars of hellish flames.",
    "flags": [ "SILENT" ],
    "valid_targets": [ "ground", "hostile" ],
    "effect": "attack",
    "shape": "blast",
    "effect_str": "profane_curse",
    "base_casting_time": 2000,
    "min_damage": 30,
    "max_damage": 30,
    "min_range": 15,
    "max_range": 15,
    "min_aoe": 2,
    "max_aoe": 2,
    "min_duration": 12000,
    "max_duration": 12000,
    "damage_type": "heat"
  },
  {
    "id": "v_hemo_heal",
    "type": "SPELL",
    "name": { "str": "Heal" },
    "description": "Combined with transfusion spell.",
    "valid_targets": [ "ground", "ally" ],
    "//": "3x healing for the damage.",
    "flags": [ "SILENT" ],
    "min_damage": -21,
    "max_damage": -21,
    "effect": "attack",
    "shape": "blast"
  },
  {
    "id": "v_hemo_transfusion",
    "type": "SPELL",
    "name": { "str": "Transfusion" },
    "description": "Drains life force from the target, may be it an ally or a foe.",
    "valid_targets": [ "ground", "hostile", "ally" ],
    "flags": [ "SILENT" ],
    "effect": "attack",
    "shape": "blast",
    "extra_effects": [
      { "id": "v_hemo_heal", "hit_self": true },
      { "id": "v_hemo_surge", "hit_self": true },
      { "id": "v_hemo_share", "hit_self": true }
    ],
    "base_casting_time": 300,
    "min_damage": 7,
    "max_damage": 7,
    "min_range": 15,
    "max_range": 10,
    "damage_type": "biological"
  },
  {
    "id": "v_hemo_bloodrip",
    "type": "SPELL",
    "name": { "str": "Blood Ripple" },
    "description": "Combined with blood surge spell.",
    "valid_targets": [ "ground", "hostile" ],
    "effect": "attack",
    "shape": "blast",
    "flags": [ "SILENT" ],
    "min_damage": 6,
    "max_damage": 6,
    "min_range": 12,
    "max_range": 12,
    "damage_type": "biological"
  },
  {
    "id": "v_hemo_surge",
    "type": "SPELL",
    "name": { "str": "Blood Surge" },
    "description": "A wave of blood is drawn out from the caster, dealing biological damage to the main target and bash to the surrounding targets.",
    "valid_targets": [ "hostile", "ground", "self" ],
    "effect": "attack",
    "shape": "blast",
    "extra_effects": [ { "id": "v_hemo_bloodrip", "hit_self": true } ],
    "flags": [ "SILENT" ],
    "base_casting_time": 500,
    "min_damage": 12,
    "max_damage": 12,
    "min_aoe": 4,
    "max_aoe": 4,
    "damage_type": "bash"
  },
  {
    "id": "v_hemo_share",
    "type": "SPELL",
    "name": { "str": "Share" },
    "description": "Caster sends out blood tentacles that attaches to nearby allies, regaining large portion of health while damaging the caster.",
    "extra_effects": [ { "id": "v_hemo_shareblood", "hit_self": true } ],
    "flags": [ "SILENT" ],
    "valid_targets": [ "ground", "ally", "self" ],
    "min_damage": 60,
    "max_damage": 60,
    "effect": "attack",
    "shape": "blast"
  },
  {
    "id": "v_hemo_shareblood",
    "type": "SPELL",
    "flags": [ "SILENT" ],
    "name": { "str": "Share Blood" },
    "description": "Combined with share spell.",
    "valid_targets": [ "ground", "self", "ally" ],
    "effect": "attack",
    "shape": "blast",
    "min_damage": -30,
    "max_damage": -30,
    "min_aoe": 5,
    "max_aoe": 5,
    "damage_type": "biological"
  }
]