summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T1.json
diff options
context:
space:
mode:
Diffstat (limited to 'vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T1.json')
-rw-r--r--vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T1.json73
1 files changed, 0 insertions, 73 deletions
diff --git a/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T1.json b/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T1.json
deleted file mode 100644
index 3d26814..0000000
--- a/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T1.json
+++ /dev/null
@@ -1,73 +0,0 @@
-[{
- "id": "t1_elem_exerxium",
- "type": "SPELL",
- "name": "Exerxium",
- "description": "Ignites the foe with ardent profane blaze, dealing <color_red>fire damage</color> and <color_yellow>curses</color> them.\n\nThis is a <color_gray>tier 1</color> spell.",
- "valid_targets": [ "hostile" ],
- "effect": "target_attack",
- "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": "fire"
-},
-{
- "id": "t1_elem_frost",
- "type": "SPELL",
- "name": "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_gray>tier 1</color> spell.",
- "valid_targets": [ "hostile" ],
- "effect": "projectile_attack",
- "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": "Elemental Dissipation",
- "description": "Nullifies <color_yellow>elemental blights</color> from you or an ally.\n\nThis is a <color_gray>tier 1</color> spell.",
- "valid_targets": [ "ally" ],
- "effect": "target_attack",
- "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" ]
-}
-] \ No newline at end of file