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_T4.json | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 vamp_stuff/Modification Files/Spells/Warlock/v_mana_T4.json (limited to 'vamp_stuff/Modification Files/Spells/Warlock/v_mana_T4.json') diff --git a/vamp_stuff/Modification Files/Spells/Warlock/v_mana_T4.json b/vamp_stuff/Modification Files/Spells/Warlock/v_mana_T4.json new file mode 100644 index 0000000..f7963ca --- /dev/null +++ b/vamp_stuff/Modification Files/Spells/Warlock/v_mana_T4.json @@ -0,0 +1,28 @@ +{ + "id": "t4_mana_darkburst", + "type": "SPELL", + "name": "Dark Burst", + "description": "A wave of profane magic bursts out of your body, dealing pure damage to the surrounding foes.\n* Foes within a 3 tile radius are pushed back.\n\nThis is a tier 4 spell.", + "valid_targets": [ "hostile", "ground" ], + "effect": "projectile_attack", + "extra_effects": [ + { + "id": "t4_mana_darkburst_push" + } + ], + "base_energy_cost": 250, + "final_energy_cost": 600, + "energy_source": "MANA", + "spell_class": "VAMP_MANA_spellcaster", + "difficulty": 5, + "min_damage": 30, + "max_damage": 90, + "damage_increment": 1.5, + "max_level": 20, + "min_aoe": 4, + "max_aoe": 5, + "aoe_increment": 0.2, + "flags": [ "SOMATIC", "VERBAL", "NO_LEGS" ], + "base_casting_time": 225, + "damage_type": "none" +} \ No newline at end of file -- cgit v1.2.1