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.
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).
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.
Every account's rank arc across seasons (peak tier + rank score). Cross-platform ranks are separate ladders โ compare with care.
is_bot=1 rows exist in the DB โ filter them, or use games.csv which already did).source='lobby' and source='feed'). Lobby is authoritative (full stats); feed only for kills/deaths/result. Never sum across both โ games.csv has already picked one per game.hero_lines), never the hero someone ended on. Feed-only games fall back to the first hero listed.mode='custom-game'. One free-for-all night exists โ exclude it from team win rates.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.
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.