Skip to Content
Game ImportersDragon Ball Super: Fusion WorldDragon Ball Super: Fusion World

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

ResourceURLNotes
TCGCSVCategory 80Primary data source — TCGplayer product IDs, groups (sets), and pricing
TCGplayertcgplayer.com Category 80 = Dragon Ball Super: Fusion World
Official sitedbs-cardgame.com/fusion-world Publisher (Bandai) site
CardmarketidGame 13 (DragonBallSuper)Shared with Masters — no separate Fusion World marketplace

Documentation

Code Locations

ComponentLocation
Importerpackages/games/game-importer/src/dbs-fusion-importer.ts
Staging importerpackages/games/game-importer/src/dbs-fusion-staging-importer.ts
Game config & typespackages/games/game-configuration/src/lib/games/dbs-fusion/
DTO schemaspackages/core/api-dtos/src/lib/product/games/dbs-fusion.schema.ts
TCGCSV category configpackages/games/game-importer/src/lib/tcg-csv/tcg-csv.service.ts — category 80
Last updated on