Chaos.lua 426 B

1234567891011121314151617181920
  1. --[[
  2. Script Name : Spells/Fighter/Warrior/Berserker/Chaos.lua
  3. Script Author : Dello
  4. Script Date : 12/06/2014
  5. Script Purpose :
  6. :
  7. --]]
  8. function cast(Caster, Target, ResistAmt)
  9. AddSpellBonus(Target, 200, ResistAmt)
  10. end
  11. -- Increases Mitigation of group members (AE) vs physical damage by 94
  12. function remove(Caster, Target)
  13. RemoveSpellBonus(Target)
  14. end