summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T1.json
blob: 73a559880b3337d706e7c6bb8240895d74752647 (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
66
67
68
69
70
71
72
73
74
75
76
77
[
  {
    "id": "t1_elem_exerxium",
    "type": "SPELL",
    "name": { "str": "Exerxium" },
    "description": "Ignites the foe with ardent profane blaze, dealing <color_red>heat damage</color> and <color_yellow>curses</color> them.\n\nThis is a <color_light_gray>tier 1</color> spell.",
    "valid_targets": [ "hostile" ],
    "effect": "attack",
    "shape": "blast",
    "effect_str": "v_spell_elem_curse",
    "base_energy_cost": 75,
    "final_energy_cost": 125,
    "energy_source": "MANA",
    "spell_class": "VAMP_ELEM_spellcaster",
    "difficulty": 1,
    "min_damage": 2,
    "max_damage": 20,
    "damage_increment": 1,
    "max_level": 30,
    "min_range": 6,
    "max_range": 16,
    "flags": [ "SOMATIC", "VERBAL", "NO_LEGS", "RANDOM_DURATION" ],
    "base_casting_time": 125,
    "min_duration": 250,
    "max_duration": 1000,
    "damage_type": "heat"
  },
  {
    "id": "t1_elem_frost",
    "type": "SPELL",
    "name": { "str": "Frost" },
    "description": "Binds the foe by instantly converting the air into ice, dealing <color_white>cold damage</color> and <color_yellow>freezes</color> them.\n\nThis is a <color_light_gray>tier 1</color> spell.",
    "valid_targets": [ "hostile" ],
    "effect": "attack",
    "shape": "blast",
    "effect_str": "v_spell_elem_freeze",
    "affected_body_parts": [ "HEAD", "TORSO", "ARM_L", "ARM_R", "LEG_L", "LEG_R" ],
    "base_energy_cost": 150,
    "final_energy_cost": 200,
    "energy_source": "MANA",
    "spell_class": "VAMP_ELEM_spellcaster",
    "difficulty": 2,
    "min_damage": 1,
    "max_damage": 10,
    "damage_increment": 0.5,
    "max_level": 30,
    "min_range": 6,
    "max_range": 16,
    "flags": [ "SOMATIC", "VERBAL", "NO_LEGS" ],
    "base_casting_time": 125,
    "min_duration": 200,
    "max_duration": 600,
    "damage_type": "cold"
  },
  {
    "id": "t1_elem_elemdis",
    "type": "SPELL",
    "name": { "str": "Elemental Dissipation" },
    "description": "Nullifies <color_yellow>elemental blights</color> from you or an ally.\n\nThis is a <color_light_gray>tier 1</color> spell.",
    "valid_targets": [ "ally" ],
    "effect": "attack",
    "shape": "blast",
    "effect_str": "v_spell_elem_null",
    "base_energy_cost": 150,
    "final_energy_cost": 225,
    "energy_source": "MANA",
    "spell_class": "VAMP_ELEM_spellcaster",
    "difficulty": 2,
    "max_level": 5,
    "min_range": 3,
    "max_range": 8,
    "min_duration": 75,
    "max_duration": 75,
    "base_casting_time": 150,
    "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ]
  }
]