Most played with
-
{{ mate.player.name }}
{{ mate.total }}
Best Mate (by winrate)
-
{{ mate.player.name }}
{{ (mate.win_rate * 100).toFixed(0) }} %
({{ mate.total }})
Weapons (by dmg)
{{ setDmgGraphWidth() }}
Best Map (by winrate)
-
{{ FixMapName(map[0]) }}
{{ (map[1] * 100).toFixed(0) }} %
({{ props.player_meta.total_maps[map[0]] }})