完美CSGO比赛详情

CSGO PERFECT WORLD MATCH DETAILS

比赛概览

比赛ID: {{ base.match_id }}
{{ base.start_time }}
{{ base.map }}
时长: {{ base.duration }} 分钟
{% if base.win_team == 1 %}
胜利
{% else %}
胜利
{% endif %}
队伍 1
{{ base.score1 }}
(上半场: {{ base.half_score1 }}{% if base.extra_score1 > 0 %}, 加时: {{ base.extra_score1 }}{% endif %})
:
队伍 2
{{ base.score2 }}
(上半场: {{ base.half_score2 }}{% if base.extra_score2 > 0 %}, 加时: {{ base.extra_score2 }}{% endif %})

玩家数据

队伍 1
{% for player in players %} {% if player.team == 1 %} {% endif %} {% endfor %}
玩家 KDA Rating PRO WE 爆头率 荣誉
{{ player.nick_name }} {{ player.nick_name }} {% if player.mvp %} MVP {% endif %} {{ player.kill }}/{{ player.death }}/{{ player.assist }} {{ "%.2f"|format(player.rating) }} {{ "%.2f"|format(player.we) }} {{ "%.1f"|format(player.head_shot_ratio * 100) }}% {% if player.three_kill > 0 %} 三杀 x{{ player.three_kill }} {% endif %} {% if player.four_kill > 0 %} 四杀 x{{ player.four_kill }} {% endif %} {% if player.five_kill > 0 %} 五杀 x{{ player.five_kill }} {% endif %} {% if player.vs1 > 0 or player.vs2 > 0 or player.vs3 > 0 or player.vs4 > 0 or player.vs5 > 0 %} 残局 x{{ player.vs1 + player.vs2 + player.vs3 + player.vs4 + player.vs5 }} {% endif %}
队伍 2
{% for player in players %} {% if player.team == 2 %} {% endif %} {% endfor %}
玩家 KDA Rating PRO WE 爆头率 荣誉
{{ player.nick_name }} {{ player.nick_name }} {% if player.mvp %} MVP {% endif %} {{ player.kill }}/{{ player.death }}/{{ player.assist }} {{ "%.2f"|format(player.rating) }} {{ "%.2f"|format(player.we) }} {{ "%.1f"|format(player.head_shot_ratio * 100) }}% {% if player.three_kill > 0 %} 三杀 x{{ player.three_kill }} {% endif %} {% if player.four_kill > 0 %} 四杀 x{{ player.four_kill }} {% endif %} {% if player.five_kill > 0 %} 五杀 x{{ player.five_kill }} {% endif %} {% if player.vs1 > 0 or player.vs2 > 0 or player.vs3 > 0 or player.vs4 > 0 or player.vs5 > 0 %} 残局 x{{ player.vs1 + player.vs2 + player.vs3 + player.vs4 + player.vs5 }} {% endif %}