Calculador de Pase de Batalla
Temporada 2: Lone Wolves
-
- XP actual: {{ currentXP.toLocaleString() }}
- XP para deseable {{ Math.max(desirableXP -
currentXP, 0).toLocaleString() }}
- Grados para desable: {{ Math.max(desirableTier -
currentTier, 0) }}
- XP requerido por día:
{{ Math.ceil(neededXP / remainingDays).toLocaleString() }}
- XP requerido por semana:
{{ Math.ceil(neededXP / totalWeeks).toLocaleString() }}
- XP faltante: {{ neededXP.toLocaleString() }}
- XP total PB: {{ totalXP.toLocaleString() }}
- Grados faltantes: {{ remainingTiersString }}
- Tiempo faltante:
{{ remainingDays + ' Días'.toLowerCase() + ' (' + Math.ceil(remainingDays / 7) + ' Semanas'.toLowerCase()
+ ')' }}
|
Normal |
Partidas restantes |
{{ Math.ceil(normalMatches) }} |
{{ 'Tiempo faltante (' + 'Horas'.toLowerCase() + ')' }} |
{{ Math.floor(normalHours) + ':' + ((normalHours % 1) * 60 < 10 ? '0' : '' ) + Math.floor((normalHours %
1) * 60) }} |
Juegos por día |
{{ Math.ceil(normalDailyGames) }} |
Horas por día |
{{ Math.floor(normalDailyHours) + ':' + ((normalDailyHours % 1) * 60 < 10 ? '0' : '' ) +
Math.floor((normalDailyHours % 1) * 60) }} |