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_T3.json | 51 ---------------------- 1 file changed, 51 deletions(-) delete mode 100644 vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T3.json (limited to 'vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T3.json') diff --git a/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T3.json b/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T3.json deleted file mode 100644 index 3195707..0000000 --- a/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T3.json +++ /dev/null @@ -1,51 +0,0 @@ -[{ - "id": "t3_elem_perfury", - "type": "SPELL", - "name": "Perfury", - "description": "Conjures dark, hellish flames to engulf the foe, dealing fire damage and is afflicted with cursed flames.\n\nThis is a tier 3 spell.", - "valid_targets": [ "hostile" ], - "effect": "target_attack", - "effect_str": "v_spell_elem_flame_curse", - "affected_body_parts": [ "HEAD", "TORSO", "ARM_L", "ARM_R", "LEG_L", "LEG_R" ], - "base_energy_cost": 275, - "final_energy_cost": 475, - "energy_source": "MANA", - "spell_class": "VAMP_ELEM_spellcaster", - "difficulty": 3, - "min_damage": 10, - "max_damage": 50, - "max_level": 10, - "min_range": 10, - "max_range": 15, - "flags": [ "SOMATIC", "VERBAL", "NO_LEGS", "RANDOM_DURATION" ], - "base_casting_time": 125, - "min_duration": 1000, - "max_duration": 3000, - "damage_type": "fire" -}, -{ - "id": "t3_elem_blizzaga", - "type": "SPELL", - "name": "Blizzaga", - "description": "Immobilizes the foe by flash-freezing the air around them, dealing cold damage.\n\nThis is a tier 3 spell.", - "valid_targets": [ "hostile" ], - "effect": "target_attack", - "effect_str": "v_spell_elem_flashfreeze", - "affected_body_parts": [ "HEAD", "TORSO", "ARM_L", "ARM_R", "LEG_L", "LEG_R" ], - "base_energy_cost": 325, - "final_energy_cost": 500, - "energy_source": "MANA", - "spell_class": "VAMP_ELEM_spellcaster", - "difficulty": 3, - "min_damage": 3, - "max_damage": 30, - "max_level": 10, - "min_range": 10, - "max_range": 15, - "flags": [ "SOMATIC", "VERBAL", "NO_LEGS", "RANDOM_DURATION" ], - "base_casting_time": 325, - "min_duration": 400, - "max_duration": 1800, - "damage_type": "cold" -} -] \ No newline at end of file -- cgit v1.2.1