From 66ffd7038cf10566bd35bb6713677a5f8de3b6ef Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Sep 2020 22:40:36 -0700 Subject: Initial commit --- .../Spells/Profane_Conjurer/v_elem_T1.json | 74 ++++++++++++++++++++++ .../Spells/Profane_Conjurer/v_elem_T2.json | 28 ++++++++ .../Spells/Profane_Conjurer/v_elem_T3.json | 52 +++++++++++++++ .../Spells/Profane_Conjurer/v_elem_T4.json | 27 ++++++++ .../Spells/Profane_Conjurer/v_elem_T5.json | 54 ++++++++++++++++ .../Spells/Profane_Conjurer/v_elem_T6.json | 57 +++++++++++++++++ .../Spells/Profane_Conjurer/v_elem_T7.json | 63 ++++++++++++++++++ 7 files changed, 355 insertions(+) create mode 100644 vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T1.json create mode 100644 vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T2.json create mode 100644 vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T3.json create mode 100644 vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T4.json create mode 100644 vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T5.json create mode 100644 vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T6.json create 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 new file mode 100644 index 0000000..245c5ae --- /dev/null +++ b/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T1.json @@ -0,0 +1,74 @@ +[ + { + "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" ] + } +] 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 new file mode 100644 index 0000000..38a886b --- /dev/null +++ b/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T2.json @@ -0,0 +1,28 @@ +[ + { + "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" + } +] 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 new file mode 100644 index 0000000..c3820e2 --- /dev/null +++ b/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T3.json @@ -0,0 +1,52 @@ +[ + { + "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" + } +] 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 new file mode 100644 index 0000000..5757297 --- /dev/null +++ b/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T4.json @@ -0,0 +1,27 @@ +[ + { + "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" + } +] 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 new file mode 100644 index 0000000..8c1a04e --- /dev/null +++ b/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T5.json @@ -0,0 +1,54 @@ +[ + { + "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" + } +] 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 new file mode 100644 index 0000000..995f7d1 --- /dev/null +++ b/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T6.json @@ -0,0 +1,57 @@ +[ + { + "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" ] + } +] 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 new file mode 100644 index 0000000..0991f5a --- /dev/null +++ b/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T7.json @@ -0,0 +1,63 @@ +[ + { + "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" + } +] -- cgit v1.2.1