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_T6.json | 56 ---------------------- 1 file changed, 56 deletions(-) delete mode 100644 vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T6.json (limited to 'vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T6.json') diff --git a/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T6.json b/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T6.json deleted file mode 100644 index bd9c382..0000000 --- a/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T6.json +++ /dev/null @@ -1,56 +0,0 @@ -[{ - "id": "t6_elem_exerxium", - "type": "SPELL", - "name": "Deus Exerxium", - "description": "A wave of profane blaze strikes all foes within a cone, dealing fire damage and curses them.\n* Slim chance to spread cursed flames on the affected area.\n\nThis is a tier 6 spell.", - "valid_targets": [ "hostile" ], - "effect": "cone_attack", - "effect_str": "v_spell_elem_curse", - "base_energy_cost": 250, - "final_energy_cost": 625, - "energy_source": "MANA", - "spell_class": "VAMP_ELEM_spellcaster", - "difficulty": 6, - "min_damage": 0, - "max_damage": 20, - "damage_increment": 0.2, - "max_level": 20, - "min_range": 3, - "max_range": 5, - "range_increment": 0.1, - "min_aoe": 5, - "max_aoe": 35, - "aoe_increment": 2, - "field_id": "fd_fire_curse", - "field_chance": 50, - "min_field_intensity": 1, - "max_field_intensity": 1, - "flags": [ "SOMATIC", "VERBAL", "NO_LEGS", "RANDOM_DURATION" ], - "base_casting_time": 175, - "min_duration": 250, - "max_duration": 1000, - "damage_type": "fire" -}, -{ - "id": "t6_elem_elemward", - "type": "SPELL", - "name": "Elemental Ward", - "description": "Creates a barrier that protects you or an ally from all elemental blights.\n* Doesn't nullify existing blights.\n\nThis is a tier 6 spell.", - "valid_targets": [ "ally" ], - "effect": "target_attack", - "effect_str": "v_spell_elem_bar", - "base_energy_cost": 300, - "final_energy_cost": 450, - "energy_source": "MANA", - "spell_class": "VAMP_ELEM_spellcaster", - "difficulty": 6, - "max_level": 5, - "min_range": 3, - "max_range": 8, - "min_duration": 3000, - "max_duration": 4500, - "dura5ion_increment": 500, - "base_casting_time": 200, - "flags": [ "SOMATIC", "VERBAL", "NO_LEGS" ] -} -] \ No newline at end of file -- cgit v1.2.1