diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-09-12 22:40:36 -0700 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-09-12 22:40:36 -0700 | 
| commit | 66ffd7038cf10566bd35bb6713677a5f8de3b6ef (patch) | |
| tree | 1d1118242801f876c27f7566c0258184aafd440a /vamp_stuff/Modification_Files/Spells/Profane_Conjurer | |
| download | cataclysm-bn-mod_vampire-stuff-redone-66ffd7038cf10566bd35bb6713677a5f8de3b6ef.tar.xz | |
Initial commit
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells/Profane_Conjurer')
7 files changed, 355 insertions, 0 deletions
| 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 <color_red>fire damage</color> and <color_yellow>curses</color> them.\n\nThis is a <color_gray>tier 1</color> 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 <color_white>cold damage</color> and <color_yellow>freezes</color> them.\n\nThis is a <color_gray>tier 1</color> 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 <color_yellow>elemental blights</color> from you or an ally.\n\nThis is a <color_gray>tier 1</color> 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 <color_yellow>ablaze</color>, dealing <color_red>fire damage</color.\n\nThis is a <color_gray>tier 2</color> 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 <color_red>fire damage</color> and is afflicted with <color_yellow>cursed flames</color>.\n\nThis is a <color_white>tier 3</color> 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": "<color_yellow>Immobilizes</color> the foe by flash-freezing the air around them, dealing <color_white>cold damage</color>.\n\nThis is a <color_white>tier 3</color> 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 <color_light_red>tier 4</color> 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 <color_red>fire damage</color> and spreads cursed flames on that area.\n\nThis is a <color_red>tier 5</color> 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 <color_white>cold damage</color> and spreads frostburn on that area.\n\nThis is a <color_red>tier 5</color> 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 <color_red>fire damage</color> and <color_yellow>curses</color> them.\n* Slim chance to spread cursed flames on the affected area.\n\nThis is a <color_magenta>tier 6</color> 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 <color_yellow>elemental blights</color>.\n* Doesn't nullify existing <color_yellow>blights</color>.\n\nThis is a <color_magenta>tier 6</color> 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 <color_red>fire damage</color>, inflicts a long-lasting <color_yellow>curse</color> and leaves an intense cursed flame at that point.\n\nThis is a <color_pink>tier 7</color> 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 <color_yellow>flash-freezes</color> all creatures in an area, dealing <color_white>cold damage</color>.\n* Creates a lingering frost fields that freezes any creature that comes in contact.\n\nThis is a <color_pink>tier 7</color> 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" +  } +] | 
