Contagion.lua 782 B

12345678910111213141516171819202122232425
  1. --[[
  2. Script Name : Spells/Priest/Shaman/Contagion.lua
  3. Script Author : neatz09
  4. Script Date : 2019.12.14 02:12:07
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Info from spell_display_effects (remove from script when done)
  9. -- Inflicts 12 disease damage on target instantly and every 4 seconds
  10. function cast(Caster, Target, DoTType, MinVal)
  11. Say(Caster, "Race check bonuses not implemented.")
  12. SpellDamage(Target, DoTType, MinVal)
  13. end
  14. function tick(Caster, Target, DoTType, MinVal)
  15. SpellDamage(Target, DoTType, MinVal)
  16. end
  17. -- Inflicts 12 disease damage on target instantly and every 4 seconds
  18. -- If target is nightblood
  19. -- Inflicts 12 disease damage on target instantly and every 4 seconds
  20. -- If target is shadowed folk