summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T6.json
diff options
context:
space:
mode:
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T6.json')
-rw-r--r--vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T6.json57
1 files changed, 57 insertions, 0 deletions
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" ]
+ }
+]