Talent Levels
Win Rate
Kills and Deaths
Objectives
{{ trait.name }}
{{ props.column.label }}
{{ props.row[selectedTrait] }}
{{ (100 * props.row.TotalWinner / props.row._Count).toFixed(2) }}%
{{ (100 * props.row.TalentWinrateBase / props.row._Count).toFixed(2) }}%
{{ (100 * props.row.TalentWinrateMax / props.row._Count).toFixed(2) }}%
{{ (props.row.Kills / props.row._Count).toFixed(2) }}
{{ (props.row.Deaths / props.row._Count).toFixed(2) }}
{{ (props.row.TurretKills / props.row._Count).toFixed(2) }}
{{ (100 * props.row.TotalPicks / totalPicks).toFixed(2) }}%