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 ---------------------- .../Spells/Profane Conjurer/v_elem_T2.json | 26 -------- .../Spells/Profane Conjurer/v_elem_T3.json | 51 --------------- .../Spells/Profane Conjurer/v_elem_T4.json | 25 -------- .../Spells/Profane Conjurer/v_elem_T5.json | 53 ---------------- .../Spells/Profane Conjurer/v_elem_T6.json | 56 ----------------- .../Spells/Profane Conjurer/v_elem_T7.json | 62 ------------------ 7 files changed, 346 deletions(-) delete mode 100644 vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T1.json delete mode 100644 vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T2.json delete mode 100644 vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T3.json delete mode 100644 vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T4.json delete mode 100644 vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T5.json delete mode 100644 vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T6.json delete mode 100644 vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T7.json (limited to 'vamp_stuff/Modification Files/Spells/Profane Conjurer') 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 diff --git a/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T2.json b/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T2.json deleted file mode 100644 index a67f24c..0000000 --- a/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T2.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "id": "t2_elem_ignite", - "type": "SPELL", - "name": "Ignite", - "description": "Sets foe ablaze, dealing fire damagetier 2 spell.", - "valid_targets": [ "hostile" ], - "effect": "target_attack", - "effect_str": "onfire", - "affected_body_parts": [ "HEAD", "TORSO", "ARM_L", "ARM_R", "LEG_L", "LEG_R" ], - "base_energy_cost": 150, - "final_energy_cost": 225, - "energy_source": "MANA", - "spell_class": "VAMP_ELEM_spellcaster", - "difficulty": 2, - "min_damage": 1, - "max_damage": 5, - "damage_increment": 1.5, - "max_level": 15, - "min_range": 6, - "max_range": 16, - "flags": [ "SOMATIC", "VERBAL", "NO_LEGS", "RANDOM_DURATION" ], - "base_casting_time": 125, - "min_duration": 1100, - "max_duration": 4400, - "damage_type": "fire" -} \ No newline at end of file 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 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 deleted file mode 100644 index 59d3922..0000000 --- a/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T4.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T5.json b/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T5.json deleted file mode 100644 index b39a69b..0000000 --- a/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T5.json +++ /dev/null @@ -1,53 +0,0 @@ -[{ - "id": "t5_elem_firebane", - "type": "SPELL", - "name": "Firebane", - "description": "Conjures a profane fireball to strike the foe. Upon impact, it explodes, dealing fire damage and spreads cursed flames on that area.\n\nThis is a tier 5 spell.", - "valid_targets": [ "hostile" ], - "effect": "projectile_attack", - "base_energy_cost": 600, - "final_energy_cost": 1000, - "energy_source": "MANA", - "spell_class": "VAMP_ELEM_spellcaster", - "difficulty": 5, - "min_damage": 10, - "max_damage": 30, - "max_level": 10, - "min_range": 10, - "max_range": 20, - "min_aoe": 2, - "max_aoe": 6, - "field_id": "fd_fire_curse", - "min_field_intensity": 1, - "max_field_intensity": 1, - "flags": [ "SOMATIC", "VERBAL", "NO_LEGS" ], - "base_casting_time": 175, - "damage_type": "fire" -}, -{ - "id": "t5_elem_icebane", - "type": "SPELL", - "name": "Icebane", - "description": "Conjures a profane ball of fiery ice to strike the foe. Upon impact, it shatters, dealing cold damage and spreads frostburn on that area.\n\nThis is a tier 5 spell.", - "valid_targets": [ "hostile" ], - "effect": "projectile_attack", - "base_energy_cost": 600, - "final_energy_cost": 900, - "energy_source": "MANA", - "spell_class": "VAMP_ELEM_spellcaster", - "difficulty": 5, - "min_damage": 5, - "max_damage": 20, - "max_level": 10, - "min_range": 10, - "max_range": 20, - "min_aoe": 2, - "max_aoe": 5, - "field_id": "fd_fire_frost", - "min_field_intensity": 1, - "max_field_intensity": 1, - "flags": [ "SOMATIC", "VERBAL", "NO_LEGS" ], - "base_casting_time": 175, - "damage_type": "fire" -} -] \ No newline at end of file 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 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