Match Weapons - CS2.WTF {#if !hasWeaponsData}

No Weapons Data Available

Weapon statistics are not available for this match.

Weapons data unavailable
{:else}

Total Kills

{topWeapons.reduce((sum, w) => sum + w.kills, 0)}
Across all weapons

Total Damage

{topWeapons.reduce((sum, w) => sum + w.damage, 0).toLocaleString()}
Across all weapons

Total Hits

{topWeapons.reduce((sum, w) => sum + w.hits, 0).toLocaleString()}
Across all weapons

Most Used Weapons

Weapons ranked by total kills

Hit Location Distribution

Where shots landed across all weapons

Head
{hitGroupTotals.head}
Chest
{hitGroupTotals.chest}
Stomach
{hitGroupTotals.stomach}
Arms
{hitGroupTotals.left_arm + hitGroupTotals.right_arm}
Legs
{hitGroupTotals.left_leg + hitGroupTotals.right_leg}

Player Weapon Performance

Individual player weapon statistics

{/if}