Icefall.lua 613 B

1234567891011121314151617181920212223
  1. --[[
  2. Script Name : Spells/Priest/Druid/Warden/Icefall.lua
  3. Script Author : theFoof
  4. Script Date : 2013.12.10
  5. Script Purpose :
  6. :
  7. --]]
  8. function cast(Caster, Target, DmgType1, DmgLow1, DmgHigh1, DmgType2, DmgLow2, DmgHigh2)
  9. Say(Caster, "races by model type not added yet")
  10. -- Inflicts 31 - 38 cold damage on target
  11. -- Inflicts 31 - 38 cold damage on target
  12. -- If target is elemental (need to add model races first)
  13. SpellDamage(Target, DmgType1, DmgLow1, DmgHigh1)
  14. end
  15. function tick(Caster, Target)
  16. end
  17. function remove(Caster, Target)
  18. end