|
{{ 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 }} | {{ player[statsFormat].gold }} | {{ player[statsFormat].dmgChamp }} | {{ player[statsFormat].dmgObj }} | {{ player[statsFormat].dmgTaken }} | {{ player.stats.kp }} |