LamentingSoul.lua 459 B

123456789101112131415161718192021
  1. --[[
  2. Script Name : Spells/Priest/Shaman/Mystic/LamentingSoul.lua
  3. Script Author : neatz09
  4. Script Date : 2019.09.27 10:09:03
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Info from spell_display_effects (remove from script when done)
  9. -- Decreases DPS of target by 15.9
  10. function cast(Caster, Target, Amt)
  11. AddSpellBonus(Target, 629, Amt)
  12. end
  13. function remove(Caster, Target)
  14. RemoveSpellBonus(Target)
  15. end