4 |
5 |
14 |
15 |
16 |
17 |
{{ roundNumber(stats.hsRate * 100) }}%
18 | Headshot%
19 |
20 |
21 |
{{ roundNumber(stats.avgKillsPerMatch) }}
22 | Avg. kills per match
23 |
24 |
25 |
{{ roundNumber(stats.maxKillsPerMatch) }}
26 | Max kills in a single match
27 |
28 |
29 |
30 |
44 |
45 |
46 |
57 |
58 |
59 |
60 |
{{ stats.totalMatches }}
61 | Total matches
62 |
63 |
64 |
{{ roundNumber(stats.totalDuration / 3600) }} h
65 | Time played
66 |
67 |
68 |
69 |
70 |
{{ roundNumber(stats.avgMatchDuration / 60) }} min
71 | Avg. match duration
72 |
73 |
74 |
{{ roundNumber(stats.avgMvps) }}
75 | Avg. MVPs per match
76 |
77 |
78 |
{{ roundNumber(stats.avgScore) }}
79 | Avg. score
80 |
81 |
82 |
84 |
85 |
86 |
{{ stats.totalRounds }}
87 | Rounds played
88 |
89 |
90 |
{{ roundNumber(stats.avgRoundDuration) }} s
91 | Avg. round duration
92 |
93 |
94 |
{{ roundNumber(stats.avgRoundsPerMatch) }}
95 | Avg. rounds per match
96 |
97 |
98 |
99 |
111 |
112 |
113 |
125 |
126 |
127 |
135 |
136 |
137 |
138 |
{{ roundNumber(stats.avgKillsPerRound) }}
139 | Avg. kills per round
140 |
141 |
142 |
{{ roundNumber(stats.roundDeathPercent) }}
143 | Death to round ratio
144 |
145 |
146 |
148 |
149 |
150 |
{{ stats.mvpRounds }}
151 | Total MVPs won
152 |
153 |
154 |
{{ roundNumber(stats.mvpRate) }}
155 | MVP rate
156 |
157 |
158 |
159 |
172 |
173 |
174 |
183 |
184 |
185 |
186 |
${{ roundNumber(stats.avgInitMoney) }}
187 | Avg. initial money
188 |
189 |
190 |
${{ roundNumber(stats.avgEquipValue) }}
191 | Avg. equipment value
192 |
193 |
194 |
195 |
207 |
208 |