FierceRousing.lua 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. --[[
  2. Script Name : Spells/Priest/Druid/Fury/FierceRousing.lua
  3. Script Author : neatz09
  4. Script Date : 2019.10.16 10:10:51
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Info from spell_display_effects (remove from script when done)
  9. function cast(Caster, Target)
  10. -- Resurrects target with 15% health and power
  11. Resurrect(15, 15, 1)
  12. end
  13. --nil, "Awakening", 2, No_calcs(add to perams)
  14. -- Applies Awakening on termination.
  15. function remove(Caster, Target)
  16. --Heals target for 15.0% of max health
  17. SpellHeal("Heal", GetPCTOfHP(Target, 15))
  18. end
  19. -- Heals target for 15.0% of max health
  20. -- This effect cannot be critically applied.
  21. -- Applies Revived Sickness on termination. Lasts for 2 minutes.
  22. -- Decreases Haste of target by 20.0
  23. -- If not between levels 1 - 6
  24. -- Decreases All Attributes of target by 20.0%
  25. -- If not between levels 1 - 6
  26. -- Decreases Haste of target by 5.0
  27. -- If between levels 1 - 6
  28. -- Decreases All Attributes of target by 5.0%
  29. -- If between levels 1 - 6
  30. -- If outside an arena
  31. -- If outside an arena