DragoonSpin.lua 395 B

123456789101112131415
  1. --[[
  2. Script Name : Spells/AA/DragoonSpin.lua
  3. Script Author : neatz09
  4. Script Date : 2020.12.10 02:12:53
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Inflicts 394 - 657 melee damage on targets in Area of Effect
  9. function cast(Caster, Target, DmgType, MinVal, MaxVal)
  10. SpellDamage(Target, DmgType, MinVal, MaxVal)
  11. Say(Caster, "may need dmg formula")
  12. end