Battle Pass Calculator

Act 2: DEFIANCE

Episode 8

(Please remove Adblock so this website can exist!)

Current Tier
Epilogue
XP to go Max
Tier Goal
Epilogue
Starting Date
Ending Date
XP Boost ({{ (premiumBoostEnabled * premiumBoost + gamePassBoostEnabled * gamePassBoost) * 100 }}%)
Premium BP Game Pass
Challenges Filter
Daily Challenges ?
Weekly Challenges ?
Count from Week
Normal Spike Rush Deathmatch
Remaining Games {{ Math.ceil(normalMatches) }} {{ Math.ceil(rushMatches) }} {{ Math.ceil(deathMatches) }}
{{ 'Remaining Time (' + 'Hours'.toLowerCase() + ')' }} {{ Math.floor(normalHours) + ':' + ((normalHours % 1) * 60 < 10 ? '0' : '' ) + Math.floor((normalHours % 1) * 60) }} {{ Math.floor(rushHours) + ':' + ((rushHours % 1) * 60 < 10 ? '0' : '' ) + Math.floor((rushHours % 1) * 60) }} {{ Math.floor(deathHours) + ':' + ((deathHours % 1) * 60 < 10 ? '0' : '' ) + Math.floor((deathHours % 1) * 60) }}
Games per Day {{ Math.ceil(normalDailyGames) }} {{ Math.ceil(rushDailyGames) }} {{ Math.ceil(deathDailyGames) }}
Hours per Day {{ Math.floor(normalDailyHours) + ':' + ((normalDailyHours % 1) * 60 < 10 ? '0' : '' ) + Math.floor((normalDailyHours % 1) * 60) }} {{ Math.floor(rushDailyHours) + ':' + ((rushDailyHours % 1) * 60 < 10 ? '0' : '' ) + Math.floor((rushDailyHours % 1) * 60) }} {{ Math.floor(deathDailyHours) + ':' + ((deathDailyHours % 1) * 60 < 10 ? '0' : '' ) + Math.floor((deathDailyHours % 1) * 60) }}