LashingTongue.lua 541 B

12345678910111213141516171819
  1. --[[
  2. Script Name : Spells/Traditions/LashingTongue.lua
  3. Script Author : neatz09
  4. Script Date : 2022.05.21 05:05:40
  5. Script Purpose :
  6. :
  7. --]]
  8. --[[ *Inflicts 7 - 9 crushing damage on target
  9. *Stuns target
  10. *Epic targets gain an immunity to Stun effects of 3.7 seconds and duration is reduced to 0.4 seconds.
  11. *Resistibility increases against targets higher than level 29.
  12. --]]
  13. function cast(Caster, Target, DmgType, MinVal, MaxVal)
  14. SpellDamage(Target, DmgType, MinVal, MaxVal)
  15. end