Battle Pass Calculator

Season 4

Current Tokens
Tokens Goal
Starting Date
Ending Date
{{ type.toUpperCase() }}
Remaining Games {{ Math.ceil(gameType.matches) }}
{{ 'Remaining Time (' + 'Hours'.toLowerCase() + ')' }} {{ Math.floor(gameType.hours) + ':' + ((gameType.hours % 1) * 60 < 10 ? '0' : '' ) + Math.floor((gameType.hours % 1) * 60) }}
Games per Day {{ Math.ceil(gameType.dailyGames) }}
Hours per Day {{ Math.floor(gameType.dailyHours) + ':' + ((gameType.dailyHours % 1) * 60 < 10 ? '0' : '' ) + Math.floor((gameType.dailyHours % 1) * 60) }}