summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T5.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-21 17:12:43 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-21 17:12:43 -0700
commit873bd00487a751cf396481b3187def998eb1c3e8 (patch)
tree1bfa40b7092fc78147d0ba8416e80eb0b1ed1eb2 /vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T5.json
parentInitial commit (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-873bd00487a751cf396481b3187def998eb1c3e8.tar.xz
Fix folder layout
Diffstat (limited to 'vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T5.json')
-rw-r--r--vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T5.json53
1 files changed, 0 insertions, 53 deletions
diff --git a/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T5.json b/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T5.json
deleted file mode 100644
index b39a69b..0000000
--- a/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T5.json
+++ /dev/null
@@ -1,53 +0,0 @@
-[{
- "id": "t5_elem_firebane",
- "type": "SPELL",
- "name": "Firebane",
- "description": "Conjures a profane fireball to strike the foe. Upon impact, it explodes, dealing <color_red>fire damage</color> and spreads cursed flames on that area.\n\nThis is a <color_red>tier 5</color> spell.",
- "valid_targets": [ "hostile" ],
- "effect": "projectile_attack",
- "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": "fire"
-},
-{
- "id": "t5_elem_icebane",
- "type": "SPELL",
- "name": "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": "projectile_attack",
- "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": "fire"
-}
-] \ No newline at end of file