--[[ Script Name : Spells/Scout/Bard/PiercingShriek.lua Script Author : neatz09 Script Date : 2020.11.06 05:11:51 Script Purpose : : --]] -- Inflicts 49 - 82 mental damage on target function cast(Caster, Target, DmgType, MinVal, MaxVal) SpellDamage(Target, DmgType, MinVal, MaxVal) end