#author("2025-01-13T02:18:19+00:00","default:yoya","yoya")
#author("2025-01-13T02:21:30+00:00","default:yoya","yoya")
[[Windower/Lua]]

- https://github.com/banggugyangu/LuaCast/blob/master/ffxi/buff.lua
>
	local self = get_player()
	for k,v in pairs( self.Buffs ) do

- https://fr.ffxiah.com/forum/topic/56399/handling-buffs-and-debuffs/
>
 function undoom()
     local player = windower.ffxi.get_player()
     if S(player.buffs):contains(15) then
         send_command('@input /item "Holy Water" <me>')
     end
 end