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_T4.json | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T4.json (limited to 'vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T4.json') diff --git a/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T4.json b/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T4.json new file mode 100644 index 0000000..5757297 --- /dev/null +++ b/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T4.json @@ -0,0 +1,27 @@ +[ + { + "id": "t4_elem_firewall", + "type": "SPELL", + "name": "Fire Wall", + "description": "Surrounds the foe inside a blazing wall of flames.\n* Creates fire fields outside the aoe range.\n\nThis is a tier 4 spell.", + "valid_targets": [ "hostile" ], + "effect": "projectile_attack", + "base_energy_cost": 500, + "final_energy_cost": 200, + "energy_source": "MANA", + "spell_class": "VAMP_ELEM_spellcaster", + "difficulty": 4, + "max_level": 5, + "min_range": 15, + "max_range": 15, + "min_aoe": 3, + "max_aoe": 3, + "aoe_increment": -0.3, + "field_id": "fd_firewall", + "min_field_intensity": 1, + "max_field_intensity": 1, + "flags": [ "SOMATIC", "VERBAL", "NO_LEGS" ], + "base_casting_time": 250, + "damage_type": "fire" + } +] -- cgit v1.2.1