Skip to content

Commit 9b5161f

Browse files
add TCG IDs for TDM, add yaml for FIN (#287)
* Update TDM.yaml * Create FIN.yaml
1 parent 7aebce1 commit 9b5161f

File tree

2 files changed

+56
-3
lines changed

2 files changed

+56
-3
lines changed

data/products/FIN.yaml

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
code: fin
2+
products:
3+
Final Fantasy Collector Booster Box:
4+
category: BOOSTER_BOX
5+
identifiers:
6+
tcgplayerProductId: '618893'
7+
release_date: '2025-06-13'
8+
subtype: COLLECTOR
9+
Final Fantasy Bundle:
10+
category: BUNDLE
11+
identifiers:
12+
tcgplayerProductId: '618897'
13+
release_date: '2025-06-13'
14+
subtype: DEFAULT
15+
Final Fantasy Collector Booster Pack:
16+
category: BOOSTER_PACK
17+
identifiers:
18+
tcgplayerProductId: '618892'
19+
release_date: '2025-06-13'
20+
subtype: COLLECTOR
21+
Final Fantasy Play Booster Box:
22+
category: BOOSTER_BOX
23+
identifiers:
24+
tcgplayerProductId: '618890'
25+
release_date: '2025-06-13'
26+
subtype: PLAY
27+
Final Fantasy Play Booster Pack:
28+
category: BOOSTER_PACK
29+
identifiers:
30+
tcgplayerProductId: '618889'
31+
release_date: '2025-06-13'
32+
subtype: PLAY
33+
Final Fantasy Starter Kit:
34+
category: MULTI_DECK
35+
identifiers:
36+
tcgplayerProductId: '618901'
37+
release_date: '2025-06-13'
38+
subtype: TWO_PLAYER_STARTER
39+
Final Fantasy Prerelease Pack:
40+
category: LIMITED
41+
identifiers:
42+
tcgplayerProductId: '618896'
43+
release_date: '2025-06-13'
44+
subtype: PRERELEASE
45+
Final Fantasy Bundle Gift Edition:
46+
category: BUNDLE
47+
identifiers:
48+
tcgplayerProductId: '618899'
49+
release_date: '2025-06-13'
50+
subtype: GIFT_BUNDLE

data/products/TDM.yaml

+6-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@ code: tdm
22
products:
33
Tarkir Dragonstorm Collector Booster Box:
44
category: BOOSTER_BOX
5-
identifiers: {}
5+
identifiers:
6+
tcgplayerProductId: '619649'
67
subtype: COLLECTOR
78
Tarkir Dragonstorm Collector Booster Box Case:
89
category: BOOSTER_CASE
9-
identifiers: {}
10+
identifiers:
11+
tcgplayerProductId: '619650'
1012
subtype: COLLECTOR
1113
Tarkir Dragonstorm Collector Booster Pack:
1214
category: BOOSTER_PACK
13-
identifiers: {}
15+
identifiers:
16+
tcgplayerProductId: '619648'
1417
subtype: COLLECTOR
1518
Tarkir Dragonstorm Play Booster Box:
1619
category: BOOSTER_BOX

0 commit comments

Comments
 (0)