KingZalakSoulTide.lua 495 B

123456789101112131415
  1. --[[
  2. Script Name : Spells/Commoner/KingZalakSoulTide.lua
  3. Script Author : neatz09
  4. Script Date : 2022.05.02 01:05:55
  5. Script Purpose : handles one of the spells for zalak raid
  6. :
  7. --]]
  8. -- This spell may need additional work(could be a healing component for zalak)
  9. --Set damage type to magic for now, we are missing focus damage type
  10. function cast(Caster, Target, DmgType, MinVal, MaxVal)
  11. SpellDamage(Target, DmgType, MinVal, MaxVal)
  12. end