@@ -502,6 +508,50 @@
{Math.round(utilityStats.flameDamage / utilityStats.totalMatches)} per match
+
+
+
+
+ Self Flashes
+
+ {utilityStats.selfFlashes}
+
+ {(utilityStats.selfFlashes / utilityStats.totalMatches).toFixed(1)} per match
+
+
+
+
+
+
+ Team Flashes
+
+ {utilityStats.teammatesBlinded}
+
+ {(utilityStats.teammatesBlinded / utilityStats.totalMatches).toFixed(1)} per match
+
+
+
+
+
+
+ Smokes Used
+
+ {utilityStats.smokesUsed}
+
+ {(utilityStats.smokesUsed / utilityStats.totalMatches).toFixed(1)} per match
+
+
+
+
+
+
+ Decoys Used
+
+ {utilityStats.decoysUsed}
+
+ {(utilityStats.decoysUsed / utilityStats.totalMatches).toFixed(1)} per match
+
+