1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[
{
"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": 10,
"energy_source": "MANA",
"base_energy_cost": 1000,
"effect": "spawn_item",
"effect_str": "v_hemo_form_orus",
"valid_targets": [ "self" ],
"min_duration": 3000,
"duration_increment": 1000,
"max_duration": 12000,
"base_casting_time": 100,
"casting_time_increment": -5,
"final_casting_time": 75,
"flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ]
}
]
|