12345678910111213141516171819 |
- --[[
- Script Name : Spells/Mage/Sorcerer/Warlock/Rift.lua
- Script Author : neatz09
- Script Date : 2019.08.26 08:08:02
- Script Purpose :
- :
- --]]
- --need knockback function
- -- Inflicts 1107 - 1845 magic damage on targets in Area of Effect
- function cast(Caster, Target, DmgType, MinVal, MaxVal)
- SpellDamage(Target, DmgType, MinVal, MaxVal)
- -- Throws target back
- -- If Target is not Epic
- -- Stuns targets in Area of Effect
- -- If Target is not Epic
- -- Resistibility increases against targets higher than level 29.
- end
|