NobleWrath.lua 414 B

1234567891011121314151617
  1. --[[
  2. Script Name : Spells/Commoner/NobleWrath.lua
  3. Script Author : neatz09
  4. Script Date : 2022.05.21 06:05:29
  5. Script Purpose :
  6. :
  7. --]]
  8. --[[ Info from spell_display_effects (remove from script when done)
  9. *AoE DD Crushing damage X - Y target.
  10. --]]
  11. function cast(Caster, Target, DmgType, MinVal, MaxVal)
  12. SpellDamage(Target, DmgType, MinVal, MaxVal)
  13. end