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
|
[
{
"id": "t7_blood_form_orus",
"type": "SPELL",
"name": { "str": "<color_red>Blood Ascension</color>" },
"description": "Transform your entire body into a nightmarish avatar of blood.\n\nThis is a <color_pink>tier 7</color> spell.",
"spell_class": "VAMP_BLOOD_spellcaster",
"difficulty": 10,
"max_level": 20,
"energy_source": "MANA",
"base_energy_cost": 1000,
"energy_cost_increment": 25,
"final_energy_cost": 500,
"effect": "spawn_item",
"effect_str": "v_hemo_form_orus",
"valid_targets": [ "self" ],
"min_duration": 60000,
"duration_increment": 12000,
"max_duration": 300000,
"base_casting_time": 550,
"casting_time_increment": -13.75,
"final_casting_time": 275,
"flags": [ "NO_LEGS", "CONCENTRATE" ]
}
]
|