DustBlast.lua 340 B

12345678910111213
  1. --[[
  2. Script Name : Spells/Mage/Summoner/DustBlast.lua
  3. Script Author : neatz09
  4. Script Date : 2020.01.02 05:01:20
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Inflicts 33 - 49 magic damage on target
  9. function cast(Caster, Target, DmgType, MinVal, MaxVal)
  10. SpellDamage(Target, DmgType, MinVal, MaxVal)
  11. end