summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/Spells/v_spell_combo.json
blob: 062ea8c95104316d1e0d6afb4a612c596f1eedc6 (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
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
[{
		"note": "Any spell that are casted indirectly are taken here.",
        "id": "t1_blood_transfusion_spell",
        "type": "SPELL",
        "name": "Tranfusion Spell",
        "message": "You feel refreshed as you cast!",
        "description": "It will cast Transfusion Damage and Transfusion Heal.",
        "flags": ["SILENT"],
        "valid_targets": ["ally", "hostile", "ground"],
        "effect": "target_attack",
        "extra_effects": [{
                "id": "t1_blood_transfusion_spell_heal",
                "hit_self": true
            },
            {
                "id": "t1_blood_transfusion_spell_dmg"
            }
        ],
        "min_range": 10,
  	  "max_range": 10
    },
    {
        "id": "t1_blood_transfusion_spell_heal",
        "type": "SPELL",
        "name": "Tranfusion Heal",
        "description": "Heals the caster with 1 hp.",
        "flags": ["SILENT"],
        "valid_targets": ["self"],
        "effect": "target_attack",
        "min_damage": -1,
        "max_damage": -1,
        "damage_type": "none"
    },
    {
        "id": "t1_blood_transfusion_spell_dmg",
        "type": "SPELL",
        "name": "Tranfusion Damage",
        "description": "Damages the target with 2 hp.",
        "flags": ["SILENT", "RANDOM_TARGET"],
        "valid_targets": ["hostile"],
        "effect": "target_attack",
        "min_damage": 2,
        "max_damage": 2,
        "min_range": 10,
  	  "max_range": 10,
        "damage_type": "none"
    },
    {
        "id": "t3_blood_crimsonhaze_blind",
        "type": "SPELL",
        "name": "Crimson Haze Blind",
        "description": "Blind foes within a 4 tile radius.",
        "flags": ["SILENT"],
        "valid_targets": ["hostile","ground"],
        "effect": "projectile_attack",
        "effect_str": "blind",
        "min_aoe": 4,
    	"max_aoe": 4,
	    "min_duration": 700,
  	  "max_duration": 700,
        "damage_type": "bio"
    },
    {
        "id": "t5_blood_outrage_bash",
        "type": "SPELL",
        "name": "Outrage Bash",
        "description": "Deals 25 bash damage.",
        "message": "An ourburst of thick tentacle slaps!",
        "flags": ["SILENT", "RANDOM_TARGET"],
        "valid_targets": ["hostile"],
        "effect": "target_attack",
        "base_energy_cost": 3,
    	"energy_source": "HP",
        "min_damage": 25,
        "max_damage": 25,
        "min_range": 12,
  	  "max_range": 12,
        "damage_type": "bash"
    },
    {
        "id": "t5_blood_outrage_cut",
        "type": "SPELL",
        "name": "Outrage Cut",
        "description": "Deals 25 cut damage.",
        "message": "A tentacle strand slashes!",
        "flags": ["SILENT", "RANDOM_TARGET"],
        "valid_targets": ["hostile"],
        "effect": "target_attack",
        "base_energy_cost": 3,
    	"energy_source": "HP",
        "min_damage": 25,
        "max_damage": 25,
        "min_range": 12,
  	  "max_range": 12,
        "damage_type": "cut"
        },
        {
        "id": "t5_blood_outrage_stab",
        "type": "SPELL",
        "name": "Outrage Stab",
        "description": "Deals 25 stab damage.",
        "message": "A tendril bursts then thrusts!",
        "flags": ["SILENT", "RANDOM_TARGET"],
        "valid_targets": ["hostile"],
        "effect": "target_attack",
        "base_energy_cost": 3,
    	"energy_source": "HP",
        "min_damage": 25,
        "max_damage": 25,
        "min_range": 12,
  	  "max_range": 12,
        "damage_type": "stab"
        },
        {
        "id": "t5_blood_outrage_drain",
        "type": "SPELL",
        "name": "Outrage Drain",
        "message": "You suddenly feel refreshed!",
        "description": "It will cast Drain Damage and Drain Heal.",
        "flags": ["SILENT"],
        "valid_targets": ["ally", "hostile", "ground"],
        "effect": "target_attack",
        "extra_effects": [{
                "id": "t5_blood_outrage_drain_heal",
                "hit_self": true
            },
            {
                "id": "t5_blood_outrage_drain_dmg"
            }
        ],
        "min_range": 12,
  	    "max_range": 12
    },
    {
        "id": "t5_blood_outrage_drain_heal",
        "type": "SPELL",
        "name": "Drain Heal",
        "description": "Heals the caster with 5 hp.",
        "flags": ["SILENT"],
        "valid_targets": ["self"],
        "effect": "target_attack",
        "min_damage": -5,
        "max_damage": -5,
        "damage_type": "none"
    },
    {
        "id": "t5_blood_outrage_drain_dmg",
        "type": "SPELL",
        "name": "Drain Damage",
        "description": "Damages the target with 10 hp.",
        "flags": ["SILENT", "RANDOM_TARGET"],
        "valid_targets": ["hostile"],
        "effect": "target_attack",
        "min_damage": 10,
        "max_damage": 10,
        "min_range": 12,
  	  "max_range": 12,
        "damage_type": "none"
    },
    {
        "id": "t4_mana_darkburst_push",
        "type": "SPELL",
        "name": "Dark Burst Push",
        "description": "Push monsters within a 4 tile radius.",
        "effect": "area_push",
        "effect_filter": ["hostile"],
        "flags": ["SILENT"],
        "valid_targets": [ "self", "ally", "hostile", "ground" ],
        "min_aoe": 3,
        "max_aoe": 3
    },
    {
    "type": "SPELL",
    "id": "t5_mana_megamagic_exhaust_maybe",
    "name": "Megamagic Exhaust?",
    "description": "1/4 chance to do Megamagic Exhaust.",
    "valid_targets": [ "none" ],
    "message": "",
    "effect": "target_attack",
    "flags": [ "WONDER", "SILENT" ],
    "min_damage": 1,
    "max_damage": 1,
    "extra_effects": [
      { "id": "v_spell_null" },
      { "id": "v_spell_null" },
      { "id": "v_spell_null" },
      { "id": "t5_mana_megamagic_exhaust_yes" }
    ]
  },
  {
    "type": "SPELL",
    "id": "t5_mana_megamagic_exhaust_yes",
    "name": "Megamagic Exhaust!",
    "description": "Does the Megamagic Exhaust.",
    "valid_targets": [ "none" ],
    "message": "",
    "effect": "target_attack",
    "flags": [ "WONDER", "SILENT" ],
    "min_damage": 1,
    "max_damage": 1,
    "extra_effects": [
      { "id": "t5_mana_megamagic_exhaust" }
    ]
  },
  {
        "id": "t5_mana_megamagic_exhaust",
        "type": "SPELL",
        "name": "Megamagic Exhaust",
        "description": "Weakens the player.",
        "flags": ["SILENT"],
        "valid_targets": ["self"],
        "effect": "target_attack",
        "effect_str": "v_spell_megamagic_exhaust",
        "extra_effects": [
      { "id": "t5_mana_megamagic_exhaust_stam" }
    ],
	    "min_duration": 1200,
  	  "max_duration": 1200,
        "damage_type": "bio"
    },
    {
    "id": "t5_mana_megamagic_exhaust_stam",
    "type": "SPELL",
    "name": "Exhaustion",
    "description": "Depletes the stamina.",
    "valid_targets": [ "self" ],
    "flags": ["SILENT"],
    "min_damage": -10000,
    "max_damage": -10000,
    "effect": "recover_energy",
    "effect_str": "STAMINA"
  },
  {
    "id": "t6_mana_darkpillar_bash",
    "type": "SPELL",
    "name": "Dark Pillar Bash",
    "description": "Aims to make a crater under the target. If not, then don't.",
    "valid_targets": [ "hostile" ],
    "flags": ["SILENT"],
    "min_damage": 10000,
    "max_damage": 10000,
    "effect": "bash"
  }
]