Loading...
{game.match.result | winLoss}
highlighted match
😖
{game.match.playerStats.kdRatio | tofixed}
K/D Ratio
{game.match.playerStats.kills}
Kills
{game.match.playerStats.scorePerMinute | tofixed}
SPM

{game.match.map | map} ({game.match.mode | gameMode})

{model.selectedGame.match.result | winLoss}
highlighted match
😖

{model.selectedGame.match.map | map}

{model.selectedGame.match.map | map} ({model.selectedGame.match.mode | gameMode})

{model.selectedGame.match.mode | gameMode}

{model.selectedGame.match.matchStart | date} - {model.selectedGame.match.matchEnd | time}

Game Data

{model.selectedGame.match.playerStats.kills}/{model.selectedGame.match.playerStats.deaths} ({model.selectedGame.match.playerStats.kdRatio | tofixed})

{model.selectedGame.match.playerStats.kills | add model.selectedGame.match.playerStats.assists}/{model.selectedGame.match.playerStats.deaths} ({model.selectedGame.match.playerStats.kills | add model.selectedGame.match.playerStats.assists | divide model.selectedGame.match.playerStats.deaths | tofixed})

{model.selectedGame.match.playerStats.damageDone}/{model.selectedGame.match.playerStats.damageTaken}

{model.selectedGame.match.playerStats.headshots} / {model.selectedGame.match.playerStats.executions}

{model.selectedGame.match.playerStats.score} ({model.selectedGame.match.playerStats.scorePerMinute | tofixed})

{model.selectedGame.match.playerStats.accuracy | percent}% ({model.selectedGame.match.playerStats.shotsFired}/{model.selectedGame.match.playerStats.shotsLanded})

{model.selectedGame.match.playerStats.longestStreak}

{model.selectedGame.match.playerStats.percentTimeMoving | tofixed}% ({model.selectedGame.match.playerStats.averageSpeedDuringMatch | tofixed})

Brain Data

{model.brainDataForSelectedGame | avg 'attention' | tofixed}

{model.brainDataForSelectedGame | avg 'meditation' | tofixed}