This estimator tells you how reliably a combo deck assembles its pieces. Enter how many copies of each piece you run and the tool returns the probability that you are holding the full combo by a given turn, using the same hypergeometric math the pros use to tune consistency.
How it works
For a single combo piece with k copies in an N-card deck, the chance of
drawing at least one copy within d cards seen is the complement of drawing
none:
P(at least one) = 1 − C(N − k, d) / C(N, d)
where C(n, r) is the binomial coefficient “n choose r”. To hold every piece of
a multi-card combo, the tool multiplies the per-piece probabilities together:
P(full combo) = Π over pieces of P(at least one of that piece)
Cards seen d depends on play or draw: on the play d = 7 + (turn − 1), on the
draw d = 7 + turn.
Example and tips
A two-card combo with 4 copies of piece A and 1 copy of piece B in a 60-card deck, on the play by turn 4, has roughly a 39 percent chance per the lone B copy dominating the result. Adding a second copy of the rare piece, or a tutor that fetches it, dramatically improves the assembly odds. Because the multiply step ignores that draws compete for slots, treat the figure as a slightly conservative estimate of true consistency.