summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T5.json
diff options
context:
space:
mode:
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, 53 insertions, 0 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
new file mode 100644
index 0000000..b39a69b
--- /dev/null
+++ b/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T5.json
@@ -0,0 +1,53 @@
+[{
+ "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