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
|
[
{
"id": "t1_mana_darkbolt",
"type": "SPELL",
"name": { "str": "Dark Bolt" },
"description": "A magical burst of profane mana strikes at your foe, dealing <color_light_gray>pure damage</color>.\n\nThis is a <color_light_gray>tier 1</color> spell.",
"valid_targets": [ "hostile" ],
"effect": "projectile_attack",
"base_energy_cost": 100,
"final_energy_cost": 300,
"energy_source": "MANA",
"spell_class": "VAMP_MANA_spellcaster",
"difficulty": 2,
"min_damage": 25,
"max_damage": 65,
"damage_increment": 2,
"max_level": 30,
"min_range": 5,
"max_range": 15,
"flags": [ "SOMATIC", "VERBAL", "NO_LEGS" ],
"base_casting_time": 125,
"damage_type": "none"
},
{
"id": "t1_mana_arcanebinding",
"type": "SPELL",
"name": { "str": "Arcane Binding" },
"description": "Hits your foe with your weapon imbued in etherean arcane binding, striking its inner self that deals <color_light_gray>pure damage</color> and <color_yellow>immobilizes</color> them.\n\nThis is a <color_light_gray>tier 1</color> spell.",
"valid_targets": [ "hostile" ],
"effect": "target_attack",
"effect_str": "v_spell_arcanebinding",
"base_energy_cost": 150,
"final_energy_cost": 300,
"energy_source": "MANA",
"spell_class": "VAMP_MANA_spellcaster",
"difficulty": 3,
"min_damage": 30,
"max_damage": 60,
"damage_increment": 3,
"max_level": 10,
"min_range": 1,
"max_range": 1,
"flags": [ "SOMATIC", "VERBAL", "NO_LEGS" ],
"base_casting_time": 100,
"min_duration": 500,
"max_duration": 1000,
"damage_type": "none"
}
]
|