diff options
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells/Warlock/v_mana_T7.json')
-rw-r--r-- | vamp_stuff/Modification_Files/Spells/Warlock/v_mana_T7.json | 24 |
1 files changed, 24 insertions, 0 deletions
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..8084ab3 --- /dev/null +++ b/vamp_stuff/Modification_Files/Spells/Warlock/v_mana_T7.json @@ -0,0 +1,24 @@ +[ + { + "id": "t7_mana_idol_vex", + "type": "SPELL", + "name": "Idol: <color_dark_blue>Vex</color>", + "description": "Calls forth the ancient idol: <color_light_blue>Vex</color>, 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 <color_yellow>ancient dread</color>, 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 <color_pink>tier 7</color> 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" ] + } +] |