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) }} |