๐Ÿ›  The Toolsโš– The Tribunal๐Ÿ“‹ Run Sheet๐Ÿ“Š The Data

The Data

Run your own numbers. This is the same audited dataset the whole site is built from โ€” every custom, ranked and quick-play game we've harvested since Feb 2025. Download it, hand it to Claude (or Excel, or Python), and check our math. If you find something we got wrong, the record is open.

Downloads

data/games.csvยท one row per player per game ยท the file most questions need

Deduped and analysis-ready: date, mode, map, player, primary hero + role, result, K/D/A, damage, healing, MVP/SVP. Humans only, best source per game (full lobby detail where we have it, feed otherwise).

data/rivals.dbยท full SQLite database ยท the power tool

Everything, raw: matches, match_players (incl. bots), hero_lines (per-hero playtime within each game), rank_seasons, players. Claude Code and Claude desktop can query SQLite directly.

data/rank_seasons.csvยท per-season peak ranks per account

Every account's rank arc across seasons (peak tier + rank score). Cross-platform ranks are separate ladders โ€” compare with care.

The rules that keep the numbers honest

Hand it to Claude โ€” copy this first

Paste this prompt with the CSV (or point Claude Code at the URLs) and it inherits our conventions instead of re-learning our old bugs:

I'm analyzing my friend group's Marvel Rivals data from marvelgooners.com/data/ (games.csv; full SQLite at rivals.db).
Rules the numbers must follow:
- One row per player per game (already deduped). mode='custom-game' = our Friday customs; 'competitive' = solo ranked; exclude other modes unless asked.
- Win rate = wins / (wins+losses+draws). Draws count in the denominator.
- Blank damage/healing = missing lobby detail (newest games), NOT zero โ€” exclude those games from damage/heal averages.
- primary_hero is playtime-based. hero_role: Tank / DPS / Healer.
- Win rate is a TEAM outcome (teams are re-balanced weekly to be fair) โ€” don't present it as individual skill without saying so.
- Cross-platform ranked ladders aren't comparable (PC and console queue separately).
Sanity anchors to verify your load: ~600+ custom games, ~11 tracked players, record runs Feb 2025 โ†’ present.

Good first questions

Data regenerates with every site update โ€” same pipeline, same audits. Fine print: this is our private lobby's harvested record; be chill with it. Receipts live at marvelgooners.com.