BruisingStrike.lua 436 B

123456789101112131415
  1. --[[
  2. Script Name : Spells/Fighter/Brawler/BruisingStrike.lua
  3. Script Author : neatz09
  4. Script Date : 2020.11.05 05:11:47
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Inflicts 52 - 88 melee damage on target
  9. -- If facing target
  10. function cast(Caster, Target, DmgType, MinVal, MaxVal)
  11. SpellDamage(Target, DmgType, MinVal, MaxVal)
  12. Say(Caster, "Facing target and health cost not implemented.")
  13. end