1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[
{
"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.",
"valid_targets": [ "hostile" ],
"effect": "spawn_item",
"effect_str": "v_hemo_form_orus",
"base_energy_cost": 5000,
"energy_source": "MANA",
"spell_class": "VAMP_BLOOD_spellcaster",
"difficulty": 10,
"max_level": 10,
"min_duration": 14000,
"max_duration": 68000,
"flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ],
"base_casting_time": 100,
"final_casting_time": 75
}
]
|