From 66ffd7038cf10566bd35bb6713677a5f8de3b6ef Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Sep 2020 22:40:36 -0700 Subject: Initial commit --- .../Spells/Profane Conjurer/v_elem_T5.json | 53 ++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T5.json (limited to 'vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T5.json') 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 fire damage and spreads cursed flames on that area.\n\nThis is a tier 5 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 cold damage and spreads frostburn on that area.\n\nThis is a tier 5 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 -- cgit v1.2.1