function ADVR.onLoad() achievement.psvrID = 53 achievement.hideDescription = false achievement.unlocksItem = relics.POTLUCK_LADLE achievement.predecessors = {achievements.EMPTY_BELLY} achievement.category = "trial" end function ADVR.onRunComplete() if game.itemInterpreter.TotalPickupsFoundInRunByAllPlayers() == 0 then achievement.Unlock() end end