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_T7.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 vamp_stuff/Modification Files/Spells/Warlock/v_mana_T7.json (limited to 'vamp_stuff/Modification Files/Spells/Warlock/v_mana_T7.json') diff --git a/vamp_stuff/Modification Files/Spells/Warlock/v_mana_T7.json b/vamp_stuff/Modification Files/Spells/Warlock/v_mana_T7.json new file mode 100644 index 0000000..6e4ab60 --- /dev/null +++ b/vamp_stuff/Modification Files/Spells/Warlock/v_mana_T7.json @@ -0,0 +1,22 @@ +{ + "id": "t7_mana_idol_vex", + "type": "SPELL", + "name": "Idol: Vex", + "description": "Calls forth the ancient idol: Vex, the etherean calamity. A deity who fulfills your desire for annihilation with its etherean prowess.\n* Once it is successfully summoned, you are affected with ancient dread, an enormous penalty to intelligence and movement speed.\n* This minion does not harm with brute strength, but casts one from its numerous unique, crowd-control spells.\n\nThis is a tier 7 spell.", + "valid_targets": [ "self", "ground" ], + "effect": "summon", + "effect_str": "mon_idol_vex", + "base_energy_cost": 15000, + "energy_source": "MANA", + "spell_class": "VAMP_MANA_spellcaster", + "difficulty": 15, + "max_level": 5, + "min_damage": 1, + "max_damage": 1, + "min_aoe": 2, + "max_aoe": 2, + "min_duration": 100000, + "max_duration": 125000, + "base_casting_time": 12000, + "flags": [ "SOMATIC", "VERBAL", "CONCENTRATE", "NO_LEGS" ] +} \ No newline at end of file -- cgit v1.2.1