PestilentSoul.lua 369 B

12345678910111213
  1. --[[
  2. Script Name : Spells/Mage/Summoner/Necromancer/PestilentSoul.lua
  3. Script Author : neatz09
  4. Script Date : 2019.10.10 04:10:01
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Inflicts 840 disease damage on targets in Area of Effect
  9. function cast(Caster, Target, DmgType, MinVal, MaxVal)
  10. SpellDamage(Target, DmgType, MinVal, MaxVal)
  11. end