diff options
Diffstat (limited to 'vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T7.json')
-rw-r--r-- | vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T7.json | 62 |
1 files changed, 62 insertions, 0 deletions
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 <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" +} +]
\ No newline at end of file |