Dragon Ball Super: Fusion World
Dragon Ball Super: Fusion World (slug dbs-fusion) is Bandai’s newer, simplified standalone Dragon Ball card game, launched in 2024. It is a streamlined re-imagining built around an online client — not compatible with the original 2017 Dragon Ball Super Card Game (now branded “Masters”). It uses its own card pool, its own FBxx set codes, and its own rules; you cannot mix the two games’ cards.
Fusion World is sourced from TCGCSV (TCGplayer category 80), a clean Fusion-World-only catalogue. Cards come in Standard and Holofoil finishes. Each finish carries its own TCGplayer product ID in a per-finish externalIds array.
Fusion World vs Masters — Fusion World (dbs-fusion, category 80) is a separate CardNexus game from dbs-masters (the original DBSCG, category 27). TCGplayer separates them by category; Cardmarket does not (both share idGame 13). See the Masters scoping ADR for how the two are kept apart.
Useful Resources
| Resource | URL | Notes |
|---|---|---|
| TCGCSV | Category 80 | Primary data source — TCGplayer product IDs, groups (sets), and pricing |
| TCGplayer | tcgplayer.com | Category 80 = Dragon Ball Super: Fusion World |
| Official site | dbs-cardgame.com/fusion-world | Publisher (Bandai) site |
| Cardmarket | idGame 13 (DragonBallSuper) | Shared with Masters — no separate Fusion World marketplace |
Documentation
Code Locations
| Component | Location |
|---|---|
| Importer | packages/games/game-importer/src/dbs-fusion-importer.ts |
| Staging importer | packages/games/game-importer/src/dbs-fusion-staging-importer.ts |
| Game config & types | packages/games/game-configuration/src/lib/games/dbs-fusion/ |
| DTO schemas | packages/core/api-dtos/src/lib/product/games/dbs-fusion.schema.ts |
| TCGCSV category config | packages/games/game-importer/src/lib/tcg-csv/tcg-csv.service.ts — category 80 |