123456789101112131415161718 |
- --[[
- Script Name : Spells/Priest/Druid/Chill.lua
- Script Author : neatz09
- Script Date : 2020.01.02 05:01:28
- Script Purpose :
- :
- --]]
- function cast(Caster, Target, DmgType, MinVal, MaxVal)
- SpellDamage(Target, Dmgtype, MinVal, MaxVal)
- Say(Caster, "Elemental not implemented")
- end
- -- Info from spell_display_effects (remove from script when done)
- -- Inflicts 55 - 68 cold damage on target
- -- Inflicts 55 - 68 cold damage on target
- -- If target is elemental
|