- {{ character.characterName }} - {{character.role}}
+ {{ character.characterName }} - {{ character.role }}
Status: {{ character.status }}
Player: {{ character.playerName }}
-
-
+ Total Game EB: {{ earnedEB }} --- Total Game IP: {{ earnedIP }}
+
+ Games Played: {{ gamesPlayedCount }} --- Games Applied: {{ gamesAppliedCount }} -- Pick Rate:
+ {{ pickRate.toFixed(2) }}%
+
+ Last Game: {{ new Date(gamesPlayed[gamesPlayed.length - 1].postdate * 1000).toISOString().split('T')[0]}}
+
+