summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T5.json
blob: 8bf8fd9b3e91a24e7603f6bfadee6d659e286f5f (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
53
54
55
56
[
  {
    "id": "t5_elem_firebane",
    "type": "SPELL",
    "name": { "str": "Firebane" },
    "description": "Conjures a profane fireball to strike the foe. Upon impact, it explodes, dealing <color_red>heat damage</color> and spreads cursed flames on that area.\n\nThis is a <color_red>tier 5</color> spell.",
    "valid_targets": [ "hostile" ],
    "effect": "attack",
    "shape": "blast",
    "base_energy_cost": 600,
    "final_energy_cost": 1000,
    "energy_source": "MANA",
    "spell_class": "VAMP_ELEM_spellcaster",
    "difficulty": 5,
    "min_damage": 10,
    "max_damage": 30,
    "max_level": 10,
    "min_range": 10,
    "max_range": 20,
    "min_aoe": 2,
    "max_aoe": 6,
    "field_id": "fd_fire_curse",
    "min_field_intensity": 1,
    "max_field_intensity": 1,
    "flags": [ "SOMATIC", "VERBAL", "NO_LEGS" ],
    "base_casting_time": 175,
    "damage_type": "heat"
  },
  {
    "id": "t5_elem_icebane",
    "type": "SPELL",
    "name": { "str": "Icebane" },
    "description": "Conjures a profane ball of fiery ice to strike the foe. Upon impact, it shatters, dealing <color_white>cold damage</color> and spreads frostburn on that area.\n\nThis is a <color_red>tier 5</color> spell.",
    "valid_targets": [ "hostile" ],
    "effect": "attack",
    "shape": "blast",
    "base_energy_cost": 600,
    "final_energy_cost": 900,
    "energy_source": "MANA",
    "spell_class": "VAMP_ELEM_spellcaster",
    "difficulty": 5,
    "min_damage": 5,
    "max_damage": 20,
    "max_level": 10,
    "min_range": 10,
    "max_range": 20,
    "min_aoe": 2,
    "max_aoe": 5,
    "field_id": "fd_fire_frost",
    "min_field_intensity": 1,
    "max_field_intensity": 1,
    "flags": [ "SOMATIC", "VERBAL", "NO_LEGS" ],
    "base_casting_time": 175,
    "damage_type": "heat"
  }
]