DevastationFist.lua 587 B

123456789101112131415161718
  1. --[[
  2. Script Name : Spells/Fighter/Brawler/DevastationFist.lua
  3. Script Author : neatz09
  4. Script Date : 2019.10.26 02:10:28
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Info from spell_display_effects (remove from script when done)
  9. -- Inflicts 1795 - 2992 melee damage on target
  10. -- Inflicts 100.0% of max health in crushing damage on target
  11. -- If Target is Standard or weaker
  12. function cast(Caster, Target, DmgType, MinVal, MaxVal)
  13. SpellDamage(Target, DmgType, MinVal, MaxVal)
  14. Say(Caster, "max health component not implemented")
  15. end