function ADVR.onLoad() achievement.predecessors = {achievements.MOSQUITO_BITE} achievement.psvrID = 50 achievement.category = "combat" achievement.showProgressBar = true end function ADVR.onVersionUpgrade(oldVersion, newVersion) if player.TotalWins >= 3 then achievement.Unlock() end end function ADVR.onPlayerDeathOrRunComplete() if player.TotalWins >= 3 then achievement.Unlock() end end function GetProgressInfo() return player.TotalWins, 3 end --TOOLTIP: This unlocks Hard Mode