Maul.lua 443 B

123456789101112131415161718
  1. --[[
  2. Script Name : Spells/Traditions/Maul.lua
  3. Script Author : neatz09
  4. Script Date : 2022.05.21 05:05:22
  5. Script Purpose :
  6. :
  7. --]]
  8. --[[ Info from spell_display_effects (remove from script when done)
  9. *Inflicts 7 slashing damage on target instantly and every 8 seconds
  10. --]]
  11. function cast(Caster, Target, DmgType, MinVal, MaxVal)
  12. SpellDamage(Target, DmgType, MinVal, MaxVal)
  13. end