SideSwipe.lua 587 B

1234567891011121314151617
  1. --[[
  2. Script Name : Spells/Traditions/SideSwipe.lua
  3. Script Author : neatz09
  4. Script Date : 2020.08.18 01:08:19
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Info from spell_display_effects (remove from script when done)
  9. -- Inflicts 1 - 2 crushing damage on target
  10. -- Stuns target
  11. -- Epic targets gain an immunity to Stun effects of 5.6 seconds and duration is reduced to 0.6 seconds.
  12. -- Resistibility increases against targets higher than level 29.
  13. function cast(Caster, Target)
  14. Say(Target, "Hah, nice try! That's not implemented yet!")
  15. end