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/Warlock/v_mana_T2.json | 52 ++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 vamp_stuff/Modification_Files/Spells/Warlock/v_mana_T2.json (limited to 'vamp_stuff/Modification_Files/Spells/Warlock/v_mana_T2.json') 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 pure damage.\n\nThis is a tier 2 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 pure damage and grasps at them.\n\nThis is a tier 2 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" + } +] -- cgit v1.2.1