Your cart is empty
Browse CatalogYour sell cart is empty
Add cards from the buylist to get started
Cambridge TCG's play module pre-loads a starter deck for any visitor who arrives without one. This page explains how those starters get picked, where the decklists come from, and what the rookie flow deliberately does not do.
The play module lives in the game-economy, not the real-economy. No card prices, no deck value, no commerce nudges anywhere on /play, /play/starters, or /deck-builder. The catalog data behind a starter (rarities, card names, leader effects) is game-economy; the wholesale price of acquiring the same paper deck is real-economy. We surface the first and hide the second.
The rookie flow is a four-tier funnel, designed to fit four player kinds without forcing any of them through the wrong gate:
The full architectural reasoning lives in docs/research/deck-builder-rookie-flow-design.md (sister to two more research docs covering the cross-game UX survey and the OPTCG starter catalog).
The tier-1 cohort is Bandai's 2024 reboot starter line — ST-15 through ST-20 — explicitly designed by Bandai for new players. Each one is a single color with a simple Leader effect. The 2025 cohort (ST-23 through ST-28) ships next-step starters; we expose those as tier-2 once a visitor has played their first match.
| Code | Color | Leader | 2-word playstyle | Complexity | Decklist source |
|---|---|---|---|---|---|
ST-15 | Red | Edward Newgate | Beatdown | ★★ | bandai-official |
ST-16 | Green | Uta | Outlast | ★★ | ctcg-minimal-playable |
ST-17 | Blue | Donquixote Doflamingo | Bounce | ★★★ | ctcg-minimal-playable |
ST-18 | Purple | Monkey D. Luffy | Ramp | ★★★ | ctcg-minimal-playable |
ST-19 | Black | Smoker | Discount | ★★ | ctcg-minimal-playable |
ST-20 | Yellow | Charlotte Katakuri | Trigger | ★★★ | ctcg-minimal-playable |
ST-01 | Red | Monkey D. Luffy | Rush | ★★ | ctcg-minimal-playable |
ST-23 | Red | Shanks | Aggro | ★★ | ctcg-minimal-playable |
ST-24 | Green | Jewelry Bonney | Flexible | ★★★ | ctcg-minimal-playable |
ST-25 | Black | Buggy | Pirate | ★★★ | ctcg-minimal-playable |
ST-27 | Black | Marshall D. Teach | Disrupt | ★★★★ | ctcg-minimal-playable |
Each starter carries a decklist_source field declaring how its card list was authored:
bandai-official— Hand-encoded from Bandai's published decklist (cross-checked across onepiece.gg, TCGplayer, and the official Bandai product pages).ctcg-minimal-playable— A v1 minimal-playable card list using cards from the same starter's set in our wholesale catalog. Enough to satisfy the PvE 10-card minimum and play coherently in the leader's color, but smaller than the official 50-card deck. The surface shows an amber "v1 minimal list" pill when this mode is in play. Future iterations will encode the full Bandai lists.Per Cambridge TCG's transparency doctrine, every user-affecting value answers these four questions. Applied to the starter selection:
source_url field on /api/v1/play/starters carries the URL.<WhyLink> primitive points here from every rookie-flow affordance.The decklists, editorial tiering, and beginner-recommendation framings draw on these public sources:
docs/research/deck-builder-ux-survey.mdThe catalog is also available as JSON for federation clients and agent operators:
Six starters, six colors, pure fun. The first deck you play should be a deck that wants you to play it back.