{{ map_head(game) }}RED SIDE · PLAYER分数ACCCOMBOMODS{% for player in game.red_players %}{{ team_player(player) }}{% endfor %}BLUE SIDE · PLAYER分数ACCCOMBOMODS{% for player in game.blue_players %}{{ team_player(player) }}{% endfor %}
{{ map_head(game, true) }}排名玩家分数表现MODS{% for player in game.players %}#{{ loop.index }}{{ player_identity(player) }}{{ "{:,}".format(player.score) }}分数{{ "{:.2f}".format(player.accuracy) }}%准确率{{ player.combo }}x最大连击{{ mods(player) }}{% endfor %}