summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T3.json
blob: 95aec24491ed62fa19f44756a9d52e07d35b7556 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[
  {
    "id": "t3_elem_perfury",
    "type": "SPELL",
    "name": { "str": "Perfury" },
    "description": "Conjures dark, hellish flames to engulf the foe, dealing <color_red>fire damage</color> and is afflicted with <color_yellow>cursed flames</color>.\n\nThis is a <color_white>tier 3</color> spell.",
    "valid_targets": [ "hostile" ],
    "effect": "target_attack",
    "effect_str": "v_spell_elem_flame_curse",
    "affected_body_parts": [ "HEAD", "TORSO", "ARM_L", "ARM_R", "LEG_L", "LEG_R" ],
    "base_energy_cost": 275,
    "final_energy_cost": 475,
    "energy_source": "MANA",
    "spell_class": "VAMP_ELEM_spellcaster",
    "difficulty": 3,
    "min_damage": 10,
    "max_damage": 50,
    "max_level": 10,
    "min_range": 10,
    "max_range": 15,
    "flags": [ "SOMATIC", "VERBAL", "NO_LEGS", "RANDOM_DURATION" ],
    "base_casting_time": 125,
    "min_duration": 1000,
    "max_duration": 3000,
    "damage_type": "fire"
  },
  {
    "id": "t3_elem_blizzaga",
    "type": "SPELL",
    "name": { "str": "Blizzaga" },
    "description": "<color_yellow>Immobilizes</color> the foe by flash-freezing the air around them, dealing <color_white>cold damage</color>.\n\nThis is a <color_white>tier 3</color> spell.",
    "valid_targets": [ "hostile" ],
    "effect": "target_attack",
    "effect_str": "v_spell_elem_flashfreeze",
    "affected_body_parts": [ "HEAD", "TORSO", "ARM_L", "ARM_R", "LEG_L", "LEG_R" ],
    "base_energy_cost": 325,
    "final_energy_cost": 500,
    "energy_source": "MANA",
    "spell_class": "VAMP_ELEM_spellcaster",
    "difficulty": 3,
    "min_damage": 3,
    "max_damage": 30,
    "max_level": 10,
    "min_range": 10,
    "max_range": 15,
    "flags": [ "SOMATIC", "VERBAL", "NO_LEGS", "RANDOM_DURATION" ],
    "base_casting_time": 325,
    "min_duration": 400,
    "max_duration": 1800,
    "damage_type": "cold"
  }
]