Skip to content

Instantly share code, notes, and snippets.

@xiaoas
xiaoas / quick_vs_premier.md
Created September 4, 2025 15:07
The Definitive Answer to MTGA Draft Value: Quick vs. Premier

The debate between Quick Draft and Premier Draft is common here. While previous analyses exist, they’re outdated. I created four graphs—factoring in gold packs, wild cards, and vault progress—to provide a clear answer. Some simplifications are noted below.

Graph 1: Quick Draft vs. Packs

Summary

  • Just 40% win rate = equal value to opening packs.
  • Always take rares. Skipping one must boost your win rate by 7% in that run.
  • Gold-to-gem conversion is closer to 5000:750, not 5:1.
  • Cost per run: 400 gems (50% WR), 330 (55%), 250 (60%).
  • Go infinite at 75% win rate.
@xiaoas
xiaoas / noname-v2_idbKeyval.js
Created July 15, 2021 02:25
get noname-v2 files
let idbKeyval = await import('idb-keyval');
const customStore = idbKeyval.createStore('noname_v2', 'files');
console.log(await idbKeyval.entries(customStore));