1234567891011121314151617 |
- --[[
- Script Name : Spells/Traditions/Slime.lua
- Script Author : neatz09
- Script Date : 2020.08.18 01:08:57
- Script Purpose :
- :
- --]]
- -- Info from spell_display_effects (remove from script when done)
- -- Inflicts 0 poison damage on target
- -- Decreases AGI of target by 3.0 - 6.0
- -- Slows target by 27.0%
- function cast(Caster, Target)
- Say(Caster, "Spell needs to be created")
- end
|