function ADVR.onLoad() achievement.psvrID = 5 achievement.hideDescription = false achievement.unlocksItem = relics.EXOTIC_SPICE achievement.predecessors = {achievements.PROG_ORBS_GALORE_UNLOCKED} achievement.category = "collection" end function ADVR.onFoodEaten(foodInstance) if helperMethods.GetCustomData(foodInstance.gameObject, "is_golden") == true then achievement.Unlock() end end