ElegyofAwakening.lua 1011 B

123456789101112131415161718192021222324252627282930
  1. --[[
  2. Script Name : Spells/Scout/Bard/Dirge/ElegyofAwakening.lua
  3. Script Author : neatz09
  4. Script Date : 2020.09.19 03:09:35
  5. Script Purpose :
  6. :
  7. --]]
  8. function cast(Caster, Target)
  9. Resurrect(25, 20, 1)
  10. Say(Caster, "Rez sickness not implemented")
  11. end
  12. -- Info from spell_display_effects (remove from script when done)
  13. -- Applies Elegy on termination.
  14. -- Heals target for 25.0% of max health
  15. -- This effect cannot be critically applied.
  16. -- Applies Revived Sickness on termination. Lasts for 2 minutes.
  17. -- Decreases All Attributes of target by 20.0%
  18. -- If not between levels 1 - 6
  19. -- Decreases Haste of target by 20.0
  20. -- If not between levels 1 - 6
  21. -- Decreases All Attributes of target by 5.0%
  22. -- If between levels 1 - 6
  23. -- Decreases Haste of target by 5.0
  24. -- If between levels 1 - 6
  25. -- Resurrects target with 10% health and power
  26. -- If outside an arena
  27. -- If outside an arena