summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T2.json
blob: a693a175361f46b3f1da9abe2fe2ac62f7154d62 (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
[
  {
    "id": "t2_elem_ignite",
    "type": "SPELL",
    "name": { "str": "Ignite" },
    "description": "Sets foe <color_yellow>ablaze</color>, dealing <color_red>fire damage</color.\n\nThis is a <color_light_gray>tier 2</color> spell.",
    "valid_targets": [ "hostile" ],
    "effect": "target_attack",
    "effect_str": "onfire",
    "affected_body_parts": [ "HEAD", "TORSO", "ARM_L", "ARM_R", "LEG_L", "LEG_R" ],
    "base_energy_cost": 150,
    "final_energy_cost": 225,
    "energy_source": "MANA",
    "spell_class": "VAMP_ELEM_spellcaster",
    "difficulty": 2,
    "min_damage": 1,
    "max_damage": 5,
    "damage_increment": 1.5,
    "max_level": 15,
    "min_range": 6,
    "max_range": 16,
    "flags": [ "SOMATIC", "VERBAL", "NO_LEGS", "RANDOM_DURATION" ],
    "base_casting_time": 125,
    "min_duration": 1100,
    "max_duration": 4400,
    "damage_type": "fire"
  }
]