From 873bd00487a751cf396481b3187def998eb1c3e8 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 21 Sep 2020 17:12:43 -0700 Subject: Fix folder layout --- .../Spells/Profane Conjurer/v_elem_T7.json | 62 ---------------------- 1 file changed, 62 deletions(-) delete mode 100644 vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T7.json (limited to 'vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T7.json') diff --git a/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T7.json b/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T7.json deleted file mode 100644 index 694c961..0000000 --- a/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T7.json +++ /dev/null @@ -1,62 +0,0 @@ -[{ - "id": "t7_elem_desecrate", - "type": "SPELL", - "name": "Desecrate", - "description": "Channels the underworld to create a rift that engulfs the foe with a towering hellfire, dealing massive fire damage, inflicts a long-lasting curse and leaves an intense cursed flame at that point.\n\nThis is a tier 7 spell.", - "valid_targets": [ "hostile" ], - "effect": "projectile_attack", - "effect_str": "v_spell_elem_curse", - "base_energy_cost": 1300, - "final_energy_cost": 3900, - "energy_source": "MANA", - "spell_class": "VAMP_ELEM_spellcaster", - "difficulty": 8, - "min_damage": 100, - "max_damage": 100, - "damage_increment": 65, - "max_level": 5, - "min_range": 10, - "max_range": 10, - "range_increment": 2, - "field_id": "fd_fire_curse", - "min_field_intensity": 3, - "max_field_intensity": 3, - "flags": [ "SOMATIC", "VERBAL", "CONCENTRATE", "NO_LEGS", "RANDOM_DURATION" ], - "base_casting_time": 175, - "min_duration": 500, - "max_duration": 2000, - "damage_type": "fire" -}, -{ - "id": "t7_elem_eternalfrost", - "type": "SPELL", - "name": "Eternal Frost", - "description": "A blast of sheer wind flash-freezes all creatures in an area, dealing cold damage.\n* Creates a lingering frost fields that freezes any creature that comes in contact.\n\nThis is a tier 7 spell.", - "valid_targets": [ "hostile" ], - "effect": "projectile_attack", - "effect_str": "v_spell_elem_curse", - "base_energy_cost": 800, - "final_energy_cost": 1800, - "energy_source": "MANA", - "spell_class": "VAMP_ELEM_spellcaster", - "difficulty": 8, - "min_damage": 30, - "max_damage": 30, - "damage_increment": 10, - "max_level": 5, - "min_range": 10, - "max_range": 10, - "range_increment": 1, - "min_aoe": 5, - "max_aoe": 5, - "aoe_increment": 0.8, - "field_id": "fd_fire_curse", - "min_field_intensity": 3, - "max_field_intensity": 3, - "flags": [ "SOMATIC", "VERBAL", "CONCENTRATE", "NO_LEGS", "RANDOM_DURATION" ], - "base_casting_time": 175, - "min_duration": 500, - "max_duration": 2000, - "damage_type": "fire" -} -] \ No newline at end of file -- cgit v1.2.1