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_T1.json | 73 ---------------------- 1 file changed, 73 deletions(-) delete mode 100644 vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T1.json (limited to 'vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T1.json') diff --git a/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T1.json b/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T1.json deleted file mode 100644 index 3d26814..0000000 --- a/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T1.json +++ /dev/null @@ -1,73 +0,0 @@ -[{ - "id": "t1_elem_exerxium", - "type": "SPELL", - "name": "Exerxium", - "description": "Ignites the foe with ardent profane blaze, dealing fire damage and curses them.\n\nThis is a tier 1 spell.", - "valid_targets": [ "hostile" ], - "effect": "target_attack", - "effect_str": "v_spell_elem_curse", - "base_energy_cost": 75, - "final_energy_cost": 125, - "energy_source": "MANA", - "spell_class": "VAMP_ELEM_spellcaster", - "difficulty": 1, - "min_damage": 2, - "max_damage": 20, - "damage_increment": 1, - "max_level": 30, - "min_range": 6, - "max_range": 16, - "flags": [ "SOMATIC", "VERBAL", "NO_LEGS", "RANDOM_DURATION" ], - "base_casting_time": 125, - "min_duration": 250, - "max_duration": 1000, - "damage_type": "fire" -}, -{ - "id": "t1_elem_frost", - "type": "SPELL", - "name": "Frost", - "description": "Binds the foe by instantly converting the air into ice, dealing cold damage and freezes them.\n\nThis is a tier 1 spell.", - "valid_targets": [ "hostile" ], - "effect": "projectile_attack", - "effect_str": "v_spell_elem_freeze", - "affected_body_parts": [ "HEAD", "TORSO", "ARM_L", "ARM_R", "LEG_L", "LEG_R" ], - "base_energy_cost": 150, - "final_energy_cost": 200, - "energy_source": "MANA", - "spell_class": "VAMP_ELEM_spellcaster", - "difficulty": 2, - "min_damage": 1, - "max_damage": 10, - "damage_increment": 0.5, - "max_level": 30, - "min_range": 6, - "max_range": 16, - "flags": [ "SOMATIC", "VERBAL", "NO_LEGS" ], - "base_casting_time": 125, - "min_duration": 200, - "max_duration": 600, - "damage_type": "cold" -}, -{ - "id": "t1_elem_elemdis", - "type": "SPELL", - "name": "Elemental Dissipation", - "description": "Nullifies elemental blights from you or an ally.\n\nThis is a tier 1 spell.", - "valid_targets": [ "ally" ], - "effect": "target_attack", - "effect_str": "v_spell_elem_null", - "base_energy_cost": 150, - "final_energy_cost": 225, - "energy_source": "MANA", - "spell_class": "VAMP_ELEM_spellcaster", - "difficulty": 2, - "max_level": 5, - "min_range": 3, - "max_range": 8, - "min_duration": 75, - "max_duration": 75, - "base_casting_time": 150, - "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ] -} -] \ No newline at end of file -- cgit v1.2.1