|
{{ allyTeam ? 'Ally' : 'Enemy' }} Team
VICTORY
|
K | D | A | {{ statsFormat === 'stats' ? 'Cs' : 'Cs/m' }} | {{ statsFormat === 'stats' ? 'Vs' : 'Vs/m' }} | Gold |
Dmg
champ |
Dmg
obj |
Dmg
taken |
KP |
|---|---|---|---|---|---|---|---|---|---|---|
|
{{ player.level }}
{{ player.firstSum.name }}
{{ player.firstSum.description }}
{{ player.secondSum.name }}
{{ player.secondSum.description }}
{{ player.name }}
{{ player.champion.name }}
{{ player.rank.shortName }}
-
|
{{ player.stats.kills }}
|
{{ player.stats.deaths }}
|
{{ player.stats.assists }}
|
{{ player[statsFormat].minions }}
|
{{ player[statsFormat].vision }}
|
{{ roundStats(player[statsFormat].gold) }}
|
{{ roundStats(player[statsFormat].dmgChamp) }}
|
{{ roundStats(player[statsFormat].dmgObj) }}
|
{{ roundStats(player[statsFormat].dmgTaken) }}
|
{{ player.stats.kp }}
|