Skip to content

Commit f666747

Browse files
committed
feat: migrate MEP Black Star Promos to new variant format
Moves thirdParty tcgplayer IDs into variants array and removes old boolean variant fields. Adds 8 missing promo cards (071-080).
1 parent dbcf9aa commit f666747

43 files changed

Lines changed: 670 additions & 15 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

data/Mega Evolution/MEP Black Star Promos/009.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const card: Card = {
7474
regulationMark: "I",
7575

7676
thirdParty: {
77-
tcgplayer: 654597,
77+
tcgplayer: 656259,
7878
cardmarket: 851047
7979
},
8080
variants: [

data/Mega Evolution/MEP Black Star Promos/018.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,14 @@ const card: Card = {
4646
retreat: 1,
4747
regulationMark: "I",
4848

49+
thirdParty: {
50+
tcgplayer: 664051
51+
},
52+
4953
variants: [
5054
{
51-
type: "holo"
55+
type: "holo",
56+
foil: "cosmos"
5257
}
5358
]
5459
}

data/Mega Evolution/MEP Black Star Promos/019.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,14 @@ const card: Card = {
7777
retreat: 1,
7878
regulationMark: "I",
7979

80+
thirdParty: {
81+
tcgplayer: 664054
82+
},
83+
8084
variants: [
8185
{
82-
type: "holo"
86+
type: "holo",
87+
foil: "cosmos"
8388
}
8489
]
8590
}

data/Mega Evolution/MEP Black Star Promos/020.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,14 @@ const card: Card = {
5252
retreat: 1,
5353
regulationMark: "I",
5454

55+
thirdParty: {
56+
tcgplayer: 664055
57+
},
58+
5559
variants: [
5660
{
57-
type: "holo"
61+
type: "holo",
62+
foil: "cosmos"
5863
}
5964
]
6065
}

data/Mega Evolution/MEP Black Star Promos/021.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,14 @@ const card: Card = {
7070
retreat: 1,
7171
regulationMark: "I",
7272

73+
thirdParty: {
74+
tcgplayer: 664063
75+
},
76+
7377
variants: [
7478
{
75-
type: "holo"
79+
type: "holo",
80+
foil: "cosmos"
7681
}
7782
]
7883
}

data/Mega Evolution/MEP Black Star Promos/022.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ const card: Card = {
5959
retreat: 2,
6060
regulationMark: "I",
6161

62+
thirdParty: {
63+
tcgplayer: 666538
64+
},
65+
6266
variants: [
6367
{
6468
type: "holo"

data/Mega Evolution/MEP Black Star Promos/023.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ const card: Card = {
5858
retreat: 2,
5959
regulationMark: "I",
6060

61+
thirdParty: {
62+
tcgplayer: 659612
63+
},
64+
6165
variants: [
6266
{
6367
type: "holo"

data/Mega Evolution/MEP Black Star Promos/024.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ const card: Card = {
6262
retreat: 1,
6363
regulationMark: "I",
6464

65+
thirdParty: {
66+
tcgplayer: 664010
67+
},
68+
6569
variants: [
6670
{
6771
type: "holo"

data/Mega Evolution/MEP Black Star Promos/025.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ const card: Card = {
7171
retreat: 3,
7272
regulationMark: "I",
7373

74+
thirdParty: {
75+
tcgplayer: 668509
76+
},
77+
7478
variants: [
7579
{
7680
type: "holo"

data/Mega Evolution/MEP Black Star Promos/026.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ const card: Card = {
5959
retreat: 1,
6060
regulationMark: "I",
6161

62+
thirdParty: {
63+
tcgplayer: 659231
64+
},
65+
6266
variants: [
6367
{
6468
type: "holo"

0 commit comments

Comments
 (0)