PerfectShrill.lua 423 B

1234567891011121314151617
  1. --[[
  2. Script Name : Spells/Scout/Bard/Troubadour/PerfectShrill.lua
  3. Script Author : Zcoretri
  4. Script Date : 17.March.2014
  5. Script Purpose :
  6. :
  7. --]]
  8. function cast(Caster, Target, DmgType, MinDmg, MaxDmg)
  9. -- Inflicts mental damage on target
  10. SpellDamage(Target, DmgType, MinDmg, MaxDmg)
  11. end
  12. function remove(Caster, Target)
  13. -- code to remove the spell
  14. end