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_T3.json | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 vamp_stuff/Modification Files/Spells/Warlock/v_mana_T3.json (limited to 'vamp_stuff/Modification Files/Spells/Warlock/v_mana_T3.json') diff --git a/vamp_stuff/Modification Files/Spells/Warlock/v_mana_T3.json b/vamp_stuff/Modification Files/Spells/Warlock/v_mana_T3.json new file mode 100644 index 0000000..f39a26c --- /dev/null +++ b/vamp_stuff/Modification Files/Spells/Warlock/v_mana_T3.json @@ -0,0 +1,44 @@ +[{ + "id": "t3_mana_darkblast", + "type": "SPELL", + "name": "Dark Blast", + "description": "Conjures a volatile profane magic to the targeted area then explodes, dealing pure damage to the surrounding foes.\n\nThis is a tier 3 spell.", + "valid_targets": [ "hostile", "ground" ], + "effect": "projectile_attack", + "base_energy_cost": 275, + "final_energy_cost": 550, + "energy_source": "MANA", + "spell_class": "VAMP_MANA_spellcaster", + "difficulty": 4, + "min_damage": 40, + "max_damage": 80, + "damage_increment": 2, + "max_level": 20, + "min_range": 6, + "max_range": 10, + "range_increment": 0.2, + "min_aoe": 3, + "max_aoe": 8, + "flags": [ "SOMATIC", "VERBAL", "NO_LEGS" ], + "base_casting_time": 300, + "damage_type": "none" +}, +{ + "id": "t3_mana_manasurge", + "type": "SPELL", + "name": "Mana Surge", + "description": "Empowers your body by channeling your mana.\n\nThis is a tier 3 spell.", + "valid_targets": [ "self" ], + "effect": "target_attack", + "effect_str": "v_spell_manasurge", + "base_energy_cost": 225, + "energy_source": "MANA", + "spell_class": "VAMP_MANA_spellcaster", + "difficulty": 3, + "max_level": 10, + "flags": [ "SOMATIC", "NO_LEGS" ], + "min_duration": 3200, + "max_duration": 12800, + "base_casting_time": 600 + } +] \ No newline at end of file -- cgit v1.2.1