discordimbuedroughspunhexdoll.lua 609 B

1234567891011121314151617181920
  1. --[[
  2. Script Name : ItemScripts/discordimbuedroughspunhexdoll.lua
  3. Script Author : neatz09
  4. Script Date : 2022.05.04 01:05:18
  5. Script Purpose :
  6. :
  7. --]]
  8. --[[ Begin Item Effects
  9. * Applies Hex of Discord when Activated. Lasts for 1 minute 48 seconds.
  10. * Decreases INT, WIS, AGI and STR of target by 15.6
  11. * Decreases Max Health of target by 1.0%
  12. * The casting time of Hex of Discord is 1.0 second and the reuse time of the spell is 5 minutes
  13. End Item Effects--]]
  14. function examined(Item, Player)
  15. SetInfoStructUInt(Player, "status_points", 20000)
  16. end