Skip to content

Standings

Solomon Cammack edited this page Apr 16, 2023 · 1 revision

The standings pages can be customised from the event or from overlays. There are separate keys to sort (ordering teams) and to show (displaying as columns).

Standings showing keys

You can use this in an event's standings block ("show": ["MatchWinrate", "MapWinrate"]) or on overlays show=Matches,Maps,MapDiff

Key Short Name Description
MatchWinrate W% Match winrate % of matches won
MapWinrate MW% Map winrate % of maps won
OMatchWinrate OW% Opponents' match winrate Average % of all opponents match winrate
OMapWinrate OMW% Opponents' map winrate Average % of all opponents maps winrate
Matches Matches Matches won and lost X-X matches
MatchDiff Match Diff Matches won - matches lost ±Match delta
Maps Maps Maps won and lost X-X maps
MapDiff Map Diff Maps won - maps lost ±Map delta
ValorantRounds RW-RL Rounds won - rounds lost X-X map rounds (could be used in other games if the map scores made sense)
ValorantRoundDiff ΔR Round diff ±Map round score delta

Standings sorting keys

Key Description
MatchDiff Calculates match diff (match wins - match losses)
MapDiff Calculates map diff (map wins - map losses)
MatchWinrate Calculates match winrate (match wins / matches played)
MapWinrate Calculates map winrate (map wins / maps played)
HeadToHead For 2 teams max - counts the matches aggregate (e.g. if they play each other once, it'll be 1 or -1. Multiple matches in the same match group could even it out)
MapWins Sorts only by map wins (not diff)
OMW Averages all opponent's match winrates. Identical to OMatchWinrate (I think)
OMatchWinrate Averages all opponent's match winrates
OMapWinrate Averages all opponent's map winrates
MiniLeague Creates a standings of the matches for the opponents that are tied, and sorts them by match diff
MiniLeagueMaps Creates a standings of the matches for the opponents that are tied, and sorts them by map diff
MapRoundsDiff Sorts by map round diff (map score wins - map score losses)
MapRoundWins Sorts by map score wins only (not diff)
Points Sorts by extra points (on team.extra_points)
Clone this wiki locally