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_T7.json | 62 ++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T7.json (limited to 'vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T7.json') 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..694c961 --- /dev/null +++ b/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T7.json @@ -0,0 +1,62 @@ +[{ + "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