summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/Warlock/v_mana_T2.json
diff options
context:
space:
mode:
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells/Warlock/v_mana_T2.json')
-rw-r--r--vamp_stuff/Modification_Files/Spells/Warlock/v_mana_T2.json52
1 files changed, 52 insertions, 0 deletions
diff --git a/vamp_stuff/Modification_Files/Spells/Warlock/v_mana_T2.json b/vamp_stuff/Modification_Files/Spells/Warlock/v_mana_T2.json
new file mode 100644
index 0000000..3b29d4e
--- /dev/null
+++ b/vamp_stuff/Modification_Files/Spells/Warlock/v_mana_T2.json
@@ -0,0 +1,52 @@
+[
+ {
+ "id": "t2_mana_darkbeam",
+ "type": "SPELL",
+ "name": "Dark Beam",
+ "description": "A profane mana beam bursts violently, striking your foes within a line that deals <color_gray>pure damage</color>.\n\nThis is a <color_gray>tier 2</color> spell.",
+ "valid_targets": [ "hostile", "ground" ],
+ "effect": "line_attack",
+ "base_energy_cost": 175,
+ "final_energy_cost": 325,
+ "energy_source": "MANA",
+ "spell_class": "VAMP_MANA_spellcaster",
+ "difficulty": 3,
+ "min_damage": 20,
+ "max_damage": 50,
+ "damage_increment": 2,
+ "max_level": 25,
+ "min_range": 6,
+ "max_range": 12,
+ "min_aoe": 1,
+ "max_aoe": 4,
+ "flags": [ "SOMATIC", "VERBAL", "NO_LEGS" ],
+ "base_casting_time": 175,
+ "damage_type": "none"
+ },
+ {
+ "id": "t2_mana_etherealstrike",
+ "type": "SPELL",
+ "name": "Ethereal Strike",
+ "description": "An etherean silhouette emerges out of thin air, immediately attacking the foe that deals <color_gray>pure damage</color> and <color_yellow>grasps</color> at them.\n\nThis is a <color_gray>tier 2</color> spell.",
+ "valid_targets": [ "hostile" ],
+ "effect": "target_attack",
+ "effect_str": "v_spell_etherealstrike",
+ "base_energy_cost": 155,
+ "final_energy_cost": 155,
+ "energy_source": "MANA",
+ "spell_class": "VAMP_MANA_spellcaster",
+ "difficulty": 2,
+ "min_damage": 10,
+ "max_damage": 60,
+ "damage_increment": 2,
+ "max_level": 10,
+ "min_range": 4,
+ "max_range": 20,
+ "flags": [ "SOMATIC", "VERBAL", "NO_LEGS" ],
+ "base_casting_time": 400,
+ "final_casting_time": 100,
+ "min_duration": 200,
+ "max_duration": 600,
+ "damage_type": "none"
+ }
+]