--[[ Script Name : Spells/Priest/Druid/Warden/NaturesRestoration.lua Script Author : John Adams Script Date : 2013.08.11 07:08:08 Script Purpose : : --]] function cast(Caster, Target) -- code to cast the spell Say(Caster, "Whoops! Guess this is not implemented yet!") -- Info from spell_display_effects (remove from script when done) -- Heal over time spells increase healing with each tick. Healing ceases to increase after 5 ticks. -- On a healing spell cast this spell has a 50% chance to cast Splash of Nature on caster. -- Increases power of caster by 394 - 590 -- Cannot be modified except by direct means -- Cannot be modified except by direct means end function tick(Caster, Target) -- code to process each call_frequency (tick) set in spell_tiers end function remove(Caster, Target) -- code to remove the spell end