I'll gather all the data needed simultaneously! Let me pull the archetype overviews and search for Fight Rigging at the same time.
I have Eldrazi Ramp and Grixis Reanimator IDs in Modern. UB Midrange and Goryo's didn't resolve correctly — let me search for those properly in Modern, and simultaneously start the custom Fight Rigging split queries.
Let me search for the correct archetype names in Modern and fix the query approach.
I can see the Modern archetypes. "UB Midrange" maps to dimir midrange and "Goryo's" maps to goryo reanimator. Now let me run all the matchup queries simultaneously — with and without Fight Rigging against all three opponents.
The comment syntax is causing issues. Let me rewrite the queries cleanly.
Something's off — results are zeroing out and no sources returned. The deck_cards join might not be matching, and the 5-week window might not cover recent data. Let me diagnose the data range and verify Fight Rigging's presence in Eldrazi Ramp.
Good — Fight Rigging has 74 entries in Eldrazi Ramp across the full history. The date range seems fine. Now let me check why matchup games returned 0 — there might be a match direction issue (matches table is one-directional). Let me fix the query to check both directions and broaden to get proper matchup data.
Interesting — there's only 1 Eldrazi Ramp entry with Fight Rigging in the 5-week window, and it has 41 copies (clearly aggregated differently). The copies count seems to be a data issue. Let me check that entry and fix the join — the deck_cards join is multiplying rows. I need to use EXISTS instead.
Wins/losses/draws are all 0 but rows exist. The matches result values might be different. Let me check the actual result values and also verify opponent archetype matching.
Now I can see the issue — result values are 'WIN'/'LOSS'/'DRAW' not 'W'/'L'/'D'. Also, Grixis Reanimator has 3 games, Goryo has 24, and Dimir Midrange (7c47bcc9) has 0 games (not in the list). Let me now run the correct queries for all matchups with the right result values and check what the top archetypes are.
Dimir Midrange has 0 games vs Eldrazi Ramp in this 5-week window. Now let me get sources and also fetch the Dimir Midrange data to confirm the game count issue.
Confirmed: Dimir Midrange vs Eldrazi Ramp has 0 recorded matches in the last 5 weeks. Now I have all the data I need. Let me compile the full analysis.
Window: 2026-06-16 → 2026-07-21 | Modern
| Build | W | L | D | WR |
|---|---|---|---|---|
| With Fight Rigging | 5 | 9 | 0 | 35.7% |
| Without Fight Rigging | 1 | 8 | 1 | 11.1% |
∆ +24.6pp in favor of Fight Rigging builds. Small samples but the direction is notable — FR seems to meaningfully help against Goryo.
| Build | W | L | D | WR |
|---|---|---|---|---|
| With Fight Rigging | 1 | 1 | 0 | 50.0% |
| Without Fight Rigging | 0 | 1 | 0 | 0.0% |
⚠️ Only 3 games total — no statistically meaningful conclusions can be drawn here.
0 recorded matches in the 5-week window. Eldrazi Ramp simply didn't cross paths with Dimir Midrange in this dataset.
The matchup data here is very thin — the most populated cell (Goryo without FR) has just 9 losses. These numbers point in an interesting direction (Fight Rigging appears helpful vs graveyard strategies) but are not statistically robust enough to draw firm conclusions. IC (confidence intervals) would be wide — e.g., with n=14 for FR vs Goryo, a 95% CI on 35.7% runs roughly ±25pp.
📂 Sources — 88 tournaments (67% MTGO, 33% Melee)