NaturesTouch.lua 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. --[[
  2. Script Name : Spells/Priest/Druid/Warden/NaturesTouch.lua
  3. Script Author : neatz09
  4. Script Date : 2019.10.16 10:10:31
  5. Script Purpose :
  6. :
  7. --]]
  8. function cast(Caster, Target)
  9. Resurrect(15,15,1)
  10. Say(Caster, "Need to create subspells")
  11. end
  12. function remove(Caster, Target)
  13. end
  14. -- Info from spell_display_effects (remove from script when done)
  15. -- Applies Nature's Blessing on termination. Lasts for 1 minute.
  16. -- Heals target for 3.0% of max health instantly and every 6 seconds
  17. -- This effect cannot be critically applied.
  18. -- Applies Revived Sickness on termination. Lasts for 2 minutes.
  19. -- Decreases All Attributes of target by 20.0%
  20. -- If not between levels 1 - 6
  21. -- Decreases Haste of target by 20.0
  22. -- If not between levels 1 - 6
  23. -- Decreases All Attributes of target by 5.0%
  24. -- If between levels 1 - 6
  25. -- Decreases Haste of target by 5.0
  26. -- If between levels 1 - 6
  27. -- Resurrects target with 15% health and power
  28. -- If outside an arena
  29. -- If outside an arena