123456789101112131415161718192021222324 |
- --[[
- Script Name : Spells/Priest/Druid/Warden/NaturesTouch.lua
- Script Author : neatz09
- Script Date : 2019.10.16 10:10:31
- Script Purpose :
- :
- --]]
- -- Info from spell_display_effects (remove from script when done)
- -- Applies Nature's Blessing on termination. Lasts for 1 minute.
- -- Heals target for 3.0% of max health instantly and every 6 seconds
- -- This effect cannot be critically applied.
- -- Applies Revived Sickness on termination. Lasts for 2 minutes.
- -- Decreases All Attributes of target by 20.0%
- -- If not between levels 1 - 6
- -- Decreases Haste of target by 20.0
- -- If not between levels 1 - 6
- -- Decreases All Attributes of target by 5.0%
- -- If between levels 1 - 6
- -- Decreases Haste of target by 5.0
- -- If between levels 1 - 6
- -- Resurrects target with 15% health and power
- -- If outside an arena
- -- If outside an arena
|