summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T7.json
blob: c55bb085077e62a5133f06c921854d3baabf33ec (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
57
58
59
60
61
62
63
64
65
[
  {
    "id": "t7_elem_desecrate",
    "type": "SPELL",
    "name": { "str": "Desecrate" },
    "description": "Channels the underworld to create a rift that engulfs the foe with a towering hellfire, dealing massive <color_red>heat damage</color>, inflicts a long-lasting <color_yellow>curse</color> and leaves an intense cursed flame at that point.\n\nThis is a <color_pink>tier 7</color> spell.",
    "valid_targets": [ "hostile" ],
    "effect": "attack",
    "shape": "blast",
    "effect_str": "v_spell_elem_curse",
    "base_energy_cost": 1300,
    "final_energy_cost": 3900,
    "energy_source": "MANA",
    "spell_class": "VAMP_ELEM_spellcaster",
    "difficulty": 8,
    "min_damage": 100,
    "max_damage": 100,
    "damage_increment": 65,
    "max_level": 5,
    "min_range": 10,
    "max_range": 10,
    "range_increment": 2,
    "field_id": "fd_fire_curse",
    "min_field_intensity": 3,
    "max_field_intensity": 3,
    "flags": [ "SOMATIC", "VERBAL", "CONCENTRATE", "NO_LEGS", "RANDOM_DURATION" ],
    "base_casting_time": 175,
    "min_duration": 500,
    "max_duration": 2000,
    "damage_type": "heat"
  },
  {
    "id": "t7_elem_eternalfrost",
    "type": "SPELL",
    "name": { "str": "Eternal Frost" },
    "description": "A blast of sheer wind <color_yellow>flash-freezes</color> all creatures in an area, dealing <color_white>cold damage</color>.\n* Creates a lingering frost fields that freezes any creature that comes in contact.\n\nThis is a <color_pink>tier 7</color> spell.",
    "valid_targets": [ "hostile" ],
    "effect": "attack",
    "shape": "blast",
    "effect_str": "v_spell_elem_curse",
    "base_energy_cost": 800,
    "final_energy_cost": 1800,
    "energy_source": "MANA",
    "spell_class": "VAMP_ELEM_spellcaster",
    "difficulty": 8,
    "min_damage": 30,
    "max_damage": 30,
    "damage_increment": 10,
    "max_level": 5,
    "min_range": 10,
    "max_range": 10,
    "range_increment": 1,
    "min_aoe": 5,
    "max_aoe": 5,
    "aoe_increment": 0.8,
    "field_id": "fd_fire_curse",
    "min_field_intensity": 3,
    "max_field_intensity": 3,
    "flags": [ "SOMATIC", "VERBAL", "CONCENTRATE", "NO_LEGS", "RANDOM_DURATION" ],
    "base_casting_time": 175,
    "min_duration": 500,
    "max_duration": 2000,
    "damage_type": "heat"
  }
]