ArcaneSymphony.lua 459 B

123456789101112131415161718192021
  1. --[[
  2. Script Name : Spells/Scout/Bard/Troubador/ArcaneSymphony.lua
  3. Script Author : neatz09
  4. Script Date : 2019.09.23 03:09:14
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Increases Mitigation of raid and group members (AE) vs arcane damage by 252
  9. function cast(Caster, Target, BonusAmt)
  10. AddSpellBonus(Target, 203, BonusAmt)
  11. end
  12. function remove(Caster, Target, BonusAmt)
  13. RemoveSpellBonus(Target)
  14. end