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
|
[{
"id": "t6_elem_exerxium",
"type": "SPELL",
"name": "Deus Exerxium",
"description": "A wave of profane blaze strikes all foes within a cone, dealing <color_red>fire damage</color> and <color_yellow>curses</color> them.\n* Slim chance to spread cursed flames on the affected area.\n\nThis is a <color_magenta>tier 6</color> spell.",
"valid_targets": [ "hostile" ],
"effect": "cone_attack",
"effect_str": "v_spell_elem_curse",
"base_energy_cost": 250,
"final_energy_cost": 625,
"energy_source": "MANA",
"spell_class": "VAMP_ELEM_spellcaster",
"difficulty": 6,
"min_damage": 0,
"max_damage": 20,
"damage_increment": 0.2,
"max_level": 20,
"min_range": 3,
"max_range": 5,
"range_increment": 0.1,
"min_aoe": 5,
"max_aoe": 35,
"aoe_increment": 2,
"field_id": "fd_fire_curse",
"field_chance": 50,
"min_field_intensity": 1,
"max_field_intensity": 1,
"flags": [ "SOMATIC", "VERBAL", "NO_LEGS", "RANDOM_DURATION" ],
"base_casting_time": 175,
"min_duration": 250,
"max_duration": 1000,
"damage_type": "fire"
},
{
"id": "t6_elem_elemward",
"type": "SPELL",
"name": "Elemental Ward",
"description": "Creates a barrier that protects you or an ally from all <color_yellow>elemental blights</color>.\n* Doesn't nullify existing <color_yellow>blights</color>.\n\nThis is a <color_magenta>tier 6</color> spell.",
"valid_targets": [ "ally" ],
"effect": "target_attack",
"effect_str": "v_spell_elem_bar",
"base_energy_cost": 300,
"final_energy_cost": 450,
"energy_source": "MANA",
"spell_class": "VAMP_ELEM_spellcaster",
"difficulty": 6,
"max_level": 5,
"min_range": 3,
"max_range": 8,
"min_duration": 3000,
"max_duration": 4500,
"dura5ion_increment": 500,
"base_casting_time": 200,
"flags": [ "SOMATIC", "VERBAL", "NO_LEGS" ]
}
]
|