ConstrictingTentacle.lua 605 B

1234567891011121314151617
  1. --[[
  2. Script Name : Spells/Traditions/ConstrictingTentacle.lua
  3. Script Author : neatz09
  4. Script Date : 2020.08.18 01:08:23
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Info from spell_display_effects (remove from script when done)
  9. -- Roots target
  10. -- Decreases Attack Speed of target by 6.7 - 11.3
  11. -- Epic targets gain an immunity to Root effects of 30.0 seconds and duration is reduced to 3.3 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