Dragon Ball Super: Masters
Dragon Ball Super: Masters (slug dbs-masters) is the original Dragon Ball Super Card Game, launched in 2017 and continuously printed ever since (B01 → the Zenkai block → current BT/Masters-era sets). “Masters” is simply Bandai’s current branding for that same continuous game line — not a new game. It is a deep, complex game (community-compared to Yu-Gi-Oh) and is distinct from the newer, simplified Dragon Ball Super: Fusion World (dbs-fusion).
Scaffolding only — not yet import-ready. The Masters importer is wired in code but has no category-27 group filtering, so it cannot be safely run yet (a run would ingest 9 years of legacy sets plus a misfiled Fusion-World set). The catalogue scoping rule is documented as an ADR but is deferred to a later pass. Import Fusion World first — it is clean and ready today.
Useful Resources
| Resource | URL | Notes |
|---|---|---|
| TCGCSV | Category 27 | Full Dragon Ball Super CCG back-catalogue (105 groups, B01 → current) |
| Cardmarket | idGame 13 (DragonBallSuper) | Shared with Fusion World — no separate marketplace |
Documentation
Code Locations
| Component | Location |
|---|---|
| Importer | packages/games/game-importer/src/dbs-masters-importer.ts |
| Staging importer | packages/games/game-importer/src/dbs-masters-staging-importer.ts |
| Game config & types | packages/games/game-configuration/src/lib/games/dbs-masters/ |
| DTO schemas | packages/core/api-dtos/src/lib/product/games/dbs-masters.schema.ts |