Build decks from the collection
build_decksBuilds deterministic Pokémon TCG decks from your collection, grouping evolution lines and energy to deck size. For two decks, optimizes counter-matchups and reports breakdown.
Instructions
Deterministic deck builder over the local collection file: groups Pokémon into evolution-line attacker cores (evolvesFrom), assembles starters (8+ basics for 60 cards), draw supporters, search, switch and matched energy to the exact deck size, and validates with the check_deck rules. With deck_count=2 the pair is rebuilt up to 5 times to minimize a counter-score (weakness exploitation, status vs no-cure, energy denial, snipe vs bench, tempo) and the breakdown is reported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | unrestricted = home play: regulation marks ignored, copy limits still enforced | standard |
| deck_size | No | 40-card decks (4 prizes) use guideline proportions scaled by 2/3 | |
| deck_count | No | ||
| owned_only | No | false: also suggest up to max_proxies cards to acquire | |
| max_proxies | No | ||
| must_include | No | Card names to build around, e.g. ['Aromatisse'] |