DustBlast.lua 409 B

1234567891011121314
  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. -- Info from spell_display_effects (remove from script when done)
  9. -- Inflicts 33 - 49 magic damage on target
  10. function cast(Caster, Target, DmgType, MinVal, MaxVal)
  11. SpellDamage(Target, DmgType, MinVal, MaxVal)
  12. end