Added analyze-combat-deaths.sh script to track combat_death rate
across replay files. Reports percentage of matches with combat_deaths
by player count and average deaths per match.
Usage:
./scripts/analyze-combat-deaths.sh /path/to/replays
For production monitoring, download replays from R2 and analyze:
aws s3 sync s3://acb-replays /tmp/replays
./scripts/analyze-combat-deaths.sh /tmp/replays
Full database integration (persist combat_deaths to DB, dashboard UI)
left for future work as combat_deaths are already tracked in replay files.
Closes: bf-38ts