PoisonBreath.lua 380 B

123456789101112131415161718192021
  1. --[[
  2. Script Name : Spells/PoisonBreath.lua
  3. Script Author : LordPazuzu
  4. Script Date : 2024.03.12 05:03:07
  5. Script Purpose :
  6. :
  7. --]]
  8. function cast(Caster, Target)
  9. SpellDamage(Target, 2, 300, 425)
  10. end
  11. function tick(Caster, Target)
  12. SpellDamage(Target, 2, 90, 150)
  13. end
  14. function remove(Caster, Target)
  15. end