PainfulLamentations.lua 432 B

123456789101112131415
  1. --[[
  2. Script Name : Spells/Scout/Bard/Troubadour/PainfulLamentations.lua
  3. Script Author : Zcoretri
  4. Script Date : 4.April.2014
  5. Script Purpose :
  6. :
  7. --]]
  8. function cast(Caster, Target, DmgType, MinDmg, MaxDmg)
  9. -- Interrupts target encounter
  10. Interrupt(Caster, Target)
  11. -- Inflicts mental damage on target encounter
  12. SpellDamage(Target, DmgType, MinDmg, MaxDmg)
  13. end