Available URL params:
map — map id (required)
physics — shows stats for only one physics: race, vintage, diabotical, all
interval — delay between steps during playback (seconds)
autoplay — auto start playing
rockets — add a "Rockets per minute" column
Examples:
https://quakelife.ru/diabotical/race/eggcup.html?map=tt_clockfuel
https://quakelife.ru/diabotical/race/eggcup.html?map=tt_onyx&rockets
https://quakelife.ru/diabotical/race/eggcup.html?map=tt_error_fields
https://quakelife.ru/diabotical/race/eggcup.html?map=tt_shift&rockets
https://quakelife.ru/diabotical/race/eggcup.html?map=tt_narkos_brut
https://quakelife.ru/diabotical/race/eggcup.html?map=tt_toxic_eggcup&rockets
https://quakelife.ru/diabotical/race/eggcup.html?map=tt_clockfuel&physics=vintage&interval=1&autoplay
{{map.name}} (all physics)
by {{map.authors}}
{{stats.all.playerIds.length}} players, {{stats.all.matches.length }} matches
Player
Spent
Matches
{{ index + 1 }}.
{{ player.name }}
{{ prettyDuration(player.newTime) }}
{{ player.matches }}
No players
Player
/ min
Matches
{{ index + 1 }}.
{{ player.name }}
{{ (player.rockets * 60 / (player.newTime || 1)).toFixed(1) }}
{{ player.matches }}
No players
Player
/ min
Matches
{{ index + 1 }}.
{{ player.name }}
{{ (player.blasters * 60 / (player.newTime || 1)).toFixed(1) }}
{{ player.matches }}
No players
Player
Avg Dmg
Taken
{{ index + 1 }}.
{{ player.name }}
{{ Math.round(player.di/player.matches) }}
{{ Math.round(player.dt/player.matches) }}
No players
Player
Avg Dmg
Taken
{{ index + 1 }}.
{{ player.name }}
{{ Math.round(player.di/player.matches) }}
{{ Math.round(player.dt/player.matches) }}
No players