SpiritoftheBull.lua 417 B

1234567891011121314151617181920
  1. --[[
  2. Script Name : Spells/Priest/Shaman/SpiritoftheBull.lua
  3. Script Author : neatz09
  4. Script Date : 2019.12.14 02:12:56
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Increases STR and STA of group members (AE) by 13.1
  9. function cast(Caster, Target, BonusAmt)
  10. AddSpellBonus(Target, 600, BonusAmt)
  11. end
  12. function remove(Caster, Target)
  13. RemoveSpellBonus(Target)
  14. end