CrestridersTonic.lua 445 B

123456789101112131415161718192021
  1. --[[
  2. Script Name : ItemScripts/CrestridersTonic.lua
  3. Script Author : Premierio015
  4. Script Date : 2021.07.04 09:07:26
  5. Script Purpose :
  6. :
  7. --]]
  8. --[[ Begin Item Effects
  9. * Increases Out-of-Combat Power Regeneration of target by 6.0
  10. End Item Effects--]]
  11. function examined(Item, Player)
  12. end
  13. function cast(Item, Player)
  14. PlayAnimation(Player, 11422) -- No joking its drink animation
  15. end