Skip to Content
Game ImportersDragon Ball Super: MastersDragon Ball Super: Masters

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

ResourceURLNotes
TCGCSVCategory 27Full Dragon Ball Super CCG back-catalogue (105 groups, B01 → current)
CardmarketidGame 13 (DragonBallSuper)Shared with Fusion World — no separate marketplace

Documentation

Code Locations

ComponentLocation
Importerpackages/games/game-importer/src/dbs-masters-importer.ts
Staging importerpackages/games/game-importer/src/dbs-masters-staging-importer.ts
Game config & typespackages/games/game-configuration/src/lib/games/dbs-masters/
DTO schemaspackages/core/api-dtos/src/lib/product/games/dbs-masters.schema.ts
Last updated on