From f6667478b991853c12dc5d77ebd158b6fdebc6d8 Mon Sep 17 00:00:00 2001 From: Ivan Santos <301291+pragmaticivan@users.noreply.github.com> Date: Mon, 25 May 2026 08:38:23 -0500 Subject: [PATCH 1/2] 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). --- .../MEP Black Star Promos/009.ts | 2 +- .../MEP Black Star Promos/018.ts | 7 +- .../MEP Black Star Promos/019.ts | 7 +- .../MEP Black Star Promos/020.ts | 7 +- .../MEP Black Star Promos/021.ts | 7 +- .../MEP Black Star Promos/022.ts | 4 + .../MEP Black Star Promos/023.ts | 4 + .../MEP Black Star Promos/024.ts | 4 + .../MEP Black Star Promos/025.ts | 4 + .../MEP Black Star Promos/026.ts | 4 + .../MEP Black Star Promos/027.ts | 4 + .../MEP Black Star Promos/029.ts | 4 + .../MEP Black Star Promos/030.ts | 4 + .../MEP Black Star Promos/031.ts | 4 + .../MEP Black Star Promos/032.ts | 4 + .../MEP Black Star Promos/033.ts | 4 + .../MEP Black Star Promos/034.ts | 4 + .../MEP Black Star Promos/035.ts | 4 + .../MEP Black Star Promos/036.ts | 4 + .../MEP Black Star Promos/037.ts | 3 +- .../MEP Black Star Promos/038.ts | 3 +- .../MEP Black Star Promos/039.ts | 3 +- .../MEP Black Star Promos/040.ts | 3 +- .../MEP Black Star Promos/041.ts | 3 +- .../MEP Black Star Promos/042.ts | 3 +- .../MEP Black Star Promos/043.ts | 3 +- .../MEP Black Star Promos/044.ts | 3 +- .../MEP Black Star Promos/045.ts | 3 +- .../MEP Black Star Promos/064.ts | 4 + .../MEP Black Star Promos/065.ts | 4 + .../MEP Black Star Promos/066.ts | 4 + .../MEP Black Star Promos/067.ts | 4 + .../MEP Black Star Promos/068.ts | 4 + .../MEP Black Star Promos/069.ts | 7 +- .../MEP Black Star Promos/070.ts | 4 + .../MEP Black Star Promos/071.ts | 69 +++++++++++++++ .../MEP Black Star Promos/074.ts | 68 +++++++++++++++ .../MEP Black Star Promos/075.ts | 78 +++++++++++++++++ .../MEP Black Star Promos/076.ts | 83 +++++++++++++++++++ .../MEP Black Star Promos/077.ts | 63 ++++++++++++++ .../MEP Black Star Promos/078.ts | 64 ++++++++++++++ .../MEP Black Star Promos/079.ts | 58 +++++++++++++ .../MEP Black Star Promos/080.ts | 58 +++++++++++++ 43 files changed, 670 insertions(+), 15 deletions(-) create mode 100644 data/Mega Evolution/MEP Black Star Promos/071.ts create mode 100644 data/Mega Evolution/MEP Black Star Promos/074.ts create mode 100644 data/Mega Evolution/MEP Black Star Promos/075.ts create mode 100644 data/Mega Evolution/MEP Black Star Promos/076.ts create mode 100644 data/Mega Evolution/MEP Black Star Promos/077.ts create mode 100644 data/Mega Evolution/MEP Black Star Promos/078.ts create mode 100644 data/Mega Evolution/MEP Black Star Promos/079.ts create mode 100644 data/Mega Evolution/MEP Black Star Promos/080.ts diff --git a/data/Mega Evolution/MEP Black Star Promos/009.ts b/data/Mega Evolution/MEP Black Star Promos/009.ts index 5ea1fbebb6..70dc98d73f 100644 --- a/data/Mega Evolution/MEP Black Star Promos/009.ts +++ b/data/Mega Evolution/MEP Black Star Promos/009.ts @@ -74,7 +74,7 @@ const card: Card = { regulationMark: "I", thirdParty: { - tcgplayer: 654597, + tcgplayer: 656259, cardmarket: 851047 }, variants: [ diff --git a/data/Mega Evolution/MEP Black Star Promos/018.ts b/data/Mega Evolution/MEP Black Star Promos/018.ts index c424dc6799..c7b4c2c220 100644 --- a/data/Mega Evolution/MEP Black Star Promos/018.ts +++ b/data/Mega Evolution/MEP Black Star Promos/018.ts @@ -46,9 +46,14 @@ const card: Card = { retreat: 1, regulationMark: "I", + thirdParty: { + tcgplayer: 664051 + }, + variants: [ { - type: "holo" + type: "holo", + foil: "cosmos" } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/019.ts b/data/Mega Evolution/MEP Black Star Promos/019.ts index 58e1df65d5..dccd734f30 100644 --- a/data/Mega Evolution/MEP Black Star Promos/019.ts +++ b/data/Mega Evolution/MEP Black Star Promos/019.ts @@ -77,9 +77,14 @@ const card: Card = { retreat: 1, regulationMark: "I", + thirdParty: { + tcgplayer: 664054 + }, + variants: [ { - type: "holo" + type: "holo", + foil: "cosmos" } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/020.ts b/data/Mega Evolution/MEP Black Star Promos/020.ts index 135fff8296..eac0e593e4 100644 --- a/data/Mega Evolution/MEP Black Star Promos/020.ts +++ b/data/Mega Evolution/MEP Black Star Promos/020.ts @@ -52,9 +52,14 @@ const card: Card = { retreat: 1, regulationMark: "I", + thirdParty: { + tcgplayer: 664055 + }, + variants: [ { - type: "holo" + type: "holo", + foil: "cosmos" } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/021.ts b/data/Mega Evolution/MEP Black Star Promos/021.ts index 26f7db0b4c..3d65cb61ed 100644 --- a/data/Mega Evolution/MEP Black Star Promos/021.ts +++ b/data/Mega Evolution/MEP Black Star Promos/021.ts @@ -70,9 +70,14 @@ const card: Card = { retreat: 1, regulationMark: "I", + thirdParty: { + tcgplayer: 664063 + }, + variants: [ { - type: "holo" + type: "holo", + foil: "cosmos" } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/022.ts b/data/Mega Evolution/MEP Black Star Promos/022.ts index 6d5207ef48..a5e01ec17e 100644 --- a/data/Mega Evolution/MEP Black Star Promos/022.ts +++ b/data/Mega Evolution/MEP Black Star Promos/022.ts @@ -59,6 +59,10 @@ const card: Card = { retreat: 2, regulationMark: "I", + thirdParty: { + tcgplayer: 666538 + }, + variants: [ { type: "holo" diff --git a/data/Mega Evolution/MEP Black Star Promos/023.ts b/data/Mega Evolution/MEP Black Star Promos/023.ts index 31a0d3e32d..5e01a0ce85 100644 --- a/data/Mega Evolution/MEP Black Star Promos/023.ts +++ b/data/Mega Evolution/MEP Black Star Promos/023.ts @@ -58,6 +58,10 @@ const card: Card = { retreat: 2, regulationMark: "I", + thirdParty: { + tcgplayer: 659612 + }, + variants: [ { type: "holo" diff --git a/data/Mega Evolution/MEP Black Star Promos/024.ts b/data/Mega Evolution/MEP Black Star Promos/024.ts index c512e9737a..5b81db64ed 100644 --- a/data/Mega Evolution/MEP Black Star Promos/024.ts +++ b/data/Mega Evolution/MEP Black Star Promos/024.ts @@ -62,6 +62,10 @@ const card: Card = { retreat: 1, regulationMark: "I", + thirdParty: { + tcgplayer: 664010 + }, + variants: [ { type: "holo" diff --git a/data/Mega Evolution/MEP Black Star Promos/025.ts b/data/Mega Evolution/MEP Black Star Promos/025.ts index 6b79added0..787262d8a5 100644 --- a/data/Mega Evolution/MEP Black Star Promos/025.ts +++ b/data/Mega Evolution/MEP Black Star Promos/025.ts @@ -71,6 +71,10 @@ const card: Card = { retreat: 3, regulationMark: "I", + thirdParty: { + tcgplayer: 668509 + }, + variants: [ { type: "holo" diff --git a/data/Mega Evolution/MEP Black Star Promos/026.ts b/data/Mega Evolution/MEP Black Star Promos/026.ts index 203afdb51a..36b018328b 100644 --- a/data/Mega Evolution/MEP Black Star Promos/026.ts +++ b/data/Mega Evolution/MEP Black Star Promos/026.ts @@ -59,6 +59,10 @@ const card: Card = { retreat: 1, regulationMark: "I", + thirdParty: { + tcgplayer: 659231 + }, + variants: [ { type: "holo" diff --git a/data/Mega Evolution/MEP Black Star Promos/027.ts b/data/Mega Evolution/MEP Black Star Promos/027.ts index 82cc5642a3..4572a69964 100644 --- a/data/Mega Evolution/MEP Black Star Promos/027.ts +++ b/data/Mega Evolution/MEP Black Star Promos/027.ts @@ -48,6 +48,10 @@ const card: Card = { retreat: 1, regulationMark: "I", + thirdParty: { + tcgplayer: 659232 + }, + variants: [ { type: "holo" diff --git a/data/Mega Evolution/MEP Black Star Promos/029.ts b/data/Mega Evolution/MEP Black Star Promos/029.ts index 5a3beee765..7731069c69 100644 --- a/data/Mega Evolution/MEP Black Star Promos/029.ts +++ b/data/Mega Evolution/MEP Black Star Promos/029.ts @@ -63,6 +63,10 @@ const card: Card = { value: "x2" }], + thirdParty: { + tcgplayer: 680639 + }, + variants: [ { type: "holo" diff --git a/data/Mega Evolution/MEP Black Star Promos/030.ts b/data/Mega Evolution/MEP Black Star Promos/030.ts index 167b1c37ce..1691638ad5 100644 --- a/data/Mega Evolution/MEP Black Star Promos/030.ts +++ b/data/Mega Evolution/MEP Black Star Promos/030.ts @@ -61,6 +61,10 @@ const card: Card = { value: "x2" }], + thirdParty: { + tcgplayer: 680640 + }, + variants: [ { type: "holo" diff --git a/data/Mega Evolution/MEP Black Star Promos/031.ts b/data/Mega Evolution/MEP Black Star Promos/031.ts index b88467244f..3657fd91e3 100644 --- a/data/Mega Evolution/MEP Black Star Promos/031.ts +++ b/data/Mega Evolution/MEP Black Star Promos/031.ts @@ -70,6 +70,10 @@ const card: Card = { retreat: 2, regulationMark: "I", + thirdParty: { + tcgplayer: 680480 + }, + variants: [ { type: "holo" diff --git a/data/Mega Evolution/MEP Black Star Promos/032.ts b/data/Mega Evolution/MEP Black Star Promos/032.ts index 39823a1cea..aae358844a 100644 --- a/data/Mega Evolution/MEP Black Star Promos/032.ts +++ b/data/Mega Evolution/MEP Black Star Promos/032.ts @@ -82,6 +82,10 @@ const card: Card = { value: "x2" }], + thirdParty: { + tcgplayer: 685510 + }, + variants: [ { type: "holo" diff --git a/data/Mega Evolution/MEP Black Star Promos/033.ts b/data/Mega Evolution/MEP Black Star Promos/033.ts index eb23d8c90f..ed569cd177 100644 --- a/data/Mega Evolution/MEP Black Star Promos/033.ts +++ b/data/Mega Evolution/MEP Black Star Promos/033.ts @@ -84,6 +84,10 @@ const card: Card = { value: "x2" }], + thirdParty: { + tcgplayer: 685511 + }, + variants: [ { type: "holo" diff --git a/data/Mega Evolution/MEP Black Star Promos/034.ts b/data/Mega Evolution/MEP Black Star Promos/034.ts index 74c7775859..58913358dd 100644 --- a/data/Mega Evolution/MEP Black Star Promos/034.ts +++ b/data/Mega Evolution/MEP Black Star Promos/034.ts @@ -62,6 +62,10 @@ const card: Card = { value: "x2" }], + thirdParty: { + tcgplayer: 692120 + }, + variants: [ { type: "holo" diff --git a/data/Mega Evolution/MEP Black Star Promos/035.ts b/data/Mega Evolution/MEP Black Star Promos/035.ts index 6cee5a65eb..c8eedf641c 100644 --- a/data/Mega Evolution/MEP Black Star Promos/035.ts +++ b/data/Mega Evolution/MEP Black Star Promos/035.ts @@ -62,6 +62,10 @@ const card: Card = { value: "x2" }], + thirdParty: { + tcgplayer: 692119 + }, + variants: [ { type: "holo" diff --git a/data/Mega Evolution/MEP Black Star Promos/036.ts b/data/Mega Evolution/MEP Black Star Promos/036.ts index 05160f61cc..72d3458ceb 100644 --- a/data/Mega Evolution/MEP Black Star Promos/036.ts +++ b/data/Mega Evolution/MEP Black Star Promos/036.ts @@ -62,6 +62,10 @@ const card: Card = { value: "x2" }], + thirdParty: { + tcgplayer: 692118 + }, + variants: [ { type: "holo" diff --git a/data/Mega Evolution/MEP Black Star Promos/037.ts b/data/Mega Evolution/MEP Black Star Promos/037.ts index 9fdeb166fd..c833359648 100644 --- a/data/Mega Evolution/MEP Black Star Promos/037.ts +++ b/data/Mega Evolution/MEP Black Star Promos/037.ts @@ -52,7 +52,8 @@ const card: Card = { regulationMark: "J", thirdParty: { - cardmarket: 875186 + cardmarket: 875186, + tcgplayer: 684461 }, variants: [ diff --git a/data/Mega Evolution/MEP Black Star Promos/038.ts b/data/Mega Evolution/MEP Black Star Promos/038.ts index 0593c43891..cbc34501e9 100644 --- a/data/Mega Evolution/MEP Black Star Promos/038.ts +++ b/data/Mega Evolution/MEP Black Star Promos/038.ts @@ -52,7 +52,8 @@ const card: Card = { regulationMark: "J", thirdParty: { - cardmarket: 875187 + cardmarket: 875187, + tcgplayer: 684462 }, variants: [ diff --git a/data/Mega Evolution/MEP Black Star Promos/039.ts b/data/Mega Evolution/MEP Black Star Promos/039.ts index d9538c07d3..a8498f4590 100644 --- a/data/Mega Evolution/MEP Black Star Promos/039.ts +++ b/data/Mega Evolution/MEP Black Star Promos/039.ts @@ -52,7 +52,8 @@ const card: Card = { regulationMark: "J", thirdParty: { - cardmarket: 875188 + cardmarket: 875188, + tcgplayer: 684463 }, variants: [ diff --git a/data/Mega Evolution/MEP Black Star Promos/040.ts b/data/Mega Evolution/MEP Black Star Promos/040.ts index 9202055591..dec2f197c9 100644 --- a/data/Mega Evolution/MEP Black Star Promos/040.ts +++ b/data/Mega Evolution/MEP Black Star Promos/040.ts @@ -42,7 +42,8 @@ const card: Card = { regulationMark: "J", thirdParty: { - cardmarket: 875189 + cardmarket: 875189, + tcgplayer: 684464 }, variants: [ diff --git a/data/Mega Evolution/MEP Black Star Promos/041.ts b/data/Mega Evolution/MEP Black Star Promos/041.ts index 045f0adc4f..4e0af5293a 100644 --- a/data/Mega Evolution/MEP Black Star Promos/041.ts +++ b/data/Mega Evolution/MEP Black Star Promos/041.ts @@ -52,7 +52,8 @@ const card: Card = { regulationMark: "J", thirdParty: { - cardmarket: 875190 + cardmarket: 875190, + tcgplayer: 684465 }, variants: [ diff --git a/data/Mega Evolution/MEP Black Star Promos/042.ts b/data/Mega Evolution/MEP Black Star Promos/042.ts index 547b401983..963303d290 100644 --- a/data/Mega Evolution/MEP Black Star Promos/042.ts +++ b/data/Mega Evolution/MEP Black Star Promos/042.ts @@ -42,7 +42,8 @@ const card: Card = { regulationMark: "J", thirdParty: { - cardmarket: 875191 + cardmarket: 875191, + tcgplayer: 684466 }, variants: [ diff --git a/data/Mega Evolution/MEP Black Star Promos/043.ts b/data/Mega Evolution/MEP Black Star Promos/043.ts index 4154f125a2..3614043648 100644 --- a/data/Mega Evolution/MEP Black Star Promos/043.ts +++ b/data/Mega Evolution/MEP Black Star Promos/043.ts @@ -42,7 +42,8 @@ const card: Card = { regulationMark: "J", thirdParty: { - cardmarket: 875192 + cardmarket: 875192, + tcgplayer: 684467 }, variants: [ diff --git a/data/Mega Evolution/MEP Black Star Promos/044.ts b/data/Mega Evolution/MEP Black Star Promos/044.ts index dc709cd535..15a77b6d6b 100644 --- a/data/Mega Evolution/MEP Black Star Promos/044.ts +++ b/data/Mega Evolution/MEP Black Star Promos/044.ts @@ -52,7 +52,8 @@ const card: Card = { regulationMark: "J", thirdParty: { - cardmarket: 875193 + cardmarket: 875193, + tcgplayer: 684468 }, variants: [ diff --git a/data/Mega Evolution/MEP Black Star Promos/045.ts b/data/Mega Evolution/MEP Black Star Promos/045.ts index 4ba65b7970..4ccf2662d2 100644 --- a/data/Mega Evolution/MEP Black Star Promos/045.ts +++ b/data/Mega Evolution/MEP Black Star Promos/045.ts @@ -52,7 +52,8 @@ const card: Card = { regulationMark: "J", thirdParty: { - cardmarket: 875194 + cardmarket: 875194, + tcgplayer: 684469 }, variants: [ diff --git a/data/Mega Evolution/MEP Black Star Promos/064.ts b/data/Mega Evolution/MEP Black Star Promos/064.ts index 62391d95f8..03fac907b9 100644 --- a/data/Mega Evolution/MEP Black Star Promos/064.ts +++ b/data/Mega Evolution/MEP Black Star Promos/064.ts @@ -90,6 +90,10 @@ const card: Card = { value: "x2" }], + thirdParty: { + tcgplayer: 685494 + }, + variants: [ { type: "holo" diff --git a/data/Mega Evolution/MEP Black Star Promos/065.ts b/data/Mega Evolution/MEP Black Star Promos/065.ts index 84b3606ebe..b214da9953 100644 --- a/data/Mega Evolution/MEP Black Star Promos/065.ts +++ b/data/Mega Evolution/MEP Black Star Promos/065.ts @@ -80,6 +80,10 @@ const card: Card = { value: "x2" }], + thirdParty: { + tcgplayer: 685495 + }, + variants: [ { type: "holo" diff --git a/data/Mega Evolution/MEP Black Star Promos/066.ts b/data/Mega Evolution/MEP Black Star Promos/066.ts index c5a989763a..461ce02cb4 100644 --- a/data/Mega Evolution/MEP Black Star Promos/066.ts +++ b/data/Mega Evolution/MEP Black Star Promos/066.ts @@ -90,6 +90,10 @@ const card: Card = { value: "x2" }], + thirdParty: { + tcgplayer: 685496 + }, + variants: [ { type: "holo" diff --git a/data/Mega Evolution/MEP Black Star Promos/067.ts b/data/Mega Evolution/MEP Black Star Promos/067.ts index ee173e7584..9afd453852 100644 --- a/data/Mega Evolution/MEP Black Star Promos/067.ts +++ b/data/Mega Evolution/MEP Black Star Promos/067.ts @@ -71,6 +71,10 @@ const card: Card = { value: "-30" }], + thirdParty: { + tcgplayer: 685497 + }, + variants: [ { type: "holo" diff --git a/data/Mega Evolution/MEP Black Star Promos/068.ts b/data/Mega Evolution/MEP Black Star Promos/068.ts index 7bd38695da..352bff1ee3 100644 --- a/data/Mega Evolution/MEP Black Star Promos/068.ts +++ b/data/Mega Evolution/MEP Black Star Promos/068.ts @@ -60,6 +60,10 @@ const card: Card = { value: "x2" }], + thirdParty: { + tcgplayer: 686275 + }, + variants: [ { type: "holo" diff --git a/data/Mega Evolution/MEP Black Star Promos/069.ts b/data/Mega Evolution/MEP Black Star Promos/069.ts index 08041a1544..244a318326 100644 --- a/data/Mega Evolution/MEP Black Star Promos/069.ts +++ b/data/Mega Evolution/MEP Black Star Promos/069.ts @@ -46,9 +46,14 @@ const card: Card = { value: "x2" }], + thirdParty: { + tcgplayer: 686342 + }, + variants: [ { - type: "holo" + type: "holo", + foil: "cosmos" } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/070.ts b/data/Mega Evolution/MEP Black Star Promos/070.ts index bca448b8ce..807bd426f1 100644 --- a/data/Mega Evolution/MEP Black Star Promos/070.ts +++ b/data/Mega Evolution/MEP Black Star Promos/070.ts @@ -66,6 +66,10 @@ const card: Card = { value: "x2" }], + thirdParty: { + tcgplayer: 685562 + }, + variants: [ { type: "holo" diff --git a/data/Mega Evolution/MEP Black Star Promos/071.ts b/data/Mega Evolution/MEP Black Star Promos/071.ts new file mode 100644 index 0000000000..fdba433bfd --- /dev/null +++ b/data/Mega Evolution/MEP Black Star Promos/071.ts @@ -0,0 +1,69 @@ +import { Card } from "../../../interfaces" +import Set from "../MEP Black Star Promos" + +const card: Card = { + set: Set, + + name: { + en: "Mega Zygarde ex", + fr: "Mega Zygarde-ex", + es: "Mega Zygarde ex", + 'es-mx': "Mega Zygarde ex", + de: "Mega-Zygarde-ex", + it: "Mega Zygarde-ex", + pt: "Mega Zygarde ex" + }, + + suffix: "ex", + illustrator: "takuyoa", + rarity: "None", + category: "Pokemon", + hp: 310, + types: ["Fighting"], + stage: "Basic", + dexId: [718], + + attacks: [{ + cost: ["Fighting", "Fighting", "Fighting"], + + name: { + en: "Gaia Wave" + }, + + effect: { + en: "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." + }, + + damage: 200 + }, { + cost: ["Fighting", "Fighting", "Fighting", "Fighting", "Fighting"], + + name: { + en: "Nullifying Zero" + }, + + effect: { + en: "For each of your opponent's Pokémon, flip a coin. If heads, this attack does 150 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" + } + }], + + weaknesses: [{ + type: "Grass", + value: "x2" + }], + + retreat: 2, + regulationMark: "J", + + thirdParty: { + tcgplayer: 695311 + }, + + variants: [ + { + type: "holo" + } + ] +} + +export default card diff --git a/data/Mega Evolution/MEP Black Star Promos/074.ts b/data/Mega Evolution/MEP Black Star Promos/074.ts new file mode 100644 index 0000000000..af1c6fb6e8 --- /dev/null +++ b/data/Mega Evolution/MEP Black Star Promos/074.ts @@ -0,0 +1,68 @@ +import { Card } from "../../../interfaces" +import Set from "../MEP Black Star Promos" + +const card: Card = { + set: Set, + + name: { + en: "Delphox" + }, + + illustrator: "Souichirou Gunjima", + rarity: "None", + category: "Pokemon", + hp: 160, + types: ["Fire"], + stage: "Stage2", + dexId: [655], + + evolveFrom: { + en: "Braixen" + }, + + abilities: [{ + type: "Ability", + + name: { + en: "Flaring Magic" + }, + + effect: { + en: "Once during your turn, you may discard a Basic Fire Energy card from your hand in order to use this Ability. Draw cards until you have 7 cards in your hand." + } + }], + + attacks: [{ + cost: ["Fire", "Fire"], + + name: { + en: "Energized Storm" + }, + + effect: { + en: "This attack does 30 damage for each Energy attached to all Pokémon." + }, + + damage: "30×" + }], + + weaknesses: [{ + type: "Water", + value: "x2" + }], + + retreat: 2, + regulationMark: "J", + + thirdParty: { + tcgplayer: 694679 + }, + + variants: [ + { + type: "holo" + } + ] +} + +export default card diff --git a/data/Mega Evolution/MEP Black Star Promos/075.ts b/data/Mega Evolution/MEP Black Star Promos/075.ts new file mode 100644 index 0000000000..d8df919b07 --- /dev/null +++ b/data/Mega Evolution/MEP Black Star Promos/075.ts @@ -0,0 +1,78 @@ +import { Card } from "../../../interfaces" +import Set from "../MEP Black Star Promos" + +const card: Card = { + set: Set, + + name: { + en: "Ampharos", + fr: "Pharamp", + es: "Ampharos", + it: "Ampharos", + pt: "Ampharos", + de: "Ampharos" + }, + + illustrator: "Taiga Kasai", + rarity: "None", + category: "Pokemon", + hp: 160, + types: ["Lightning"], + stage: "Stage2", + dexId: [181], + + evolveFrom: { + en: "Flaaffy", + fr: "Lainergie", + es: "Flaaffy", + it: "Flaaffy", + pt: "Flaaffy", + de: "Waaty" + }, + + abilities: [{ + type: "Ability", + + name: { + en: "Synchro Pulse" + }, + + effect: { + en: "If you have the same number of cards in your hand as your opponent, attacks used by this Pokémon do 80 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance)." + } + }], + + attacks: [{ + cost: ["Colorless", "Lightning"], + + name: { + en: "Flashing Bolt" + }, + + effect: { + en: "During your next turn, this Pokémon can't use Flashing Bolt." + }, + + damage: 140 + }], + + weaknesses: [{ + type: "Fighting", + value: "x2" + }], + + retreat: 2, + regulationMark: "J", + + thirdParty: { + tcgplayer: 694681 + }, + + variants: [ + { + type: "holo" + } + ] +} + +export default card diff --git a/data/Mega Evolution/MEP Black Star Promos/076.ts b/data/Mega Evolution/MEP Black Star Promos/076.ts new file mode 100644 index 0000000000..e726e35af8 --- /dev/null +++ b/data/Mega Evolution/MEP Black Star Promos/076.ts @@ -0,0 +1,83 @@ +import { Card } from "../../../interfaces" +import Set from "../MEP Black Star Promos" + +const card: Card = { + set: Set, + + name: { + en: "Crobat", + fr: "Nostenfer", + es: "Crobat", + it: "Crobat", + pt: "Crobat", + de: "Iksbat" + }, + + illustrator: "Apios", + rarity: "None", + category: "Pokemon", + hp: 130, + types: ["Darkness"], + stage: "Stage2", + dexId: [169], + + evolveFrom: { + en: "Golbat", + fr: "Nosferalto", + es: "Golbat", + it: "Golbat", + pt: "Golbat", + de: "Golbat" + }, + + abilities: [{ + type: "Ability", + + name: { + en: "Nighttime Maneuvers" + }, + + effect: { + en: "Once during your turn, if this Pokémon is in the Active Spot, you may use this Ability. Search your deck for a card. Shuffle your deck, then put that card on top of it." + } + }], + + attacks: [{ + cost: ["Darkness"], + + name: { + en: "Poison Sound Wave" + }, + + effect: { + en: "Your opponent's Active Pokémon is now Confused and Poisoned." + }, + + damage: 80 + }], + + weaknesses: [{ + type: "Lightning", + value: "x2" + }], + + resistances: [{ + type: "Fighting", + value: "-30" + }], + + retreat: 1, + regulationMark: "J", + + thirdParty: { + tcgplayer: 694686 + }, + + variants: [ + { + type: "holo" + } + ] +} + +export default card diff --git a/data/Mega Evolution/MEP Black Star Promos/077.ts b/data/Mega Evolution/MEP Black Star Promos/077.ts new file mode 100644 index 0000000000..ffd04cc68e --- /dev/null +++ b/data/Mega Evolution/MEP Black Star Promos/077.ts @@ -0,0 +1,63 @@ +import { Card } from "../../../interfaces" +import Set from "../MEP Black Star Promos" + +const card: Card = { + set: Set, + + name: { + en: "Goodra" + }, + + illustrator: "okayamatakatoshi", + rarity: "None", + category: "Pokemon", + hp: 160, + types: ["Dragon"], + stage: "Stage2", + dexId: [706], + + evolveFrom: { + en: "Sliggoo" + }, + + abilities: [{ + type: "Ability", + + name: { + en: "Slimy Sliding" + }, + + effect: { + en: "When your opponent's Active Pokémon retreats, your opponent flips a coin. If tails, Energy for its Retreat Cost is not discarded, and they don't switch Pokémon. The effect of Slimy Sliding doesn't stack." + } + }], + + attacks: [{ + cost: ["Water", "Psychic"], + + name: { + en: "Dragon Pulse" + }, + + effect: { + en: "Discard the top card of your deck." + }, + + damage: 160 + }], + + retreat: 3, + regulationMark: "J", + + thirdParty: { + tcgplayer: 694688 + }, + + variants: [ + { + type: "holo" + } + ] +} + +export default card diff --git a/data/Mega Evolution/MEP Black Star Promos/078.ts b/data/Mega Evolution/MEP Black Star Promos/078.ts new file mode 100644 index 0000000000..e5d72b29b4 --- /dev/null +++ b/data/Mega Evolution/MEP Black Star Promos/078.ts @@ -0,0 +1,64 @@ +import { Card } from "../../../interfaces" +import Set from "../MEP Black Star Promos" + +const card: Card = { + set: Set, + + name: { + en: "Toxel", + fr: "Toxizap", + es: "Toxel", + it: "Toxel", + pt: "Toxel", + de: "Toxel" + }, + + illustrator: "Mina Nakai", + rarity: "None", + category: "Pokemon", + hp: 70, + types: ["Darkness"], + stage: "Basic", + dexId: [848], + + attacks: [{ + cost: ["Darkness"], + + name: { + en: "Call for Family" + }, + + effect: { + en: "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck." + } + }, { + cost: ["Darkness", "Colorless"], + + name: { + en: "Playful Kick" + }, + + damage: 20 + }], + + weaknesses: [{ + type: "Fighting", + value: "x2" + }], + + retreat: 1, + regulationMark: "J", + + thirdParty: { + tcgplayer: 694692 + }, + + variants: [ + { + type: "holo", + foil: "cosmos" + } + ] +} + +export default card diff --git a/data/Mega Evolution/MEP Black Star Promos/079.ts b/data/Mega Evolution/MEP Black Star Promos/079.ts new file mode 100644 index 0000000000..b0a5c1c9f6 --- /dev/null +++ b/data/Mega Evolution/MEP Black Star Promos/079.ts @@ -0,0 +1,58 @@ +import { Card } from "../../../interfaces" +import Set from "../MEP Black Star Promos" + +const card: Card = { + set: Set, + + name: { + en: "Charmeleon", + fr: "Reptincel", + es: "Charmeleon", + it: "Charmeleon", + pt: "Charmeleon", + de: "Glutexo" + }, + + illustrator: "Teeziro", + rarity: "None", + category: "Pokemon", + hp: 110, + types: ["Fire"], + stage: "Stage1", + dexId: [5], + + evolveFrom: { + en: "Charmander" + }, + + attacks: [{ + cost: ["Fire"], + + name: { + en: "Steady Firebreathing" + }, + + damage: 40 + }], + + weaknesses: [{ + type: "Water", + value: "x2" + }], + + retreat: 2, + regulationMark: "J", + + thirdParty: { + tcgplayer: 694693 + }, + + variants: [ + { + type: "holo", + foil: "cosmos" + } + ] +} + +export default card diff --git a/data/Mega Evolution/MEP Black Star Promos/080.ts b/data/Mega Evolution/MEP Black Star Promos/080.ts new file mode 100644 index 0000000000..2572e4b86b --- /dev/null +++ b/data/Mega Evolution/MEP Black Star Promos/080.ts @@ -0,0 +1,58 @@ +import { Card } from "../../../interfaces" +import Set from "../MEP Black Star Promos" + +const card: Card = { + set: Set, + + name: { + en: "Fennekin" + }, + + illustrator: "satoma", + rarity: "None", + category: "Pokemon", + hp: 70, + types: ["Fire"], + stage: "Basic", + dexId: [653], + + attacks: [{ + cost: ["Colorless"], + + name: { + en: "Call for Family" + }, + + effect: { + en: "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck." + } + }, { + cost: ["Fire"], + + name: { + en: "Steady Firebreathing" + }, + + damage: 10 + }], + + weaknesses: [{ + type: "Water", + value: "x2" + }], + + retreat: 1, + regulationMark: "J", + + thirdParty: { + tcgplayer: 694694 + }, + + variants: [ + { + type: "holo" + } + ] +} + +export default card From 39abf11c1055fa530b23eecdeb44479a08266d7f Mon Sep 17 00:00:00 2001 From: Ivan Santos <301291+pragmaticivan@users.noreply.github.com> Date: Wed, 27 May 2026 21:10:10 -0500 Subject: [PATCH 2/2] fix: move thirdParty IDs into variants for all MEP Black Star Promos cards Addresses PR review comment: thirdParty (tcgplayer, cardmarket IDs) should be nested under each variant object, not at the card top level. Applied across all 59 cards in the set that had thirdParty data. --- .../Mega Evolution/MEP Black Star Promos/001.ts | 17 ++++++++++------- .../Mega Evolution/MEP Black Star Promos/002.ts | 17 ++++++++++------- .../Mega Evolution/MEP Black Star Promos/003.ts | 16 ++++++++++------ .../Mega Evolution/MEP Black Star Promos/004.ts | 16 ++++++++++------ .../Mega Evolution/MEP Black Star Promos/005.ts | 8 ++++---- .../Mega Evolution/MEP Black Star Promos/006.ts | 10 +++++----- .../Mega Evolution/MEP Black Star Promos/007.ts | 8 ++++---- .../Mega Evolution/MEP Black Star Promos/008.ts | 8 ++++---- .../Mega Evolution/MEP Black Star Promos/009.ts | 14 +++++++++----- .../Mega Evolution/MEP Black Star Promos/010.ts | 14 +++++++++----- .../Mega Evolution/MEP Black Star Promos/011.ts | 17 ++++++++++------- .../Mega Evolution/MEP Black Star Promos/012.ts | 17 ++++++++++------- .../Mega Evolution/MEP Black Star Promos/013.ts | 17 ++++++++++------- .../Mega Evolution/MEP Black Star Promos/014.ts | 16 ++++++++++------ .../Mega Evolution/MEP Black Star Promos/015.ts | 17 ++++++++++------- .../Mega Evolution/MEP Black Star Promos/016.ts | 17 ++++++++++------- .../Mega Evolution/MEP Black Star Promos/017.ts | 17 ++++++++++------- .../Mega Evolution/MEP Black Star Promos/018.ts | 9 ++++----- .../Mega Evolution/MEP Black Star Promos/019.ts | 9 ++++----- .../Mega Evolution/MEP Black Star Promos/020.ts | 9 ++++----- .../Mega Evolution/MEP Black Star Promos/021.ts | 9 ++++----- .../Mega Evolution/MEP Black Star Promos/022.ts | 14 ++++++++------ .../Mega Evolution/MEP Black Star Promos/023.ts | 9 ++++----- .../Mega Evolution/MEP Black Star Promos/024.ts | 9 ++++----- .../Mega Evolution/MEP Black Star Promos/025.ts | 14 ++++++++------ .../Mega Evolution/MEP Black Star Promos/026.ts | 9 ++++----- .../Mega Evolution/MEP Black Star Promos/027.ts | 9 ++++----- .../Mega Evolution/MEP Black Star Promos/029.ts | 9 ++++----- .../Mega Evolution/MEP Black Star Promos/030.ts | 9 ++++----- .../Mega Evolution/MEP Black Star Promos/031.ts | 14 ++++++++------ .../Mega Evolution/MEP Black Star Promos/032.ts | 9 ++++----- .../Mega Evolution/MEP Black Star Promos/033.ts | 9 ++++----- .../Mega Evolution/MEP Black Star Promos/034.ts | 14 ++++++++------ .../Mega Evolution/MEP Black Star Promos/035.ts | 14 ++++++++------ .../Mega Evolution/MEP Black Star Promos/036.ts | 14 ++++++++------ .../Mega Evolution/MEP Black Star Promos/037.ts | 11 +++++------ .../Mega Evolution/MEP Black Star Promos/038.ts | 11 +++++------ .../Mega Evolution/MEP Black Star Promos/039.ts | 11 +++++------ .../Mega Evolution/MEP Black Star Promos/040.ts | 11 +++++------ .../Mega Evolution/MEP Black Star Promos/041.ts | 11 +++++------ .../Mega Evolution/MEP Black Star Promos/042.ts | 11 +++++------ .../Mega Evolution/MEP Black Star Promos/043.ts | 11 +++++------ .../Mega Evolution/MEP Black Star Promos/044.ts | 11 +++++------ .../Mega Evolution/MEP Black Star Promos/045.ts | 11 +++++------ .../Mega Evolution/MEP Black Star Promos/064.ts | 9 ++++----- .../Mega Evolution/MEP Black Star Promos/065.ts | 9 ++++----- .../Mega Evolution/MEP Black Star Promos/066.ts | 9 ++++----- .../Mega Evolution/MEP Black Star Promos/067.ts | 9 ++++----- .../Mega Evolution/MEP Black Star Promos/068.ts | 9 ++++----- .../Mega Evolution/MEP Black Star Promos/069.ts | 9 ++++----- .../Mega Evolution/MEP Black Star Promos/070.ts | 9 ++++----- .../Mega Evolution/MEP Black Star Promos/071.ts | 9 ++++----- .../Mega Evolution/MEP Black Star Promos/074.ts | 9 ++++----- .../Mega Evolution/MEP Black Star Promos/075.ts | 9 ++++----- .../Mega Evolution/MEP Black Star Promos/076.ts | 9 ++++----- .../Mega Evolution/MEP Black Star Promos/077.ts | 9 ++++----- .../Mega Evolution/MEP Black Star Promos/078.ts | 9 ++++----- .../Mega Evolution/MEP Black Star Promos/079.ts | 9 ++++----- .../Mega Evolution/MEP Black Star Promos/080.ts | 9 ++++----- 59 files changed, 346 insertions(+), 326 deletions(-) diff --git a/data/Mega Evolution/MEP Black Star Promos/001.ts b/data/Mega Evolution/MEP Black Star Promos/001.ts index dffd52dc22..5af2c10be5 100644 --- a/data/Mega Evolution/MEP Black Star Promos/001.ts +++ b/data/Mega Evolution/MEP Black Star Promos/001.ts @@ -65,19 +65,22 @@ const card: Card = { retreat: 2, regulationMark: "I", - thirdParty: { - tcgplayer: 654594, - cardmarket: 851043 - }, - variants: [ { type: "holo", - stamp: ["set-logo"] + stamp: ["set-logo"], + thirdParty: { + tcgplayer: 654594, + cardmarket: 851043 + } }, { type: "holo", - stamp: ["set-logo","staff"] + stamp: ["set-logo","staff"], + thirdParty: { + tcgplayer: 654594, + cardmarket: 851043 + } }, ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/002.ts b/data/Mega Evolution/MEP Black Star Promos/002.ts index fc27458445..816296ea02 100644 --- a/data/Mega Evolution/MEP Black Star Promos/002.ts +++ b/data/Mega Evolution/MEP Black Star Promos/002.ts @@ -73,19 +73,22 @@ const card: Card = { retreat: 1, regulationMark: "I", - thirdParty: { - tcgplayer: 654596, - cardmarket: 851045 - }, - variants: [ { type: "holo", - stamp: ["set-logo"] + stamp: ["set-logo"], + thirdParty: { + tcgplayer: 654596, + cardmarket: 851045 + } }, { type: "holo", - stamp: ["set-logo","staff"] + stamp: ["set-logo","staff"], + thirdParty: { + tcgplayer: 654596, + cardmarket: 851045 + } }, ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/003.ts b/data/Mega Evolution/MEP Black Star Promos/003.ts index ec82c6ea00..563aca7bfd 100644 --- a/data/Mega Evolution/MEP Black Star Promos/003.ts +++ b/data/Mega Evolution/MEP Black Star Promos/003.ts @@ -73,18 +73,22 @@ const card: Card = { retreat: 1, regulationMark: "I", - thirdParty: { - tcgplayer: 654597, - cardmarket: 851047 - }, variants: [ { type: "holo", - stamp: ["set-logo"] + stamp: ["set-logo"], + thirdParty: { + tcgplayer: 654597, + cardmarket: 851047 + } }, { type: "holo", - stamp: ["set-logo","staff"] + stamp: ["set-logo","staff"], + thirdParty: { + tcgplayer: 654597, + cardmarket: 851047 + } }, ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/004.ts b/data/Mega Evolution/MEP Black Star Promos/004.ts index 231873f660..0627f68f50 100644 --- a/data/Mega Evolution/MEP Black Star Promos/004.ts +++ b/data/Mega Evolution/MEP Black Star Promos/004.ts @@ -65,18 +65,22 @@ const card: Card = { retreat: 1, regulationMark: "I", - thirdParty: { - tcgplayer: 654598, - cardmarket: 851049 - }, variants: [ { type: "holo", - stamp: ["set-logo"] + stamp: ["set-logo"], + thirdParty: { + tcgplayer: 654598, + cardmarket: 851049 + } }, { type: "holo", - stamp: ["set-logo","staff"] + stamp: ["set-logo","staff"], + thirdParty: { + tcgplayer: 654598, + cardmarket: 851049 + } }, ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/005.ts b/data/Mega Evolution/MEP Black Star Promos/005.ts index 54f25ed70d..729e6c58c3 100644 --- a/data/Mega Evolution/MEP Black Star Promos/005.ts +++ b/data/Mega Evolution/MEP Black Star Promos/005.ts @@ -46,13 +46,13 @@ const card: Card = { retreat: 1, regulationMark: "I", - thirdParty: { - tcgplayer: 656255, - cardmarket: 851051 - }, variants: [ { type: "holo", + thirdParty: { + tcgplayer: 656255, + cardmarket: 851051 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/006.ts b/data/Mega Evolution/MEP Black Star Promos/006.ts index d3247e54e4..015fa0a017 100644 --- a/data/Mega Evolution/MEP Black Star Promos/006.ts +++ b/data/Mega Evolution/MEP Black Star Promos/006.ts @@ -68,13 +68,13 @@ const card: Card = { retreat: 1, regulationMark: "I", - thirdParty: { - tcgplayer: 656256, - cardmarket: 851052 - }, variants: [ { - type: "holo" + type: "holo", + thirdParty: { + tcgplayer: 656256, + cardmarket: 851052 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/007.ts b/data/Mega Evolution/MEP Black Star Promos/007.ts index 0cb434e9f2..4ee7615d8e 100644 --- a/data/Mega Evolution/MEP Black Star Promos/007.ts +++ b/data/Mega Evolution/MEP Black Star Promos/007.ts @@ -61,13 +61,13 @@ const card: Card = { retreat: 1, regulationMark: "I", - thirdParty: { - tcgplayer: 656257, - cardmarket: 851053 - }, variants: [ { type: "holo", + thirdParty: { + tcgplayer: 656257, + cardmarket: 851053 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/008.ts b/data/Mega Evolution/MEP Black Star Promos/008.ts index c18278701b..d8e629c9b6 100644 --- a/data/Mega Evolution/MEP Black Star Promos/008.ts +++ b/data/Mega Evolution/MEP Black Star Promos/008.ts @@ -70,13 +70,13 @@ const card: Card = { retreat: 1, regulationMark: "I", - thirdParty: { - tcgplayer: 656258, - cardmarket: 851054 - }, variants: [ { type: "holo", + thirdParty: { + tcgplayer: 656258, + cardmarket: 851054 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/009.ts b/data/Mega Evolution/MEP Black Star Promos/009.ts index 70dc98d73f..91d230dcf1 100644 --- a/data/Mega Evolution/MEP Black Star Promos/009.ts +++ b/data/Mega Evolution/MEP Black Star Promos/009.ts @@ -73,17 +73,21 @@ const card: Card = { retreat: 1, regulationMark: "I", - thirdParty: { - tcgplayer: 656259, - cardmarket: 851047 - }, variants: [ { type: "holo", + thirdParty: { + tcgplayer: 656259, + cardmarket: 851047 + } }, { type: "holo", - stamp: ["pokemon-center"] + stamp: ["pokemon-center"], + thirdParty: { + tcgplayer: 656259, + cardmarket: 851047 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/010.ts b/data/Mega Evolution/MEP Black Star Promos/010.ts index 74ff93104b..9a8edc2ab1 100644 --- a/data/Mega Evolution/MEP Black Star Promos/010.ts +++ b/data/Mega Evolution/MEP Black Star Promos/010.ts @@ -48,17 +48,21 @@ const card: Card = { retreat: 2, regulationMark: "I", - thirdParty: { - tcgplayer: 656260, - cardmarket: 851058 - }, variants: [ { type: "holo", + thirdParty: { + tcgplayer: 656260, + cardmarket: 851058 + } }, { type: "holo", - stamp: ["pokemon-center"] + stamp: ["pokemon-center"], + thirdParty: { + tcgplayer: 656260, + cardmarket: 851058 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/011.ts b/data/Mega Evolution/MEP Black Star Promos/011.ts index 3ee2fb36c8..df487c6893 100644 --- a/data/Mega Evolution/MEP Black Star Promos/011.ts +++ b/data/Mega Evolution/MEP Black Star Promos/011.ts @@ -76,18 +76,21 @@ const card: Card = { retreat: 1, regulationMark: "I", - thirdParty: { - tcgplayer: 657846, - cardmarket: 851063 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + tcgplayer: 657846, + cardmarket: 851063 + } }, { type: "holo", - size: "jumbo" + size: "jumbo", + thirdParty: { + tcgplayer: 657846, + cardmarket: 851063 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/012.ts b/data/Mega Evolution/MEP Black Star Promos/012.ts index 7c3e3bc1b7..f389df8910 100644 --- a/data/Mega Evolution/MEP Black Star Promos/012.ts +++ b/data/Mega Evolution/MEP Black Star Promos/012.ts @@ -85,18 +85,21 @@ const card: Card = { retreat: 2, regulationMark: "I", - thirdParty: { - tcgplayer: 663177, - cardmarket: 858146 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + tcgplayer: 663177, + cardmarket: 858146 + } }, { type: "holo", - size: "jumbo" + size: "jumbo", + thirdParty: { + tcgplayer: 663177, + cardmarket: 858146 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/013.ts b/data/Mega Evolution/MEP Black Star Promos/013.ts index b2e510e2c9..33a71cfef2 100644 --- a/data/Mega Evolution/MEP Black Star Promos/013.ts +++ b/data/Mega Evolution/MEP Black Star Promos/013.ts @@ -85,18 +85,21 @@ const card: Card = { retreat: 4, regulationMark: "I", - thirdParty: { - tcgplayer: 654342, - cardmarket: 851074 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + tcgplayer: 654342, + cardmarket: 851074 + } }, { type: "holo", - size: "jumbo" + size: "jumbo", + thirdParty: { + tcgplayer: 654342, + cardmarket: 851074 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/014.ts b/data/Mega Evolution/MEP Black Star Promos/014.ts index 91cede7f40..2ea0a5ebd0 100644 --- a/data/Mega Evolution/MEP Black Star Promos/014.ts +++ b/data/Mega Evolution/MEP Black Star Promos/014.ts @@ -51,19 +51,23 @@ const card: Card = { retreat: 2, regulationMark: "I", - thirdParty: { - tcgplayer: 663187, - cardmarket: 857390 - }, variants: [ { type: "holo", - stamp: ["set-logo"] + stamp: ["set-logo"], + thirdParty: { + tcgplayer: 663187, + cardmarket: 857390 + } }, { type: "holo", - stamp: ["set-logo","staff"] + stamp: ["set-logo","staff"], + thirdParty: { + tcgplayer: 663187, + cardmarket: 857390 + } }, ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/015.ts b/data/Mega Evolution/MEP Black Star Promos/015.ts index 464ee6c785..a6599e43b1 100644 --- a/data/Mega Evolution/MEP Black Star Promos/015.ts +++ b/data/Mega Evolution/MEP Black Star Promos/015.ts @@ -50,19 +50,22 @@ const card: Card = { regulationMark: "I", illustrator: "Shiburingaru", - thirdParty: { - tcgplayer: 663189, - cardmarket: 857393 - }, - variants: [ { type: "holo", - stamp: ["set-logo"] + stamp: ["set-logo"], + thirdParty: { + tcgplayer: 663189, + cardmarket: 857393 + } }, { type: "holo", - stamp: ["set-logo","staff"] + stamp: ["set-logo","staff"], + thirdParty: { + tcgplayer: 663189, + cardmarket: 857393 + } }, ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/016.ts b/data/Mega Evolution/MEP Black Star Promos/016.ts index 41023a636b..988fc44904 100644 --- a/data/Mega Evolution/MEP Black Star Promos/016.ts +++ b/data/Mega Evolution/MEP Black Star Promos/016.ts @@ -65,19 +65,22 @@ const card: Card = { illustrator: "Oswaldo KATO", - thirdParty: { - tcgplayer: 663191, - cardmarket: 857396 - }, - variants: [ { type: "holo", - stamp: ["set-logo"] + stamp: ["set-logo"], + thirdParty: { + tcgplayer: 663191, + cardmarket: 857396 + } }, { type: "holo", - stamp: ["set-logo","staff"] + stamp: ["set-logo","staff"], + thirdParty: { + tcgplayer: 663191, + cardmarket: 857396 + } }, ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/017.ts b/data/Mega Evolution/MEP Black Star Promos/017.ts index ac26750d20..02bea2bdc2 100644 --- a/data/Mega Evolution/MEP Black Star Promos/017.ts +++ b/data/Mega Evolution/MEP Black Star Promos/017.ts @@ -65,19 +65,22 @@ const card: Card = { illustrator: "Krgc", - thirdParty: { - tcgplayer: 663193, - cardmarket: 857400 - }, - variants: [ { type: "holo", - stamp: ["set-logo"] + stamp: ["set-logo"], + thirdParty: { + tcgplayer: 663193, + cardmarket: 857400 + } }, { type: "holo", - stamp: ["set-logo","staff"] + stamp: ["set-logo","staff"], + thirdParty: { + tcgplayer: 663193, + cardmarket: 857400 + } }, ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/018.ts b/data/Mega Evolution/MEP Black Star Promos/018.ts index c7b4c2c220..e28301ade4 100644 --- a/data/Mega Evolution/MEP Black Star Promos/018.ts +++ b/data/Mega Evolution/MEP Black Star Promos/018.ts @@ -46,14 +46,13 @@ const card: Card = { retreat: 1, regulationMark: "I", - thirdParty: { - tcgplayer: 664051 - }, - variants: [ { type: "holo", - foil: "cosmos" + foil: "cosmos", + thirdParty: { + tcgplayer: 664051 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/019.ts b/data/Mega Evolution/MEP Black Star Promos/019.ts index dccd734f30..45cdf3bd87 100644 --- a/data/Mega Evolution/MEP Black Star Promos/019.ts +++ b/data/Mega Evolution/MEP Black Star Promos/019.ts @@ -77,14 +77,13 @@ const card: Card = { retreat: 1, regulationMark: "I", - thirdParty: { - tcgplayer: 664054 - }, - variants: [ { type: "holo", - foil: "cosmos" + foil: "cosmos", + thirdParty: { + tcgplayer: 664054 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/020.ts b/data/Mega Evolution/MEP Black Star Promos/020.ts index eac0e593e4..37a46d929e 100644 --- a/data/Mega Evolution/MEP Black Star Promos/020.ts +++ b/data/Mega Evolution/MEP Black Star Promos/020.ts @@ -52,14 +52,13 @@ const card: Card = { retreat: 1, regulationMark: "I", - thirdParty: { - tcgplayer: 664055 - }, - variants: [ { type: "holo", - foil: "cosmos" + foil: "cosmos", + thirdParty: { + tcgplayer: 664055 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/021.ts b/data/Mega Evolution/MEP Black Star Promos/021.ts index 3d65cb61ed..2d7e7841b6 100644 --- a/data/Mega Evolution/MEP Black Star Promos/021.ts +++ b/data/Mega Evolution/MEP Black Star Promos/021.ts @@ -70,14 +70,13 @@ const card: Card = { retreat: 1, regulationMark: "I", - thirdParty: { - tcgplayer: 664063 - }, - variants: [ { type: "holo", - foil: "cosmos" + foil: "cosmos", + thirdParty: { + tcgplayer: 664063 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/022.ts b/data/Mega Evolution/MEP Black Star Promos/022.ts index a5e01ec17e..15e10abfed 100644 --- a/data/Mega Evolution/MEP Black Star Promos/022.ts +++ b/data/Mega Evolution/MEP Black Star Promos/022.ts @@ -59,17 +59,19 @@ const card: Card = { retreat: 2, regulationMark: "I", - thirdParty: { - tcgplayer: 666538 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + tcgplayer: 666538 + } }, { type: "holo", - stamp: ["pokemon-center"] + stamp: ["pokemon-center"], + thirdParty: { + tcgplayer: 666538 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/023.ts b/data/Mega Evolution/MEP Black Star Promos/023.ts index 5e01a0ce85..5de22eed4f 100644 --- a/data/Mega Evolution/MEP Black Star Promos/023.ts +++ b/data/Mega Evolution/MEP Black Star Promos/023.ts @@ -58,13 +58,12 @@ const card: Card = { retreat: 2, regulationMark: "I", - thirdParty: { - tcgplayer: 659612 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + tcgplayer: 659612 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/024.ts b/data/Mega Evolution/MEP Black Star Promos/024.ts index 5b81db64ed..ffb724ac0b 100644 --- a/data/Mega Evolution/MEP Black Star Promos/024.ts +++ b/data/Mega Evolution/MEP Black Star Promos/024.ts @@ -62,13 +62,12 @@ const card: Card = { retreat: 1, regulationMark: "I", - thirdParty: { - tcgplayer: 664010 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + tcgplayer: 664010 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/025.ts b/data/Mega Evolution/MEP Black Star Promos/025.ts index 787262d8a5..d274a81bd8 100644 --- a/data/Mega Evolution/MEP Black Star Promos/025.ts +++ b/data/Mega Evolution/MEP Black Star Promos/025.ts @@ -71,17 +71,19 @@ const card: Card = { retreat: 3, regulationMark: "I", - thirdParty: { - tcgplayer: 668509 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + tcgplayer: 668509 + } }, { type: "holo", - size: "jumbo" + size: "jumbo", + thirdParty: { + tcgplayer: 668509 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/026.ts b/data/Mega Evolution/MEP Black Star Promos/026.ts index 36b018328b..bf75efad39 100644 --- a/data/Mega Evolution/MEP Black Star Promos/026.ts +++ b/data/Mega Evolution/MEP Black Star Promos/026.ts @@ -59,13 +59,12 @@ const card: Card = { retreat: 1, regulationMark: "I", - thirdParty: { - tcgplayer: 659231 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + tcgplayer: 659231 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/027.ts b/data/Mega Evolution/MEP Black Star Promos/027.ts index 4572a69964..5fa02c51c6 100644 --- a/data/Mega Evolution/MEP Black Star Promos/027.ts +++ b/data/Mega Evolution/MEP Black Star Promos/027.ts @@ -48,13 +48,12 @@ const card: Card = { retreat: 1, regulationMark: "I", - thirdParty: { - tcgplayer: 659232 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + tcgplayer: 659232 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/029.ts b/data/Mega Evolution/MEP Black Star Promos/029.ts index 7731069c69..2c8eafa4ab 100644 --- a/data/Mega Evolution/MEP Black Star Promos/029.ts +++ b/data/Mega Evolution/MEP Black Star Promos/029.ts @@ -63,13 +63,12 @@ const card: Card = { value: "x2" }], - thirdParty: { - tcgplayer: 680639 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + tcgplayer: 680639 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/030.ts b/data/Mega Evolution/MEP Black Star Promos/030.ts index 1691638ad5..6e8eb6496c 100644 --- a/data/Mega Evolution/MEP Black Star Promos/030.ts +++ b/data/Mega Evolution/MEP Black Star Promos/030.ts @@ -61,13 +61,12 @@ const card: Card = { value: "x2" }], - thirdParty: { - tcgplayer: 680640 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + tcgplayer: 680640 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/031.ts b/data/Mega Evolution/MEP Black Star Promos/031.ts index 3657fd91e3..96f71581a5 100644 --- a/data/Mega Evolution/MEP Black Star Promos/031.ts +++ b/data/Mega Evolution/MEP Black Star Promos/031.ts @@ -70,17 +70,19 @@ const card: Card = { retreat: 2, regulationMark: "I", - thirdParty: { - tcgplayer: 680480 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + tcgplayer: 680480 + } }, { type: "holo", - stamp: ["pokemon-center"] + stamp: ["pokemon-center"], + thirdParty: { + tcgplayer: 680480 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/032.ts b/data/Mega Evolution/MEP Black Star Promos/032.ts index aae358844a..bda2706399 100644 --- a/data/Mega Evolution/MEP Black Star Promos/032.ts +++ b/data/Mega Evolution/MEP Black Star Promos/032.ts @@ -82,13 +82,12 @@ const card: Card = { value: "x2" }], - thirdParty: { - tcgplayer: 685510 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + tcgplayer: 685510 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/033.ts b/data/Mega Evolution/MEP Black Star Promos/033.ts index ed569cd177..54aaa274ef 100644 --- a/data/Mega Evolution/MEP Black Star Promos/033.ts +++ b/data/Mega Evolution/MEP Black Star Promos/033.ts @@ -84,13 +84,12 @@ const card: Card = { value: "x2" }], - thirdParty: { - tcgplayer: 685511 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + tcgplayer: 685511 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/034.ts b/data/Mega Evolution/MEP Black Star Promos/034.ts index 58913358dd..205fca75f3 100644 --- a/data/Mega Evolution/MEP Black Star Promos/034.ts +++ b/data/Mega Evolution/MEP Black Star Promos/034.ts @@ -62,17 +62,19 @@ const card: Card = { value: "x2" }], - thirdParty: { - tcgplayer: 692120 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + tcgplayer: 692120 + } }, { type: "holo", - size: "jumbo" + size: "jumbo", + thirdParty: { + tcgplayer: 692120 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/035.ts b/data/Mega Evolution/MEP Black Star Promos/035.ts index c8eedf641c..45bf13cf69 100644 --- a/data/Mega Evolution/MEP Black Star Promos/035.ts +++ b/data/Mega Evolution/MEP Black Star Promos/035.ts @@ -62,17 +62,19 @@ const card: Card = { value: "x2" }], - thirdParty: { - tcgplayer: 692119 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + tcgplayer: 692119 + } }, { type: "holo", - size: "jumbo" + size: "jumbo", + thirdParty: { + tcgplayer: 692119 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/036.ts b/data/Mega Evolution/MEP Black Star Promos/036.ts index 72d3458ceb..b001fbf7fe 100644 --- a/data/Mega Evolution/MEP Black Star Promos/036.ts +++ b/data/Mega Evolution/MEP Black Star Promos/036.ts @@ -62,17 +62,19 @@ const card: Card = { value: "x2" }], - thirdParty: { - tcgplayer: 692118 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + tcgplayer: 692118 + } }, { type: "holo", - size: "jumbo" + size: "jumbo", + thirdParty: { + tcgplayer: 692118 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/037.ts b/data/Mega Evolution/MEP Black Star Promos/037.ts index c833359648..b89c60783f 100644 --- a/data/Mega Evolution/MEP Black Star Promos/037.ts +++ b/data/Mega Evolution/MEP Black Star Promos/037.ts @@ -51,14 +51,13 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - cardmarket: 875186, - tcgplayer: 684461 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + cardmarket: 875186, + tcgplayer: 684461 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/038.ts b/data/Mega Evolution/MEP Black Star Promos/038.ts index cbc34501e9..38a91b60a8 100644 --- a/data/Mega Evolution/MEP Black Star Promos/038.ts +++ b/data/Mega Evolution/MEP Black Star Promos/038.ts @@ -51,14 +51,13 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - cardmarket: 875187, - tcgplayer: 684462 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + cardmarket: 875187, + tcgplayer: 684462 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/039.ts b/data/Mega Evolution/MEP Black Star Promos/039.ts index a8498f4590..6608a56100 100644 --- a/data/Mega Evolution/MEP Black Star Promos/039.ts +++ b/data/Mega Evolution/MEP Black Star Promos/039.ts @@ -51,14 +51,13 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - cardmarket: 875188, - tcgplayer: 684463 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + cardmarket: 875188, + tcgplayer: 684463 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/040.ts b/data/Mega Evolution/MEP Black Star Promos/040.ts index dec2f197c9..1bf8d238ad 100644 --- a/data/Mega Evolution/MEP Black Star Promos/040.ts +++ b/data/Mega Evolution/MEP Black Star Promos/040.ts @@ -41,14 +41,13 @@ const card: Card = { retreat: 3, regulationMark: "J", - thirdParty: { - cardmarket: 875189, - tcgplayer: 684464 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + cardmarket: 875189, + tcgplayer: 684464 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/041.ts b/data/Mega Evolution/MEP Black Star Promos/041.ts index 4e0af5293a..1e6f2d80c1 100644 --- a/data/Mega Evolution/MEP Black Star Promos/041.ts +++ b/data/Mega Evolution/MEP Black Star Promos/041.ts @@ -51,14 +51,13 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - cardmarket: 875190, - tcgplayer: 684465 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + cardmarket: 875190, + tcgplayer: 684465 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/042.ts b/data/Mega Evolution/MEP Black Star Promos/042.ts index 963303d290..44fc9068a3 100644 --- a/data/Mega Evolution/MEP Black Star Promos/042.ts +++ b/data/Mega Evolution/MEP Black Star Promos/042.ts @@ -41,14 +41,13 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - cardmarket: 875191, - tcgplayer: 684466 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + cardmarket: 875191, + tcgplayer: 684466 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/043.ts b/data/Mega Evolution/MEP Black Star Promos/043.ts index 3614043648..ac31eb2d6b 100644 --- a/data/Mega Evolution/MEP Black Star Promos/043.ts +++ b/data/Mega Evolution/MEP Black Star Promos/043.ts @@ -41,14 +41,13 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - cardmarket: 875192, - tcgplayer: 684467 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + cardmarket: 875192, + tcgplayer: 684467 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/044.ts b/data/Mega Evolution/MEP Black Star Promos/044.ts index 15a77b6d6b..3c146c72e0 100644 --- a/data/Mega Evolution/MEP Black Star Promos/044.ts +++ b/data/Mega Evolution/MEP Black Star Promos/044.ts @@ -51,14 +51,13 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - cardmarket: 875193, - tcgplayer: 684468 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + cardmarket: 875193, + tcgplayer: 684468 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/045.ts b/data/Mega Evolution/MEP Black Star Promos/045.ts index 4ccf2662d2..fa2382dd4a 100644 --- a/data/Mega Evolution/MEP Black Star Promos/045.ts +++ b/data/Mega Evolution/MEP Black Star Promos/045.ts @@ -51,14 +51,13 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - cardmarket: 875194, - tcgplayer: 684469 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + cardmarket: 875194, + tcgplayer: 684469 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/064.ts b/data/Mega Evolution/MEP Black Star Promos/064.ts index 03fac907b9..607b3bce8f 100644 --- a/data/Mega Evolution/MEP Black Star Promos/064.ts +++ b/data/Mega Evolution/MEP Black Star Promos/064.ts @@ -90,13 +90,12 @@ const card: Card = { value: "x2" }], - thirdParty: { - tcgplayer: 685494 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + tcgplayer: 685494 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/065.ts b/data/Mega Evolution/MEP Black Star Promos/065.ts index b214da9953..1a4a1bed96 100644 --- a/data/Mega Evolution/MEP Black Star Promos/065.ts +++ b/data/Mega Evolution/MEP Black Star Promos/065.ts @@ -80,13 +80,12 @@ const card: Card = { value: "x2" }], - thirdParty: { - tcgplayer: 685495 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + tcgplayer: 685495 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/066.ts b/data/Mega Evolution/MEP Black Star Promos/066.ts index 461ce02cb4..49dd6fd3ba 100644 --- a/data/Mega Evolution/MEP Black Star Promos/066.ts +++ b/data/Mega Evolution/MEP Black Star Promos/066.ts @@ -90,13 +90,12 @@ const card: Card = { value: "x2" }], - thirdParty: { - tcgplayer: 685496 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + tcgplayer: 685496 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/067.ts b/data/Mega Evolution/MEP Black Star Promos/067.ts index 9afd453852..1c784b76a2 100644 --- a/data/Mega Evolution/MEP Black Star Promos/067.ts +++ b/data/Mega Evolution/MEP Black Star Promos/067.ts @@ -71,13 +71,12 @@ const card: Card = { value: "-30" }], - thirdParty: { - tcgplayer: 685497 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + tcgplayer: 685497 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/068.ts b/data/Mega Evolution/MEP Black Star Promos/068.ts index 352bff1ee3..7ec99c7f81 100644 --- a/data/Mega Evolution/MEP Black Star Promos/068.ts +++ b/data/Mega Evolution/MEP Black Star Promos/068.ts @@ -60,13 +60,12 @@ const card: Card = { value: "x2" }], - thirdParty: { - tcgplayer: 686275 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + tcgplayer: 686275 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/069.ts b/data/Mega Evolution/MEP Black Star Promos/069.ts index 244a318326..6a6a29aded 100644 --- a/data/Mega Evolution/MEP Black Star Promos/069.ts +++ b/data/Mega Evolution/MEP Black Star Promos/069.ts @@ -46,14 +46,13 @@ const card: Card = { value: "x2" }], - thirdParty: { - tcgplayer: 686342 - }, - variants: [ { type: "holo", - foil: "cosmos" + foil: "cosmos", + thirdParty: { + tcgplayer: 686342 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/070.ts b/data/Mega Evolution/MEP Black Star Promos/070.ts index 807bd426f1..3ab7f0bfb8 100644 --- a/data/Mega Evolution/MEP Black Star Promos/070.ts +++ b/data/Mega Evolution/MEP Black Star Promos/070.ts @@ -66,13 +66,12 @@ const card: Card = { value: "x2" }], - thirdParty: { - tcgplayer: 685562 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + tcgplayer: 685562 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/071.ts b/data/Mega Evolution/MEP Black Star Promos/071.ts index fdba433bfd..2b53be3d08 100644 --- a/data/Mega Evolution/MEP Black Star Promos/071.ts +++ b/data/Mega Evolution/MEP Black Star Promos/071.ts @@ -55,13 +55,12 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 695311 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + tcgplayer: 695311 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/074.ts b/data/Mega Evolution/MEP Black Star Promos/074.ts index af1c6fb6e8..90b304631e 100644 --- a/data/Mega Evolution/MEP Black Star Promos/074.ts +++ b/data/Mega Evolution/MEP Black Star Promos/074.ts @@ -54,13 +54,12 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 694679 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + tcgplayer: 694679 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/075.ts b/data/Mega Evolution/MEP Black Star Promos/075.ts index d8df919b07..5ced38b8c8 100644 --- a/data/Mega Evolution/MEP Black Star Promos/075.ts +++ b/data/Mega Evolution/MEP Black Star Promos/075.ts @@ -64,13 +64,12 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 694681 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + tcgplayer: 694681 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/076.ts b/data/Mega Evolution/MEP Black Star Promos/076.ts index e726e35af8..0eb360e532 100644 --- a/data/Mega Evolution/MEP Black Star Promos/076.ts +++ b/data/Mega Evolution/MEP Black Star Promos/076.ts @@ -69,13 +69,12 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 694686 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + tcgplayer: 694686 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/077.ts b/data/Mega Evolution/MEP Black Star Promos/077.ts index ffd04cc68e..83a540d341 100644 --- a/data/Mega Evolution/MEP Black Star Promos/077.ts +++ b/data/Mega Evolution/MEP Black Star Promos/077.ts @@ -49,13 +49,12 @@ const card: Card = { retreat: 3, regulationMark: "J", - thirdParty: { - tcgplayer: 694688 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + tcgplayer: 694688 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/078.ts b/data/Mega Evolution/MEP Black Star Promos/078.ts index e5d72b29b4..52c3b872fc 100644 --- a/data/Mega Evolution/MEP Black Star Promos/078.ts +++ b/data/Mega Evolution/MEP Black Star Promos/078.ts @@ -49,14 +49,13 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 694692 - }, - variants: [ { type: "holo", - foil: "cosmos" + foil: "cosmos", + thirdParty: { + tcgplayer: 694692 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/079.ts b/data/Mega Evolution/MEP Black Star Promos/079.ts index b0a5c1c9f6..5ab6c0199c 100644 --- a/data/Mega Evolution/MEP Black Star Promos/079.ts +++ b/data/Mega Evolution/MEP Black Star Promos/079.ts @@ -43,14 +43,13 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 694693 - }, - variants: [ { type: "holo", - foil: "cosmos" + foil: "cosmos", + thirdParty: { + tcgplayer: 694693 + } } ] } diff --git a/data/Mega Evolution/MEP Black Star Promos/080.ts b/data/Mega Evolution/MEP Black Star Promos/080.ts index 2572e4b86b..7022ea0076 100644 --- a/data/Mega Evolution/MEP Black Star Promos/080.ts +++ b/data/Mega Evolution/MEP Black Star Promos/080.ts @@ -44,13 +44,12 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 694694 - }, - variants: [ { - type: "holo" + type: "holo", + thirdParty: { + tcgplayer: 694694 + } } ] }