AncientWrath.lua 406 B

12345678910111213
  1. --[[
  2. Script Name : Spells/Commoner/AncientWrath.lua
  3. Script Author : neatz09
  4. Script Date : 2020.04.10 01:04:46
  5. Script Purpose :
  6. :
  7. --]]
  8. function cast(Caster, Target, DmgType, MinVal, MaxVal)
  9. SpellDamage(Target, DmgType, (GetLevel(Caster) * 1.08) * MinVal, (GetLevel(Caster) * 1.08) * MaxVal)
  10. Say(Caster, "Unsure if there is a stun or not.")
  11. end