pnxenopoulos / awpy

Python library to parse, analyze and visualize Counter-Strike 2 data
http://www.awpycs.com
MIT License
383 stars 57 forks source link

Average Damage per Round (ADR) #308

Closed pnxenopoulos closed 3 months ago

pnxenopoulos commented 7 months ago

We want to be able to calculate a user's average damage per round (ADR). The calculation is Sum of Non-Team Damage / Rounds Played. We want to also calculate this based on the player's side, of which there are t, ct, and all (all indicates full match).