PrimalFuryproc.lua 574 B

1234567891011121314151617181920212223
  1. --[[
  2. Script Name : Spells/Commoner/PrimalFuryproc.lua
  3. Script Author : neatz09
  4. Script Date : 2020.02.22 08:02:43
  5. Script Purpose :
  6. :
  7. --]]
  8. function cast(Caster, Target, Cast, Haste, Multi)
  9. AddSpellBonus(Target, 664, Cast)
  10. AddSpellBonus(Target, 617, Haste)
  11. AddSpellBonus(Target, 641, Multi)
  12. end
  13. function remove(Caster, Target)
  14. RemoveSpellBonus(Target)
  15. end
  16. -- Increases Ability Casting Speed of target by 7.2%
  17. -- Increases Haste of target by 21.0
  18. -- Increases Multi Attack of target by 21.0