Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add TCG IDs for TDM, add yaml for FIN #287

Merged
merged 3 commits into from
Mar 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions data/products/FIN.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
code: fin
products:
Final Fantasy Collector Booster Box:
category: BOOSTER_BOX
identifiers:
tcgplayerProductId: '618893'
release_date: '2025-06-13'
subtype: COLLECTOR
Final Fantasy Bundle:
category: BUNDLE
identifiers:
tcgplayerProductId: '618897'
release_date: '2025-06-13'
subtype: DEFAULT
Final Fantasy Collector Booster Pack:
category: BOOSTER_PACK
identifiers:
tcgplayerProductId: '618892'
release_date: '2025-06-13'
subtype: COLLECTOR
Final Fantasy Play Booster Box:
category: BOOSTER_BOX
identifiers:
tcgplayerProductId: '618890'
release_date: '2025-06-13'
subtype: PLAY
Final Fantasy Play Booster Pack:
category: BOOSTER_PACK
identifiers:
tcgplayerProductId: '618889'
release_date: '2025-06-13'
subtype: PLAY
Final Fantasy Starter Kit:
category: MULTI_DECK
identifiers:
tcgplayerProductId: '618901'
release_date: '2025-06-13'
subtype: TWO_PLAYER_STARTER
Final Fantasy Prerelease Pack:
category: LIMITED
identifiers:
tcgplayerProductId: '618896'
release_date: '2025-06-13'
subtype: PRERELEASE
Final Fantasy Bundle Gift Edition:
category: BUNDLE
identifiers:
tcgplayerProductId: '618899'
release_date: '2025-06-13'
subtype: GIFT_BUNDLE
9 changes: 6 additions & 3 deletions data/products/TDM.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@ code: tdm
products:
Tarkir Dragonstorm Collector Booster Box:
category: BOOSTER_BOX
identifiers: {}
identifiers:
tcgplayerProductId: '619649'
subtype: COLLECTOR
Tarkir Dragonstorm Collector Booster Box Case:
category: BOOSTER_CASE
identifiers: {}
identifiers:
tcgplayerProductId: '619650'
subtype: COLLECTOR
Tarkir Dragonstorm Collector Booster Pack:
category: BOOSTER_PACK
identifiers: {}
identifiers:
tcgplayerProductId: '619648'
subtype: COLLECTOR
Tarkir Dragonstorm Play Booster Box:
category: BOOSTER_BOX
Expand Down