summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T7.json
blob: 4a3d0ca794f188723b84d5d1f441d89632724602 (plain)
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": 8,
    "max_level": 20,
    "energy_source": "MANA",
    "base_energy_cost": 1000,
    "energy_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" ]
  }
]