Sentinel.lua 660 B

123456789101112131415161718192021222324252627
  1. --[[
  2. Script Name : Spells/Fighter/Warrior/Guardian/Sentinel.lua
  3. Script Author : neatz09
  4. Script Date : 2020.09.05 03:09:38
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Info from spell_display_effects (remove from script when done)
  9. -- When damaged this spell has a 5% chance to cast Stoneskin on target. Lasts for 10.0 seconds.
  10. -- Will absorb physical damage. This spell will absorb a total of 1 attack.
  11. -- If profession other than Fighter
  12. -- If profession other than Scout
  13. function cast(Caster, Target)
  14. end
  15. function proc(Caster, Target, Type)
  16. end
  17. function remove(Caster, Target)
  18. end