FierceRousing.lua 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  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. Say(Caster, "need to complete spell script")
  13. end
  14. --nil, "Awakening", 2, No_calcs(add to perams)
  15. -- Applies Awakening on termination.
  16. --function remove(Caster, Target)
  17. --Heals target for 15.0% of max health
  18. --SpellHeal("Heal", GetPCTOfHP(Target, 15))
  19. --end
  20. -- Heals target for 15.0% of max health
  21. -- This effect cannot be critically applied.
  22. -- Applies Revived Sickness on termination. Lasts for 2 minutes.
  23. -- Decreases Haste of target by 20.0
  24. -- If not between levels 1 - 6
  25. -- Decreases All Attributes of target by 20.0%
  26. -- If not between levels 1 - 6
  27. -- Decreases Haste of target by 5.0
  28. -- If between levels 1 - 6
  29. -- Decreases All Attributes of target by 5.0%
  30. -- If between levels 1 - 6
  31. -- If outside an arena
  32. -- If outside an arena