SpiritoftheMammoth.lua 462 B

1234567891011121314151617
  1. --[[
  2. Script Name : Spells/Priest/Shaman/Mystic/SpiritoftheMammoth.lua
  3. Script Author : Jabantiz
  4. Script Date : 2013.12.13 08:12:47
  5. Script Purpose :
  6. :
  7. --]]
  8. function cast(Caster, Target, BonusAmt)
  9. -- Increases STA and STR of group members (AE) by 13.1
  10. AddSpellBonus(Target, 0, BonusAmt)
  11. AddSpellBonus(Target, 1, BonusAmt)
  12. end
  13. function remove(Caster, Target)
  14. RemoveSpellBonus(Target)
  15. end