MindBlast.lua 341 B

123456789101112
  1. --[[
  2. Script Name : Spells/Mage/Enchanter/MindBlast.lua
  3. Script Author : neatz09
  4. Script Date : 2020.11.03 11:11:41
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Inflicts 31 - 41 mental damage on target
  9. function cast(Caster, Target, DmgType, MinVal, MaxVal)
  10. SpellDamage(Target, DmgType, MinVal, MaxVal)
  11. end