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_T6.json | 57 ++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T6.json (limited to 'vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T6.json') 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" ] + } +] -- cgit v1.2.1