SnappingMandible.lua 423 B

1234567891011121314151617
  1. --[[
  2. Script Name : Spells/Traditions/SnappingMandible.lua
  3. Script Author : neatz09
  4. Script Date : 2022.05.21 05:05:11
  5. Script Purpose :
  6. :
  7. --]]
  8. --[[ Info from spell_display_effects (remove from script when done)
  9. *Inflicts 2 - 3 melee damage on target
  10. --]]
  11. function cast(Caster, Target, DmgType, MinVal, MaxVal)
  12. SpellDamage(Target, DmgType, MinVal, MaxVal)
  13. end