PiercingShriek.lua 343 B

12345678910111213
  1. --[[
  2. Script Name : Spells/Scout/Bard/PiercingShriek.lua
  3. Script Author : neatz09
  4. Script Date : 2020.11.06 05:11:51
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Inflicts 49 - 82 mental damage on target
  9. function cast(Caster, Target, DmgType, MinVal, MaxVal)
  10. SpellDamage(Target, DmgType, MinVal, MaxVal)
  11. end