Rebuke.lua 320 B

123456789101112131415
  1. --[[
  2. Script Name : Rebuke.lua
  3. Script Purpose : Templar Mitigation debuff
  4. Script Author : theFoof
  5. Script Date : 2014.3.9
  6. --]]
  7. function cast(Caster, Target, DebuffVal)
  8. AddSpellBonus(Target, 200, DebuffVal)
  9. Interrupt(Caster, Target)
  10. end
  11. function remove(Caster, Target)
  12. RemoveSpellBonus()
  13. end