Conflagration.lua 364 B

12345678910111213
  1. --[[
  2. Script Name : Spells/Mage/Sorcerer/Conflagration.lua
  3. Script Author : neatz09
  4. Script Date : 2020.11.05 02:11:30
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Inflicts 65 - 121 heat damage on targets in Area of Effect
  9. function cast(Caster, Target, DmgType, MinVal, MaxVal)
  10. SpellDamage(Target, DmgType, MinVal, MaxVal)
  11. end