diff --git a/data/Mega Evolution/Chaos Rising/001.ts b/data/Mega Evolution/Chaos Rising/001.ts index ca8cc72f96..d13bb387ac 100644 --- a/data/Mega Evolution/Chaos Rising/001.ts +++ b/data/Mega Evolution/Chaos Rising/001.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Weedle" }, @@ -44,9 +37,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693561 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693561 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/002.ts b/data/Mega Evolution/Chaos Rising/002.ts index 018b4ff639..6bfba90c91 100644 --- a/data/Mega Evolution/Chaos Rising/002.ts +++ b/data/Mega Evolution/Chaos Rising/002.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Kakuna" }, @@ -57,9 +50,14 @@ const card: Card = { retreat: 3, regulationMark: "J", - thirdParty: { - tcgplayer: 693502 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693502 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/003.ts b/data/Mega Evolution/Chaos Rising/003.ts index 92d30f0e8a..a6b240131f 100644 --- a/data/Mega Evolution/Chaos Rising/003.ts +++ b/data/Mega Evolution/Chaos Rising/003.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Beedrill ex" }, @@ -50,9 +43,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693453 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693453 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/004.ts b/data/Mega Evolution/Chaos Rising/004.ts index 404e292e41..b031a38a45 100644 --- a/data/Mega Evolution/Chaos Rising/004.ts +++ b/data/Mega Evolution/Chaos Rising/004.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Carnivine" }, @@ -44,9 +37,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693459 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693459 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/005.ts b/data/Mega Evolution/Chaos Rising/005.ts index cf7e9a203f..94ee14138c 100644 --- a/data/Mega Evolution/Chaos Rising/005.ts +++ b/data/Mega Evolution/Chaos Rising/005.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Chespin" }, @@ -47,9 +40,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693461 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693461 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/006.ts b/data/Mega Evolution/Chaos Rising/006.ts index 7eeeaff9d9..beb2a32b1c 100644 --- a/data/Mega Evolution/Chaos Rising/006.ts +++ b/data/Mega Evolution/Chaos Rising/006.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Quilladin" }, @@ -56,9 +49,14 @@ const card: Card = { retreat: 3, regulationMark: "J", - thirdParty: { - tcgplayer: 693537 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693537 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/007.ts b/data/Mega Evolution/Chaos Rising/007.ts index 4fb43189c4..3594954fa2 100644 --- a/data/Mega Evolution/Chaos Rising/007.ts +++ b/data/Mega Evolution/Chaos Rising/007.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Chesnaught" }, @@ -61,9 +54,14 @@ const card: Card = { retreat: 4, regulationMark: "J", - thirdParty: { - tcgplayer: 693460 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693460 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/008.ts b/data/Mega Evolution/Chaos Rising/008.ts index 65c1632ca7..3ea2739740 100644 --- a/data/Mega Evolution/Chaos Rising/008.ts +++ b/data/Mega Evolution/Chaos Rising/008.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Vulpix" }, @@ -43,9 +36,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693558 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693558 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/009.ts b/data/Mega Evolution/Chaos Rising/009.ts index 2b82f7684b..80921f6271 100644 --- a/data/Mega Evolution/Chaos Rising/009.ts +++ b/data/Mega Evolution/Chaos Rising/009.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Ninetales" }, @@ -55,9 +48,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693526 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693526 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/010.ts b/data/Mega Evolution/Chaos Rising/010.ts index 89ad49118b..57649d2585 100644 --- a/data/Mega Evolution/Chaos Rising/010.ts +++ b/data/Mega Evolution/Chaos Rising/010.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Ho-Oh" }, @@ -54,9 +47,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693500 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693500 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/011.ts b/data/Mega Evolution/Chaos Rising/011.ts index 1403480093..068dbf7bf3 100644 --- a/data/Mega Evolution/Chaos Rising/011.ts +++ b/data/Mega Evolution/Chaos Rising/011.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Fennekin" }, @@ -50,9 +43,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693484 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693484 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/012.ts b/data/Mega Evolution/Chaos Rising/012.ts index ebdc5ac40b..8b02db3774 100644 --- a/data/Mega Evolution/Chaos Rising/012.ts +++ b/data/Mega Evolution/Chaos Rising/012.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Braixen" }, @@ -49,9 +42,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693457 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693457 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/013.ts b/data/Mega Evolution/Chaos Rising/013.ts index e6f4e7362d..bd3d3d81b4 100644 --- a/data/Mega Evolution/Chaos Rising/013.ts +++ b/data/Mega Evolution/Chaos Rising/013.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Delphox" }, @@ -61,9 +54,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693473 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693473 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/014.ts b/data/Mega Evolution/Chaos Rising/014.ts index 9345923b00..d92b501e1f 100644 --- a/data/Mega Evolution/Chaos Rising/014.ts +++ b/data/Mega Evolution/Chaos Rising/014.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Litleo" }, @@ -40,9 +33,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693505 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693505 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/015.ts b/data/Mega Evolution/Chaos Rising/015.ts index b5cd55970a..034e57bba2 100644 --- a/data/Mega Evolution/Chaos Rising/015.ts +++ b/data/Mega Evolution/Chaos Rising/015.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Mega Pyroar ex" }, @@ -61,9 +54,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693519 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693519 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/016.ts b/data/Mega Evolution/Chaos Rising/016.ts index f7e36464dd..fb30b0d2e5 100644 --- a/data/Mega Evolution/Chaos Rising/016.ts +++ b/data/Mega Evolution/Chaos Rising/016.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Remoraid" }, @@ -40,9 +33,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693539 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693539 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/017.ts b/data/Mega Evolution/Chaos Rising/017.ts index 74e6a2866e..ef7ebce474 100644 --- a/data/Mega Evolution/Chaos Rising/017.ts +++ b/data/Mega Evolution/Chaos Rising/017.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Octillery" }, @@ -60,9 +53,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693528 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693528 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/018.ts b/data/Mega Evolution/Chaos Rising/018.ts index 01c63f1eb6..2c7f8c08eb 100644 --- a/data/Mega Evolution/Chaos Rising/018.ts +++ b/data/Mega Evolution/Chaos Rising/018.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Delibird" }, @@ -50,9 +43,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693472 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693472 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/019.ts b/data/Mega Evolution/Chaos Rising/019.ts index 0fc6de0771..0cbcebefdc 100644 --- a/data/Mega Evolution/Chaos Rising/019.ts +++ b/data/Mega Evolution/Chaos Rising/019.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Keldeo" }, @@ -55,9 +48,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693503 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693503 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/020.ts b/data/Mega Evolution/Chaos Rising/020.ts index b0bf4db703..2f00e6bf5a 100644 --- a/data/Mega Evolution/Chaos Rising/020.ts +++ b/data/Mega Evolution/Chaos Rising/020.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Froakie" }, @@ -50,9 +43,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693488 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693488 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/021.ts b/data/Mega Evolution/Chaos Rising/021.ts index adee0df0c2..c5c1c25785 100644 --- a/data/Mega Evolution/Chaos Rising/021.ts +++ b/data/Mega Evolution/Chaos Rising/021.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Frogadier" }, @@ -55,9 +48,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693490 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693490 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/022.ts b/data/Mega Evolution/Chaos Rising/022.ts index ffb4d5fae5..3efb330faf 100644 --- a/data/Mega Evolution/Chaos Rising/022.ts +++ b/data/Mega Evolution/Chaos Rising/022.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Mega Greninja ex" }, @@ -62,9 +55,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693515 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693515 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/023.ts b/data/Mega Evolution/Chaos Rising/023.ts index 0b8295855c..4850f57c34 100644 --- a/data/Mega Evolution/Chaos Rising/023.ts +++ b/data/Mega Evolution/Chaos Rising/023.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Bergmite" }, @@ -47,9 +40,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693456 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693456 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/024.ts b/data/Mega Evolution/Chaos Rising/024.ts index f4a0ec16c2..d1b6fce8a7 100644 --- a/data/Mega Evolution/Chaos Rising/024.ts +++ b/data/Mega Evolution/Chaos Rising/024.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Avalugg" }, @@ -55,9 +48,14 @@ const card: Card = { retreat: 4, regulationMark: "J", - thirdParty: { - tcgplayer: 693448 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693448 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/025.ts b/data/Mega Evolution/Chaos Rising/025.ts index 5e471b835e..270851c8e4 100644 --- a/data/Mega Evolution/Chaos Rising/025.ts +++ b/data/Mega Evolution/Chaos Rising/025.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Wimpod" }, @@ -47,9 +40,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693562 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693562 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/026.ts b/data/Mega Evolution/Chaos Rising/026.ts index 841d7d7191..1f58c3f5c9 100644 --- a/data/Mega Evolution/Chaos Rising/026.ts +++ b/data/Mega Evolution/Chaos Rising/026.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Golisopod" }, @@ -60,9 +53,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693494 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693494 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/027.ts b/data/Mega Evolution/Chaos Rising/027.ts index bc510734db..7aa417a967 100644 --- a/data/Mega Evolution/Chaos Rising/027.ts +++ b/data/Mega Evolution/Chaos Rising/027.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Mareep" }, @@ -44,9 +37,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693507 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693507 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/028.ts b/data/Mega Evolution/Chaos Rising/028.ts index fb89d2bced..e7952d3952 100644 --- a/data/Mega Evolution/Chaos Rising/028.ts +++ b/data/Mega Evolution/Chaos Rising/028.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Flaaffy" }, @@ -49,9 +42,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693487 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693487 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/029.ts b/data/Mega Evolution/Chaos Rising/029.ts index d432cfd9fc..379b72edcc 100644 --- a/data/Mega Evolution/Chaos Rising/029.ts +++ b/data/Mega Evolution/Chaos Rising/029.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Ampharos" }, @@ -61,9 +54,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693445 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693445 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/030.ts b/data/Mega Evolution/Chaos Rising/030.ts index 2f5d4300bf..8f179bb4b2 100644 --- a/data/Mega Evolution/Chaos Rising/030.ts +++ b/data/Mega Evolution/Chaos Rising/030.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Emolga" }, @@ -54,9 +47,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693481 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693481 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/031.ts b/data/Mega Evolution/Chaos Rising/031.ts index 4fe53188a1..47196bf51d 100644 --- a/data/Mega Evolution/Chaos Rising/031.ts +++ b/data/Mega Evolution/Chaos Rising/031.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Deoxys" }, @@ -59,9 +52,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693474 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693474 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/032.ts b/data/Mega Evolution/Chaos Rising/032.ts index 1fa85b5149..2099aa1d6a 100644 --- a/data/Mega Evolution/Chaos Rising/032.ts +++ b/data/Mega Evolution/Chaos Rising/032.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Deoxys" }, @@ -49,9 +42,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693475 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693475 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/033.ts b/data/Mega Evolution/Chaos Rising/033.ts index a6f2290cfd..16590af959 100644 --- a/data/Mega Evolution/Chaos Rising/033.ts +++ b/data/Mega Evolution/Chaos Rising/033.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Deoxys" }, @@ -49,9 +42,14 @@ const card: Card = { retreat: 3, regulationMark: "J", - thirdParty: { - tcgplayer: 693476 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693476 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/034.ts b/data/Mega Evolution/Chaos Rising/034.ts index 3703f514aa..5f7c3b6530 100644 --- a/data/Mega Evolution/Chaos Rising/034.ts +++ b/data/Mega Evolution/Chaos Rising/034.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Deoxys" }, @@ -49,9 +42,14 @@ const card: Card = { retreat: 0, regulationMark: "J", - thirdParty: { - tcgplayer: 693477 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693477 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/035.ts b/data/Mega Evolution/Chaos Rising/035.ts index 90d347b9c5..1f43d258f6 100644 --- a/data/Mega Evolution/Chaos Rising/035.ts +++ b/data/Mega Evolution/Chaos Rising/035.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Mega Floette ex" }, @@ -55,9 +48,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693511 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693511 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/036.ts b/data/Mega Evolution/Chaos Rising/036.ts index 41b5495058..b99b70ad33 100644 --- a/data/Mega Evolution/Chaos Rising/036.ts +++ b/data/Mega Evolution/Chaos Rising/036.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Espurr" }, @@ -49,9 +42,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693483 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693483 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/037.ts b/data/Mega Evolution/Chaos Rising/037.ts index 843581a9de..7329e72f8e 100644 --- a/data/Mega Evolution/Chaos Rising/037.ts +++ b/data/Mega Evolution/Chaos Rising/037.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Meowstic" }, @@ -54,9 +47,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693521 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693521 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/038.ts b/data/Mega Evolution/Chaos Rising/038.ts index 563c664e47..580edc71c4 100644 --- a/data/Mega Evolution/Chaos Rising/038.ts +++ b/data/Mega Evolution/Chaos Rising/038.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Phantump" }, @@ -57,9 +50,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693531 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693531 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/039.ts b/data/Mega Evolution/Chaos Rising/039.ts index 9ca1239c64..53cd7922b0 100644 --- a/data/Mega Evolution/Chaos Rising/039.ts +++ b/data/Mega Evolution/Chaos Rising/039.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Trevenant" }, @@ -65,9 +58,14 @@ const card: Card = { retreat: 3, regulationMark: "J", - thirdParty: { - tcgplayer: 693556 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693556 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/040.ts b/data/Mega Evolution/Chaos Rising/040.ts index 2ffb41fcfe..fcdd78c1de 100644 --- a/data/Mega Evolution/Chaos Rising/040.ts +++ b/data/Mega Evolution/Chaos Rising/040.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Pumpkaboo" }, @@ -45,9 +38,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693536 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693536 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/041.ts b/data/Mega Evolution/Chaos Rising/041.ts index b2dcc7a0cc..e43b7ac191 100644 --- a/data/Mega Evolution/Chaos Rising/041.ts +++ b/data/Mega Evolution/Chaos Rising/041.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Gourgeist ex" }, @@ -66,9 +59,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693497 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693497 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/042.ts b/data/Mega Evolution/Chaos Rising/042.ts index 0b0e4bda0d..a6cbd95933 100644 --- a/data/Mega Evolution/Chaos Rising/042.ts +++ b/data/Mega Evolution/Chaos Rising/042.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Xerneas" }, @@ -44,9 +37,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693563 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693563 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/043.ts b/data/Mega Evolution/Chaos Rising/043.ts index 1ccea586f5..f98f08087c 100644 --- a/data/Mega Evolution/Chaos Rising/043.ts +++ b/data/Mega Evolution/Chaos Rising/043.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Sudowoodo" }, @@ -54,9 +47,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693550 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693550 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/044.ts b/data/Mega Evolution/Chaos Rising/044.ts index 42df540e4a..540c2ad83a 100644 --- a/data/Mega Evolution/Chaos Rising/044.ts +++ b/data/Mega Evolution/Chaos Rising/044.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Phanpy" }, @@ -47,9 +40,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693530 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693530 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/045.ts b/data/Mega Evolution/Chaos Rising/045.ts index 7f85f3bd6d..2bd77d6a1c 100644 --- a/data/Mega Evolution/Chaos Rising/045.ts +++ b/data/Mega Evolution/Chaos Rising/045.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Donphan" }, @@ -60,9 +53,14 @@ const card: Card = { retreat: 3, regulationMark: "J", - thirdParty: { - tcgplayer: 693478 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693478 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/046.ts b/data/Mega Evolution/Chaos Rising/046.ts index c5c4955aa8..427e48f4fd 100644 --- a/data/Mega Evolution/Chaos Rising/046.ts +++ b/data/Mega Evolution/Chaos Rising/046.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Baltoy" }, @@ -44,9 +37,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693452 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693452 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/047.ts b/data/Mega Evolution/Chaos Rising/047.ts index 981051a1a8..204c88c6e2 100644 --- a/data/Mega Evolution/Chaos Rising/047.ts +++ b/data/Mega Evolution/Chaos Rising/047.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Claydol" }, @@ -49,9 +42,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693466 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693466 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/048.ts b/data/Mega Evolution/Chaos Rising/048.ts index a57379f1f9..061dc5b045 100644 --- a/data/Mega Evolution/Chaos Rising/048.ts +++ b/data/Mega Evolution/Chaos Rising/048.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Mega Gallade ex" }, @@ -57,9 +50,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693514 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693514 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/049.ts b/data/Mega Evolution/Chaos Rising/049.ts index 3d227f2d74..50fcb2218a 100644 --- a/data/Mega Evolution/Chaos Rising/049.ts +++ b/data/Mega Evolution/Chaos Rising/049.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Zubat" }, @@ -48,9 +41,14 @@ const card: Card = { retreat: 0, regulationMark: "J", - thirdParty: { - tcgplayer: 693565 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693565 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/050.ts b/data/Mega Evolution/Chaos Rising/050.ts index fde0001f86..66ed148344 100644 --- a/data/Mega Evolution/Chaos Rising/050.ts +++ b/data/Mega Evolution/Chaos Rising/050.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Golbat" }, @@ -54,9 +47,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693493 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693493 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/051.ts b/data/Mega Evolution/Chaos Rising/051.ts index 7709ce9c7e..768899f684 100644 --- a/data/Mega Evolution/Chaos Rising/051.ts +++ b/data/Mega Evolution/Chaos Rising/051.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Crobat" }, @@ -66,9 +59,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693470 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693470 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/052.ts b/data/Mega Evolution/Chaos Rising/052.ts index cafaa0c1ca..ddb8ba3777 100644 --- a/data/Mega Evolution/Chaos Rising/052.ts +++ b/data/Mega Evolution/Chaos Rising/052.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Qwilfish" }, @@ -56,9 +49,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693538 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693538 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/053.ts b/data/Mega Evolution/Chaos Rising/053.ts index 0d5af29aa8..1d0e88b3de 100644 --- a/data/Mega Evolution/Chaos Rising/053.ts +++ b/data/Mega Evolution/Chaos Rising/053.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Stunky" }, @@ -40,9 +33,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693549 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693549 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/054.ts b/data/Mega Evolution/Chaos Rising/054.ts index c9492dd4bf..b015d98878 100644 --- a/data/Mega Evolution/Chaos Rising/054.ts +++ b/data/Mega Evolution/Chaos Rising/054.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Skuntank" }, @@ -56,9 +49,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693544 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693544 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/055.ts b/data/Mega Evolution/Chaos Rising/055.ts index 229c193fe9..18461c1d4b 100644 --- a/data/Mega Evolution/Chaos Rising/055.ts +++ b/data/Mega Evolution/Chaos Rising/055.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Krookodile ex" }, @@ -61,9 +54,14 @@ const card: Card = { retreat: 3, regulationMark: "I", - thirdParty: { - tcgplayer: 693504 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693504 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/056.ts b/data/Mega Evolution/Chaos Rising/056.ts index b375506d26..f706fdad91 100644 --- a/data/Mega Evolution/Chaos Rising/056.ts +++ b/data/Mega Evolution/Chaos Rising/056.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Trubbish" }, @@ -44,9 +37,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693557 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693557 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/057.ts b/data/Mega Evolution/Chaos Rising/057.ts index 6c0f0e5575..0a86b4aef4 100644 --- a/data/Mega Evolution/Chaos Rising/057.ts +++ b/data/Mega Evolution/Chaos Rising/057.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Garbodor" }, @@ -57,9 +50,14 @@ const card: Card = { retreat: 3, regulationMark: "J", - thirdParty: { - tcgplayer: 693492 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693492 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/058.ts b/data/Mega Evolution/Chaos Rising/058.ts index 5d7419a834..6000056961 100644 --- a/data/Mega Evolution/Chaos Rising/058.ts +++ b/data/Mega Evolution/Chaos Rising/058.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Skrelp" }, @@ -40,9 +33,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693543 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693543 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/059.ts b/data/Mega Evolution/Chaos Rising/059.ts index 41698977ca..c747173bd7 100644 --- a/data/Mega Evolution/Chaos Rising/059.ts +++ b/data/Mega Evolution/Chaos Rising/059.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Beldum" }, @@ -52,9 +45,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693455 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693455 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/060.ts b/data/Mega Evolution/Chaos Rising/060.ts index e4e152f337..135a794212 100644 --- a/data/Mega Evolution/Chaos Rising/060.ts +++ b/data/Mega Evolution/Chaos Rising/060.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Metang" }, @@ -61,9 +54,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693523 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693523 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/061.ts b/data/Mega Evolution/Chaos Rising/061.ts index f9d764f4b0..3318a2a951 100644 --- a/data/Mega Evolution/Chaos Rising/061.ts +++ b/data/Mega Evolution/Chaos Rising/061.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Metagross" }, @@ -65,9 +58,14 @@ const card: Card = { retreat: 3, regulationMark: "J", - thirdParty: { - tcgplayer: 693522 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693522 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/062.ts b/data/Mega Evolution/Chaos Rising/062.ts index c97687054f..cf50f6ed43 100644 --- a/data/Mega Evolution/Chaos Rising/062.ts +++ b/data/Mega Evolution/Chaos Rising/062.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Ferroseed" }, @@ -45,9 +38,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693485 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693485 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/063.ts b/data/Mega Evolution/Chaos Rising/063.ts index 8a85308c74..e70b3a61d2 100644 --- a/data/Mega Evolution/Chaos Rising/063.ts +++ b/data/Mega Evolution/Chaos Rising/063.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Ferrothorn" }, @@ -66,9 +59,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693486 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693486 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/064.ts b/data/Mega Evolution/Chaos Rising/064.ts index 85800b8e2e..e29adffc1c 100644 --- a/data/Mega Evolution/Chaos Rising/064.ts +++ b/data/Mega Evolution/Chaos Rising/064.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Cobalion ex" }, @@ -62,9 +55,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693468 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693468 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/065.ts b/data/Mega Evolution/Chaos Rising/065.ts index b340002657..0f499deb5b 100644 --- a/data/Mega Evolution/Chaos Rising/065.ts +++ b/data/Mega Evolution/Chaos Rising/065.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Mega Dragalge ex" }, @@ -54,9 +47,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693508 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693508 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/066.ts b/data/Mega Evolution/Chaos Rising/066.ts index c192d79b21..628018996a 100644 --- a/data/Mega Evolution/Chaos Rising/066.ts +++ b/data/Mega Evolution/Chaos Rising/066.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Goomy" }, @@ -39,9 +32,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693496 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693496 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/067.ts b/data/Mega Evolution/Chaos Rising/067.ts index 05bd121e29..043897fc0c 100644 --- a/data/Mega Evolution/Chaos Rising/067.ts +++ b/data/Mega Evolution/Chaos Rising/067.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Sliggoo" }, @@ -40,9 +33,14 @@ const card: Card = { retreat: 3, regulationMark: "J", - thirdParty: { - tcgplayer: 693545 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693545 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/068.ts b/data/Mega Evolution/Chaos Rising/068.ts index 062d309fd7..e90c754493 100644 --- a/data/Mega Evolution/Chaos Rising/068.ts +++ b/data/Mega Evolution/Chaos Rising/068.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Goodra" }, @@ -56,9 +49,14 @@ const card: Card = { retreat: 3, regulationMark: "J", - thirdParty: { - tcgplayer: 693495 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693495 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/069.ts b/data/Mega Evolution/Chaos Rising/069.ts index b40c00ee75..41d58d9de6 100644 --- a/data/Mega Evolution/Chaos Rising/069.ts +++ b/data/Mega Evolution/Chaos Rising/069.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Tauros" }, @@ -43,9 +36,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693552 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693552 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/070.ts b/data/Mega Evolution/Chaos Rising/070.ts index 9caa2c5163..db79e2a9cc 100644 --- a/data/Mega Evolution/Chaos Rising/070.ts +++ b/data/Mega Evolution/Chaos Rising/070.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Patrat" }, @@ -52,9 +45,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693529 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693529 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/071.ts b/data/Mega Evolution/Chaos Rising/071.ts index 09bd27ad30..35c4330a93 100644 --- a/data/Mega Evolution/Chaos Rising/071.ts +++ b/data/Mega Evolution/Chaos Rising/071.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Watchog" }, @@ -55,9 +48,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693559 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693559 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/072.ts b/data/Mega Evolution/Chaos Rising/072.ts index e024a38093..75b312a122 100644 --- a/data/Mega Evolution/Chaos Rising/072.ts +++ b/data/Mega Evolution/Chaos Rising/072.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Minccino" }, @@ -44,9 +37,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693525 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693525 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/073.ts b/data/Mega Evolution/Chaos Rising/073.ts index 3381d9a9ac..bfbcb3d510 100644 --- a/data/Mega Evolution/Chaos Rising/073.ts +++ b/data/Mega Evolution/Chaos Rising/073.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Cinccino ex" }, @@ -62,9 +55,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693463 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693463 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/074.ts b/data/Mega Evolution/Chaos Rising/074.ts index 4696e84a19..23e5930734 100644 --- a/data/Mega Evolution/Chaos Rising/074.ts +++ b/data/Mega Evolution/Chaos Rising/074.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Adversity Policy" }, @@ -21,9 +14,14 @@ const card: Card = { trainerType: "Tool", regulationMark: "I", - thirdParty: { - tcgplayer: 693444 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693444 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/075.ts b/data/Mega Evolution/Chaos Rising/075.ts index 8dc97427e2..6dea027645 100644 --- a/data/Mega Evolution/Chaos Rising/075.ts +++ b/data/Mega Evolution/Chaos Rising/075.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Ange Floette" }, @@ -21,9 +14,14 @@ const card: Card = { trainerType: "Stadium", regulationMark: "J", - thirdParty: { - tcgplayer: 693447 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693447 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/076.ts b/data/Mega Evolution/Chaos Rising/076.ts index 00d5216496..c6ba3a6bcd 100644 --- a/data/Mega Evolution/Chaos Rising/076.ts +++ b/data/Mega Evolution/Chaos Rising/076.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "AZ's Tranquility" }, @@ -21,9 +14,14 @@ const card: Card = { trainerType: "Supporter", regulationMark: "J", - thirdParty: { - tcgplayer: 693449 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693449 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/077.ts b/data/Mega Evolution/Chaos Rising/077.ts index 5a44ba15b0..8d472f772e 100644 --- a/data/Mega Evolution/Chaos Rising/077.ts +++ b/data/Mega Evolution/Chaos Rising/077.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Emma" }, @@ -21,9 +14,14 @@ const card: Card = { trainerType: "Supporter", regulationMark: "J", - thirdParty: { - tcgplayer: 693479 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693479 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/078.ts b/data/Mega Evolution/Chaos Rising/078.ts index 94a15d1c44..344545d9a8 100644 --- a/data/Mega Evolution/Chaos Rising/078.ts +++ b/data/Mega Evolution/Chaos Rising/078.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Great Haul Net" }, @@ -21,9 +14,14 @@ const card: Card = { trainerType: "Item", regulationMark: "J", - thirdParty: { - tcgplayer: 693499 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693499 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/079.ts b/data/Mega Evolution/Chaos Rising/079.ts index 096c5d61dc..6b56d901d0 100644 --- a/data/Mega Evolution/Chaos Rising/079.ts +++ b/data/Mega Evolution/Chaos Rising/079.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Philippe" }, @@ -21,9 +14,14 @@ const card: Card = { trainerType: "Supporter", regulationMark: "J", - thirdParty: { - tcgplayer: 693532 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693532 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/080.ts b/data/Mega Evolution/Chaos Rising/080.ts index eb2f655f6a..d0b004d6f5 100644 --- a/data/Mega Evolution/Chaos Rising/080.ts +++ b/data/Mega Evolution/Chaos Rising/080.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Prism Tower" }, @@ -21,9 +14,14 @@ const card: Card = { trainerType: "Stadium", regulationMark: "J", - thirdParty: { - tcgplayer: 693534 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693534 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/081.ts b/data/Mega Evolution/Chaos Rising/081.ts index 8d61864737..d9702c0231 100644 --- a/data/Mega Evolution/Chaos Rising/081.ts +++ b/data/Mega Evolution/Chaos Rising/081.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Roxie's Performance" }, @@ -21,9 +14,14 @@ const card: Card = { trainerType: "Supporter", regulationMark: "J", - thirdParty: { - tcgplayer: 693540 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693540 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/082.ts b/data/Mega Evolution/Chaos Rising/082.ts index 38a3e42e68..0bc90b4737 100644 --- a/data/Mega Evolution/Chaos Rising/082.ts +++ b/data/Mega Evolution/Chaos Rising/082.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Special Red Card" }, @@ -21,9 +14,14 @@ const card: Card = { trainerType: "Item", regulationMark: "J", - thirdParty: { - tcgplayer: 693547 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693547 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/083.ts b/data/Mega Evolution/Chaos Rising/083.ts index 145db7f902..1253011f3f 100644 --- a/data/Mega Evolution/Chaos Rising/083.ts +++ b/data/Mega Evolution/Chaos Rising/083.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Transformation Tome" }, @@ -21,9 +14,14 @@ const card: Card = { trainerType: "Item", regulationMark: "J", - thirdParty: { - tcgplayer: 693555 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693555 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/084.ts b/data/Mega Evolution/Chaos Rising/084.ts index 3421c8cf56..c67e2ba01f 100644 --- a/data/Mega Evolution/Chaos Rising/084.ts +++ b/data/Mega Evolution/Chaos Rising/084.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Bubbly Water Energy" }, @@ -20,9 +13,14 @@ const card: Card = { energyType: "Special", regulationMark: "J", - thirdParty: { - tcgplayer: 693458 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693458 + } + } + ], } export default card diff --git a/data/Mega Evolution/Chaos Rising/085.ts b/data/Mega Evolution/Chaos Rising/085.ts index 42217c563f..21c3fa2a3e 100644 --- a/data/Mega Evolution/Chaos Rising/085.ts +++ b/data/Mega Evolution/Chaos Rising/085.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Magnetic Metal Energy" }, @@ -20,9 +13,14 @@ const card: Card = { energyType: "Special", regulationMark: "J", - thirdParty: { - tcgplayer: 693506 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693506 + } + } + ], } export default card diff --git a/data/Mega Evolution/Chaos Rising/086.ts b/data/Mega Evolution/Chaos Rising/086.ts index 4e471a2629..b7deb22918 100644 --- a/data/Mega Evolution/Chaos Rising/086.ts +++ b/data/Mega Evolution/Chaos Rising/086.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Nitro Fire Energy" }, @@ -20,9 +13,14 @@ const card: Card = { energyType: "Special", regulationMark: "J", - thirdParty: { - tcgplayer: 693527 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693527 + } + } + ], } export default card diff --git a/data/Mega Evolution/Chaos Rising/087.ts b/data/Mega Evolution/Chaos Rising/087.ts index b476c2ed3c..c843fb5a95 100644 --- a/data/Mega Evolution/Chaos Rising/087.ts +++ b/data/Mega Evolution/Chaos Rising/087.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Chespin" }, @@ -47,9 +40,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693462 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693462 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/088.ts b/data/Mega Evolution/Chaos Rising/088.ts index 708c1b1de0..9b5325d187 100644 --- a/data/Mega Evolution/Chaos Rising/088.ts +++ b/data/Mega Evolution/Chaos Rising/088.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Froakie" }, @@ -50,9 +43,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693489 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693489 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/089.ts b/data/Mega Evolution/Chaos Rising/089.ts index 938fd2bafc..b4a4ec3e73 100644 --- a/data/Mega Evolution/Chaos Rising/089.ts +++ b/data/Mega Evolution/Chaos Rising/089.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Frogadier" }, @@ -55,9 +48,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693491 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693491 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/090.ts b/data/Mega Evolution/Chaos Rising/090.ts index ab021c9d69..a45e4546bb 100644 --- a/data/Mega Evolution/Chaos Rising/090.ts +++ b/data/Mega Evolution/Chaos Rising/090.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Ampharos" }, @@ -61,9 +54,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693446 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693446 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/091.ts b/data/Mega Evolution/Chaos Rising/091.ts index 4e298b9fc8..698f8641fe 100644 --- a/data/Mega Evolution/Chaos Rising/091.ts +++ b/data/Mega Evolution/Chaos Rising/091.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Xerneas" }, @@ -44,9 +37,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693564 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693564 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/092.ts b/data/Mega Evolution/Chaos Rising/092.ts index ff0efd56cd..4427118b5f 100644 --- a/data/Mega Evolution/Chaos Rising/092.ts +++ b/data/Mega Evolution/Chaos Rising/092.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Claydol" }, @@ -49,9 +42,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693467 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693467 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/093.ts b/data/Mega Evolution/Chaos Rising/093.ts index dd21c52dc9..5fe131c97a 100644 --- a/data/Mega Evolution/Chaos Rising/093.ts +++ b/data/Mega Evolution/Chaos Rising/093.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Crobat" }, @@ -66,9 +59,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693471 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693471 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/094.ts b/data/Mega Evolution/Chaos Rising/094.ts index 2befdeab70..2faffad3e9 100644 --- a/data/Mega Evolution/Chaos Rising/094.ts +++ b/data/Mega Evolution/Chaos Rising/094.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Metang" }, @@ -61,9 +54,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693524 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693524 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/095.ts b/data/Mega Evolution/Chaos Rising/095.ts index 4de4ea9462..7ff2e9af87 100644 --- a/data/Mega Evolution/Chaos Rising/095.ts +++ b/data/Mega Evolution/Chaos Rising/095.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Sliggoo" }, @@ -40,9 +33,14 @@ const card: Card = { retreat: 3, regulationMark: "J", - thirdParty: { - tcgplayer: 693546 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693546 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/096.ts b/data/Mega Evolution/Chaos Rising/096.ts index 371d2f6b1b..22f7cfa966 100644 --- a/data/Mega Evolution/Chaos Rising/096.ts +++ b/data/Mega Evolution/Chaos Rising/096.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Tauros" }, @@ -43,9 +36,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693553 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693553 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/097.ts b/data/Mega Evolution/Chaos Rising/097.ts index 9a363c39db..d41da9c411 100644 --- a/data/Mega Evolution/Chaos Rising/097.ts +++ b/data/Mega Evolution/Chaos Rising/097.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Watchog" }, @@ -55,9 +48,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693560 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693560 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/098.ts b/data/Mega Evolution/Chaos Rising/098.ts index 322a5010cd..f7e2255402 100644 --- a/data/Mega Evolution/Chaos Rising/098.ts +++ b/data/Mega Evolution/Chaos Rising/098.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Beedrill ex" }, @@ -50,9 +43,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693454 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693454 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/099.ts b/data/Mega Evolution/Chaos Rising/099.ts index 7bd90ad0ef..6b078a7539 100644 --- a/data/Mega Evolution/Chaos Rising/099.ts +++ b/data/Mega Evolution/Chaos Rising/099.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Mega Pyroar ex" }, @@ -61,9 +54,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693520 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693520 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/100.ts b/data/Mega Evolution/Chaos Rising/100.ts index 34d3118942..9c7f3b00a5 100644 --- a/data/Mega Evolution/Chaos Rising/100.ts +++ b/data/Mega Evolution/Chaos Rising/100.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Mega Greninja ex" }, @@ -62,9 +55,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693516 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693516 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/101.ts b/data/Mega Evolution/Chaos Rising/101.ts index b6dc37cdcc..62cc5e8ecd 100644 --- a/data/Mega Evolution/Chaos Rising/101.ts +++ b/data/Mega Evolution/Chaos Rising/101.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Mega Floette ex" }, @@ -55,9 +48,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693512 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693512 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/102.ts b/data/Mega Evolution/Chaos Rising/102.ts index 1c132b3504..bc2f3de1ef 100644 --- a/data/Mega Evolution/Chaos Rising/102.ts +++ b/data/Mega Evolution/Chaos Rising/102.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Gourgeist ex" }, @@ -66,9 +59,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693498 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693498 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/103.ts b/data/Mega Evolution/Chaos Rising/103.ts index f114215762..4cfcb3ef78 100644 --- a/data/Mega Evolution/Chaos Rising/103.ts +++ b/data/Mega Evolution/Chaos Rising/103.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Cobalion ex" }, @@ -62,9 +55,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693469 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693469 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/104.ts b/data/Mega Evolution/Chaos Rising/104.ts index 6ae83cfe28..ff0cb78c82 100644 --- a/data/Mega Evolution/Chaos Rising/104.ts +++ b/data/Mega Evolution/Chaos Rising/104.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Mega Dragalge ex" }, @@ -54,9 +47,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693509 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693509 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/105.ts b/data/Mega Evolution/Chaos Rising/105.ts index 327094d2c7..44e0a669fc 100644 --- a/data/Mega Evolution/Chaos Rising/105.ts +++ b/data/Mega Evolution/Chaos Rising/105.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Cinccino ex" }, @@ -62,9 +55,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693464 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693464 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/106.ts b/data/Mega Evolution/Chaos Rising/106.ts index 555da737ae..703d8112ff 100644 --- a/data/Mega Evolution/Chaos Rising/106.ts +++ b/data/Mega Evolution/Chaos Rising/106.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "AZ's Tranquility" }, @@ -21,9 +14,14 @@ const card: Card = { trainerType: "Supporter", regulationMark: "J", - thirdParty: { - tcgplayer: 693450 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693450 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/107.ts b/data/Mega Evolution/Chaos Rising/107.ts index 5b81e4a62c..a2ed5f4fe6 100644 --- a/data/Mega Evolution/Chaos Rising/107.ts +++ b/data/Mega Evolution/Chaos Rising/107.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Emma" }, @@ -21,9 +14,14 @@ const card: Card = { trainerType: "Supporter", regulationMark: "J", - thirdParty: { - tcgplayer: 693480 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693480 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/108.ts b/data/Mega Evolution/Chaos Rising/108.ts index 042d30cd0e..9eb19ead7e 100644 --- a/data/Mega Evolution/Chaos Rising/108.ts +++ b/data/Mega Evolution/Chaos Rising/108.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Energy Retrieval" }, @@ -21,9 +14,14 @@ const card: Card = { trainerType: "Item", regulationMark: "I", - thirdParty: { - tcgplayer: 693482 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693482 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/109.ts b/data/Mega Evolution/Chaos Rising/109.ts index 9873e6fe62..e591160cb6 100644 --- a/data/Mega Evolution/Chaos Rising/109.ts +++ b/data/Mega Evolution/Chaos Rising/109.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Jumbo Ice Cream" }, @@ -21,9 +14,14 @@ const card: Card = { trainerType: "Item", regulationMark: "I", - thirdParty: { - tcgplayer: 693501 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693501 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/110.ts b/data/Mega Evolution/Chaos Rising/110.ts index 2a0272a819..47da25ba1e 100644 --- a/data/Mega Evolution/Chaos Rising/110.ts +++ b/data/Mega Evolution/Chaos Rising/110.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Philippe" }, @@ -21,9 +14,14 @@ const card: Card = { trainerType: "Supporter", regulationMark: "J", - thirdParty: { - tcgplayer: 693533 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693533 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/111.ts b/data/Mega Evolution/Chaos Rising/111.ts index 8f2259e5e4..bcd6b00e13 100644 --- a/data/Mega Evolution/Chaos Rising/111.ts +++ b/data/Mega Evolution/Chaos Rising/111.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Prism Tower" }, @@ -21,9 +14,14 @@ const card: Card = { trainerType: "Stadium", regulationMark: "J", - thirdParty: { - tcgplayer: 693535 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693535 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/112.ts b/data/Mega Evolution/Chaos Rising/112.ts index ba34294521..5b5d1c6897 100644 --- a/data/Mega Evolution/Chaos Rising/112.ts +++ b/data/Mega Evolution/Chaos Rising/112.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Roxie's Performance" }, @@ -21,9 +14,14 @@ const card: Card = { trainerType: "Supporter", regulationMark: "J", - thirdParty: { - tcgplayer: 693541 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693541 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/113.ts b/data/Mega Evolution/Chaos Rising/113.ts index ea647324fa..af17149445 100644 --- a/data/Mega Evolution/Chaos Rising/113.ts +++ b/data/Mega Evolution/Chaos Rising/113.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Special Red Card" }, @@ -21,9 +14,14 @@ const card: Card = { trainerType: "Item", regulationMark: "J", - thirdParty: { - tcgplayer: 693548 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693548 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/114.ts b/data/Mega Evolution/Chaos Rising/114.ts index 10bf6e2b12..272e512379 100644 --- a/data/Mega Evolution/Chaos Rising/114.ts +++ b/data/Mega Evolution/Chaos Rising/114.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Surfing Beach" }, @@ -21,9 +14,14 @@ const card: Card = { trainerType: "Stadium", regulationMark: "I", - thirdParty: { - tcgplayer: 693551 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693551 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/115.ts b/data/Mega Evolution/Chaos Rising/115.ts index 5e2d1f42f1..d318b29b66 100644 --- a/data/Mega Evolution/Chaos Rising/115.ts +++ b/data/Mega Evolution/Chaos Rising/115.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Tool Scrapper" }, @@ -21,9 +14,14 @@ const card: Card = { trainerType: "Item", regulationMark: "I", - thirdParty: { - tcgplayer: 693554 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693554 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/116.ts b/data/Mega Evolution/Chaos Rising/116.ts index bc1deb3a7e..012b463760 100644 --- a/data/Mega Evolution/Chaos Rising/116.ts +++ b/data/Mega Evolution/Chaos Rising/116.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Mega Greninja ex" }, @@ -62,9 +55,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693517 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693517 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/117.ts b/data/Mega Evolution/Chaos Rising/117.ts index 8894b3e146..a39d9cdcbe 100644 --- a/data/Mega Evolution/Chaos Rising/117.ts +++ b/data/Mega Evolution/Chaos Rising/117.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Mega Floette ex" }, @@ -55,9 +48,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693513 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693513 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/118.ts b/data/Mega Evolution/Chaos Rising/118.ts index 013651f2b2..79a5a81b0a 100644 --- a/data/Mega Evolution/Chaos Rising/118.ts +++ b/data/Mega Evolution/Chaos Rising/118.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Mega Dragalge ex" }, @@ -54,9 +47,14 @@ const card: Card = { retreat: 2, regulationMark: "J", - thirdParty: { - tcgplayer: 693510 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693510 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/119.ts b/data/Mega Evolution/Chaos Rising/119.ts index 8decf095bc..267e5b253c 100644 --- a/data/Mega Evolution/Chaos Rising/119.ts +++ b/data/Mega Evolution/Chaos Rising/119.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Cinccino ex" }, @@ -62,9 +55,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693465 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693465 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/120.ts b/data/Mega Evolution/Chaos Rising/120.ts index bc855e9ea2..c5660abb2a 100644 --- a/data/Mega Evolution/Chaos Rising/120.ts +++ b/data/Mega Evolution/Chaos Rising/120.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "AZ's Tranquility" }, @@ -21,9 +14,14 @@ const card: Card = { trainerType: "Supporter", regulationMark: "J", - thirdParty: { - tcgplayer: 693451 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693451 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/121.ts b/data/Mega Evolution/Chaos Rising/121.ts index fe7f1393cf..844d0c9e33 100644 --- a/data/Mega Evolution/Chaos Rising/121.ts +++ b/data/Mega Evolution/Chaos Rising/121.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Roxie's Performance" }, @@ -21,9 +14,14 @@ const card: Card = { trainerType: "Supporter", regulationMark: "J", - thirdParty: { - tcgplayer: 693542 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693542 + } + } + ], } export default card \ No newline at end of file diff --git a/data/Mega Evolution/Chaos Rising/122.ts b/data/Mega Evolution/Chaos Rising/122.ts index 404fdf27c0..aed7c0becf 100644 --- a/data/Mega Evolution/Chaos Rising/122.ts +++ b/data/Mega Evolution/Chaos Rising/122.ts @@ -4,13 +4,6 @@ import Set from "../Chaos Rising" const card: Card = { set: Set, - variants: { - normal: true, - reverse: false, - holo: false, - firstEdition: false - }, - name: { en: "Mega Greninja ex" }, @@ -62,9 +55,14 @@ const card: Card = { retreat: 1, regulationMark: "J", - thirdParty: { - tcgplayer: 693518 - } + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 693518 + } + } + ], } export default card 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 diff --git a/data/Mega Evolution/Mega Evolution Energy/001.ts b/data/Mega Evolution/Mega Evolution Energy/001.ts index 7be5b78fc4..405e6f9361 100644 --- a/data/Mega Evolution/Mega Evolution Energy/001.ts +++ b/data/Mega Evolution/Mega Evolution Energy/001.ts @@ -15,6 +15,20 @@ const card: Card = { category: "Energy", set: Set, energyType: "Normal", + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 656263 + } + }, + { + type: "reverse", + thirdParty: { + tcgplayer: 656263 + } + } + ], } diff --git a/data/Mega Evolution/Mega Evolution Energy/002.ts b/data/Mega Evolution/Mega Evolution Energy/002.ts index dd81eb183b..1514ba3c91 100644 --- a/data/Mega Evolution/Mega Evolution Energy/002.ts +++ b/data/Mega Evolution/Mega Evolution Energy/002.ts @@ -16,6 +16,20 @@ const card: Card = { set: Set, energyType: "Normal", + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 656264 + } + }, + { + type: "reverse", + thirdParty: { + tcgplayer: 656264 + } + } + ], } diff --git a/data/Mega Evolution/Mega Evolution Energy/003.ts b/data/Mega Evolution/Mega Evolution Energy/003.ts index ffceace464..447aa9f1bf 100644 --- a/data/Mega Evolution/Mega Evolution Energy/003.ts +++ b/data/Mega Evolution/Mega Evolution Energy/003.ts @@ -16,6 +16,20 @@ const card: Card = { set: Set, energyType: "Normal", + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 656265 + } + }, + { + type: "reverse", + thirdParty: { + tcgplayer: 656265 + } + } + ], } diff --git a/data/Mega Evolution/Mega Evolution Energy/004.ts b/data/Mega Evolution/Mega Evolution Energy/004.ts index 629b25313d..b688f6cb3a 100644 --- a/data/Mega Evolution/Mega Evolution Energy/004.ts +++ b/data/Mega Evolution/Mega Evolution Energy/004.ts @@ -16,6 +16,20 @@ const card: Card = { set: Set, energyType: "Normal", + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 656266 + } + }, + { + type: "reverse", + thirdParty: { + tcgplayer: 656266 + } + } + ], } diff --git a/data/Mega Evolution/Mega Evolution Energy/005.ts b/data/Mega Evolution/Mega Evolution Energy/005.ts index a4a484f272..04f9dc10cb 100644 --- a/data/Mega Evolution/Mega Evolution Energy/005.ts +++ b/data/Mega Evolution/Mega Evolution Energy/005.ts @@ -16,6 +16,20 @@ const card: Card = { set: Set, energyType: "Normal", + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 656267 + } + }, + { + type: "reverse", + thirdParty: { + tcgplayer: 656267 + } + } + ], } diff --git a/data/Mega Evolution/Mega Evolution Energy/006.ts b/data/Mega Evolution/Mega Evolution Energy/006.ts index 98c659a41c..6ed90ea0bf 100644 --- a/data/Mega Evolution/Mega Evolution Energy/006.ts +++ b/data/Mega Evolution/Mega Evolution Energy/006.ts @@ -16,6 +16,20 @@ const card: Card = { set: Set, energyType: "Normal", + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 656268 + } + }, + { + type: "reverse", + thirdParty: { + tcgplayer: 656268 + } + } + ], } diff --git a/data/Mega Evolution/Mega Evolution Energy/007.ts b/data/Mega Evolution/Mega Evolution Energy/007.ts index d18dcc4ce9..fb64b7e97d 100644 --- a/data/Mega Evolution/Mega Evolution Energy/007.ts +++ b/data/Mega Evolution/Mega Evolution Energy/007.ts @@ -16,6 +16,20 @@ const card: Card = { set: Set, energyType: "Normal", + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 656269 + } + }, + { + type: "reverse", + thirdParty: { + tcgplayer: 656269 + } + } + ], } diff --git a/data/Mega Evolution/Mega Evolution Energy/008.ts b/data/Mega Evolution/Mega Evolution Energy/008.ts index 8687d8f2e9..c81a2df4d5 100644 --- a/data/Mega Evolution/Mega Evolution Energy/008.ts +++ b/data/Mega Evolution/Mega Evolution Energy/008.ts @@ -16,6 +16,20 @@ const card: Card = { set: Set, energyType: "Normal", + variants: [ + { + type: "normal", + thirdParty: { + tcgplayer: 656270 + } + }, + { + type: "reverse", + thirdParty: { + tcgplayer: 656270 + } + } + ], } diff --git a/data/Mega Evolution/Phantasmal Flames/001.ts b/data/Mega Evolution/Phantasmal Flames/001.ts index de2fe4c37f..ea41444f56 100644 --- a/data/Mega Evolution/Phantasmal Flames/001.ts +++ b/data/Mega Evolution/Phantasmal Flames/001.ts @@ -41,6 +41,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "MINAMINAMI Take", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/002.ts b/data/Mega Evolution/Phantasmal Flames/002.ts index 88ad6652af..225cc4b474 100644 --- a/data/Mega Evolution/Phantasmal Flames/002.ts +++ b/data/Mega Evolution/Phantasmal Flames/002.ts @@ -51,6 +51,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Yoriyuki Ikegami", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/003.ts b/data/Mega Evolution/Phantasmal Flames/003.ts index eb0d990135..77004f08c0 100644 --- a/data/Mega Evolution/Phantasmal Flames/003.ts +++ b/data/Mega Evolution/Phantasmal Flames/003.ts @@ -75,6 +75,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "Shibuzoh.", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/005.ts b/data/Mega Evolution/Phantasmal Flames/005.ts index 462fcba3c5..496bbec1bf 100644 --- a/data/Mega Evolution/Phantasmal Flames/005.ts +++ b/data/Mega Evolution/Phantasmal Flames/005.ts @@ -41,6 +41,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Wintr Wandr", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/006.ts b/data/Mega Evolution/Phantasmal Flames/006.ts index dfef191a98..88b96ed924 100644 --- a/data/Mega Evolution/Phantasmal Flames/006.ts +++ b/data/Mega Evolution/Phantasmal Flames/006.ts @@ -51,6 +51,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Shigenori Negishi", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/007.ts b/data/Mega Evolution/Phantasmal Flames/007.ts index 50dd0dde6e..4d02ade8e8 100644 --- a/data/Mega Evolution/Phantasmal Flames/007.ts +++ b/data/Mega Evolution/Phantasmal Flames/007.ts @@ -65,6 +65,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "Anesaki Dynamic", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/008.ts b/data/Mega Evolution/Phantasmal Flames/008.ts index 26f89751dd..0b7badc52f 100644 --- a/data/Mega Evolution/Phantasmal Flames/008.ts +++ b/data/Mega Evolution/Phantasmal Flames/008.ts @@ -63,6 +63,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "Mitsuhiro Arita", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/009.ts b/data/Mega Evolution/Phantasmal Flames/009.ts index bd3e4404ec..0c9f1a982e 100644 --- a/data/Mega Evolution/Phantasmal Flames/009.ts +++ b/data/Mega Evolution/Phantasmal Flames/009.ts @@ -51,6 +51,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Yuka Morii", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/010.ts b/data/Mega Evolution/Phantasmal Flames/010.ts index 32f68d9494..4118e6640b 100644 --- a/data/Mega Evolution/Phantasmal Flames/010.ts +++ b/data/Mega Evolution/Phantasmal Flames/010.ts @@ -65,6 +65,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Taiga Kasai", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/011.ts b/data/Mega Evolution/Phantasmal Flames/011.ts index a595c8988b..dff91dafb4 100644 --- a/data/Mega Evolution/Phantasmal Flames/011.ts +++ b/data/Mega Evolution/Phantasmal Flames/011.ts @@ -65,6 +65,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "HYOGONOSUKE", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/013.ts b/data/Mega Evolution/Phantasmal Flames/013.ts index da2a0314eb..69c16d3c66 100644 --- a/data/Mega Evolution/Phantasmal Flames/013.ts +++ b/data/Mega Evolution/Phantasmal Flames/013.ts @@ -51,6 +51,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "takuyoa", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/014.ts b/data/Mega Evolution/Phantasmal Flames/014.ts index 90744c8b7a..d0376a54e0 100644 --- a/data/Mega Evolution/Phantasmal Flames/014.ts +++ b/data/Mega Evolution/Phantasmal Flames/014.ts @@ -51,6 +51,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Kazumasa Yasukuni", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/015.ts b/data/Mega Evolution/Phantasmal Flames/015.ts index 48a2efe028..c5c18ef4b5 100644 --- a/data/Mega Evolution/Phantasmal Flames/015.ts +++ b/data/Mega Evolution/Phantasmal Flames/015.ts @@ -51,6 +51,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "NC Empire", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/016.ts b/data/Mega Evolution/Phantasmal Flames/016.ts index 48e9a0f58b..ced84564b7 100644 --- a/data/Mega Evolution/Phantasmal Flames/016.ts +++ b/data/Mega Evolution/Phantasmal Flames/016.ts @@ -51,6 +51,7 @@ const card: Card = { retreat: 3, regulationMark: "I", + illustrator: "Uta", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/017.ts b/data/Mega Evolution/Phantasmal Flames/017.ts index 833aa6d3b8..40fdfd173e 100644 --- a/data/Mega Evolution/Phantasmal Flames/017.ts +++ b/data/Mega Evolution/Phantasmal Flames/017.ts @@ -65,6 +65,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "AKIRA EGAWA", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/018.ts b/data/Mega Evolution/Phantasmal Flames/018.ts index e3dc92a250..12d0e5c51f 100644 --- a/data/Mega Evolution/Phantasmal Flames/018.ts +++ b/data/Mega Evolution/Phantasmal Flames/018.ts @@ -65,6 +65,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "akagi", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/019.ts b/data/Mega Evolution/Phantasmal Flames/019.ts index cc499da88f..6a2b668a0b 100644 --- a/data/Mega Evolution/Phantasmal Flames/019.ts +++ b/data/Mega Evolution/Phantasmal Flames/019.ts @@ -63,6 +63,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "Tomokazu Komiya", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/020.ts b/data/Mega Evolution/Phantasmal Flames/020.ts index a2ddfe8a53..4d61b030ff 100644 --- a/data/Mega Evolution/Phantasmal Flames/020.ts +++ b/data/Mega Evolution/Phantasmal Flames/020.ts @@ -51,6 +51,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "Gemi", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/021.ts b/data/Mega Evolution/Phantasmal Flames/021.ts index bdd2ff5917..a5fc0e5f07 100644 --- a/data/Mega Evolution/Phantasmal Flames/021.ts +++ b/data/Mega Evolution/Phantasmal Flames/021.ts @@ -51,6 +51,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "svlt", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/022.ts b/data/Mega Evolution/Phantasmal Flames/022.ts index e0fa8a2036..470699c32a 100644 --- a/data/Mega Evolution/Phantasmal Flames/022.ts +++ b/data/Mega Evolution/Phantasmal Flames/022.ts @@ -75,6 +75,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "Taira Akitsu", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/023.ts b/data/Mega Evolution/Phantasmal Flames/023.ts index 516e0d1ab3..0ea0d41a5c 100644 --- a/data/Mega Evolution/Phantasmal Flames/023.ts +++ b/data/Mega Evolution/Phantasmal Flames/023.ts @@ -55,6 +55,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "imoniii", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/024.ts b/data/Mega Evolution/Phantasmal Flames/024.ts index 2a30655605..b94a876ff1 100644 --- a/data/Mega Evolution/Phantasmal Flames/024.ts +++ b/data/Mega Evolution/Phantasmal Flames/024.ts @@ -65,6 +65,7 @@ const card: Card = { retreat: 3, regulationMark: "I", + illustrator: "Shinya Komatsu", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/025.ts b/data/Mega Evolution/Phantasmal Flames/025.ts index 82a7b1ddff..1af37d177b 100644 --- a/data/Mega Evolution/Phantasmal Flames/025.ts +++ b/data/Mega Evolution/Phantasmal Flames/025.ts @@ -75,6 +75,7 @@ const card: Card = { retreat: 4, regulationMark: "I", + illustrator: "Takumi Wada", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/026.ts b/data/Mega Evolution/Phantasmal Flames/026.ts index 17e44ebd4e..9414f0fa49 100644 --- a/data/Mega Evolution/Phantasmal Flames/026.ts +++ b/data/Mega Evolution/Phantasmal Flames/026.ts @@ -51,6 +51,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "Takeshi Nakamura", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/027.ts b/data/Mega Evolution/Phantasmal Flames/027.ts index 336fabd6cf..733c6f83e2 100644 --- a/data/Mega Evolution/Phantasmal Flames/027.ts +++ b/data/Mega Evolution/Phantasmal Flames/027.ts @@ -63,6 +63,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Hideki Ishikawa", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/028.ts b/data/Mega Evolution/Phantasmal Flames/028.ts index ca70b109fc..e744ecd4ec 100644 --- a/data/Mega Evolution/Phantasmal Flames/028.ts +++ b/data/Mega Evolution/Phantasmal Flames/028.ts @@ -63,6 +63,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "Atsuya Uki", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/029.ts b/data/Mega Evolution/Phantasmal Flames/029.ts index 387dc3de5c..149af92574 100644 --- a/data/Mega Evolution/Phantasmal Flames/029.ts +++ b/data/Mega Evolution/Phantasmal Flames/029.ts @@ -75,6 +75,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "5ban Graphics", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/030.ts b/data/Mega Evolution/Phantasmal Flames/030.ts index 63dabd306b..a3a278b512 100644 --- a/data/Mega Evolution/Phantasmal Flames/030.ts +++ b/data/Mega Evolution/Phantasmal Flames/030.ts @@ -51,6 +51,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Ayako Ozaki", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/031.ts b/data/Mega Evolution/Phantasmal Flames/031.ts index 61fec04fe7..9dc4beb378 100644 --- a/data/Mega Evolution/Phantasmal Flames/031.ts +++ b/data/Mega Evolution/Phantasmal Flames/031.ts @@ -51,6 +51,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Orca", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/032.ts b/data/Mega Evolution/Phantasmal Flames/032.ts index af71cf7b2d..abeeb1122c 100644 --- a/data/Mega Evolution/Phantasmal Flames/032.ts +++ b/data/Mega Evolution/Phantasmal Flames/032.ts @@ -63,6 +63,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Shimaris Yukichi", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/033.ts b/data/Mega Evolution/Phantasmal Flames/033.ts index b948300892..6c34fef12e 100644 --- a/data/Mega Evolution/Phantasmal Flames/033.ts +++ b/data/Mega Evolution/Phantasmal Flames/033.ts @@ -41,6 +41,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Taiga Kayama", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/034.ts b/data/Mega Evolution/Phantasmal Flames/034.ts index 5fa00c5174..33dbfc16c6 100644 --- a/data/Mega Evolution/Phantasmal Flames/034.ts +++ b/data/Mega Evolution/Phantasmal Flames/034.ts @@ -51,6 +51,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "satoma", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/035.ts b/data/Mega Evolution/Phantasmal Flames/035.ts index cce00be9b2..6c7081d257 100644 --- a/data/Mega Evolution/Phantasmal Flames/035.ts +++ b/data/Mega Evolution/Phantasmal Flames/035.ts @@ -41,6 +41,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Mousho", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/036.ts b/data/Mega Evolution/Phantasmal Flames/036.ts index ea103d99e2..ade98b3fb9 100644 --- a/data/Mega Evolution/Phantasmal Flames/036.ts +++ b/data/Mega Evolution/Phantasmal Flames/036.ts @@ -83,6 +83,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "5ban Graphics", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/037.ts b/data/Mega Evolution/Phantasmal Flames/037.ts index bebe5bfee5..75fa78d7f5 100644 --- a/data/Mega Evolution/Phantasmal Flames/037.ts +++ b/data/Mega Evolution/Phantasmal Flames/037.ts @@ -41,6 +41,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Gapao", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/038.ts b/data/Mega Evolution/Phantasmal Flames/038.ts index 76cf57a49b..a6a19a9e0c 100644 --- a/data/Mega Evolution/Phantasmal Flames/038.ts +++ b/data/Mega Evolution/Phantasmal Flames/038.ts @@ -65,6 +65,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "Ryuta Fuse", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/039.ts b/data/Mega Evolution/Phantasmal Flames/039.ts index 1cda86502d..6c3c63cd3d 100644 --- a/data/Mega Evolution/Phantasmal Flames/039.ts +++ b/data/Mega Evolution/Phantasmal Flames/039.ts @@ -63,6 +63,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Raita Kazama", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/040.ts b/data/Mega Evolution/Phantasmal Flames/040.ts index 197c801685..919c9b626d 100644 --- a/data/Mega Evolution/Phantasmal Flames/040.ts +++ b/data/Mega Evolution/Phantasmal Flames/040.ts @@ -63,6 +63,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "MINAMINAMI Take", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/041.ts b/data/Mega Evolution/Phantasmal Flames/041.ts index 5a0566514a..d28a042ce4 100644 --- a/data/Mega Evolution/Phantasmal Flames/041.ts +++ b/data/Mega Evolution/Phantasmal Flames/041.ts @@ -75,6 +75,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "aky CG Works", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/042.ts b/data/Mega Evolution/Phantasmal Flames/042.ts index 1001dcff7b..2b25267a07 100644 --- a/data/Mega Evolution/Phantasmal Flames/042.ts +++ b/data/Mega Evolution/Phantasmal Flames/042.ts @@ -63,6 +63,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "miki kudo", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/043.ts b/data/Mega Evolution/Phantasmal Flames/043.ts index 4ee57f172e..dc7743df73 100644 --- a/data/Mega Evolution/Phantasmal Flames/043.ts +++ b/data/Mega Evolution/Phantasmal Flames/043.ts @@ -51,6 +51,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Taiga Kayama", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/044.ts b/data/Mega Evolution/Phantasmal Flames/044.ts index 90a120963c..9f4902a7e9 100644 --- a/data/Mega Evolution/Phantasmal Flames/044.ts +++ b/data/Mega Evolution/Phantasmal Flames/044.ts @@ -51,6 +51,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Narumi Sato", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/045.ts b/data/Mega Evolution/Phantasmal Flames/045.ts index 47f842d561..5dedc70f65 100644 --- a/data/Mega Evolution/Phantasmal Flames/045.ts +++ b/data/Mega Evolution/Phantasmal Flames/045.ts @@ -51,6 +51,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "kawayoo", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/046.ts b/data/Mega Evolution/Phantasmal Flames/046.ts index 2447e1f516..17a68c117d 100644 --- a/data/Mega Evolution/Phantasmal Flames/046.ts +++ b/data/Mega Evolution/Phantasmal Flames/046.ts @@ -49,6 +49,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Takeshi Nakamura", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/047.ts b/data/Mega Evolution/Phantasmal Flames/047.ts index 1dfc5458d7..b5a51ae822 100644 --- a/data/Mega Evolution/Phantasmal Flames/047.ts +++ b/data/Mega Evolution/Phantasmal Flames/047.ts @@ -65,6 +65,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "Tetsu Kayama", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/048.ts b/data/Mega Evolution/Phantasmal Flames/048.ts index a335a0dcbe..8631895eee 100644 --- a/data/Mega Evolution/Phantasmal Flames/048.ts +++ b/data/Mega Evolution/Phantasmal Flames/048.ts @@ -75,6 +75,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "Souichirou Gunjima", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/049.ts b/data/Mega Evolution/Phantasmal Flames/049.ts index 4f7396d948..c67970df3b 100644 --- a/data/Mega Evolution/Phantasmal Flames/049.ts +++ b/data/Mega Evolution/Phantasmal Flames/049.ts @@ -51,6 +51,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Kazumasa Yasukuni", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/050.ts b/data/Mega Evolution/Phantasmal Flames/050.ts index c46a3ca088..faf5d963a2 100644 --- a/data/Mega Evolution/Phantasmal Flames/050.ts +++ b/data/Mega Evolution/Phantasmal Flames/050.ts @@ -51,6 +51,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Dsuke", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/051.ts b/data/Mega Evolution/Phantasmal Flames/051.ts index e3b6812c46..c1e4142728 100644 --- a/data/Mega Evolution/Phantasmal Flames/051.ts +++ b/data/Mega Evolution/Phantasmal Flames/051.ts @@ -51,6 +51,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Uta", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/052.ts b/data/Mega Evolution/Phantasmal Flames/052.ts index 17d257bdb9..9a3fc79753 100644 --- a/data/Mega Evolution/Phantasmal Flames/052.ts +++ b/data/Mega Evolution/Phantasmal Flames/052.ts @@ -41,6 +41,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Miki Tanaka", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/053.ts b/data/Mega Evolution/Phantasmal Flames/053.ts index 4ffb6a21e5..ce396b07ac 100644 --- a/data/Mega Evolution/Phantasmal Flames/053.ts +++ b/data/Mega Evolution/Phantasmal Flames/053.ts @@ -65,6 +65,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Jerky", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/054.ts b/data/Mega Evolution/Phantasmal Flames/054.ts index 5dd5207a2c..7baae9d7b5 100644 --- a/data/Mega Evolution/Phantasmal Flames/054.ts +++ b/data/Mega Evolution/Phantasmal Flames/054.ts @@ -41,6 +41,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Saboteri", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/055.ts b/data/Mega Evolution/Phantasmal Flames/055.ts index e5526e7073..71df62fdb3 100644 --- a/data/Mega Evolution/Phantasmal Flames/055.ts +++ b/data/Mega Evolution/Phantasmal Flames/055.ts @@ -41,6 +41,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Rianti Hidayat", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/056.ts b/data/Mega Evolution/Phantasmal Flames/056.ts index 568c8275fb..45f0f9af6a 100644 --- a/data/Mega Evolution/Phantasmal Flames/056.ts +++ b/data/Mega Evolution/Phantasmal Flames/056.ts @@ -84,6 +84,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "5ban Graphics", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/057.ts b/data/Mega Evolution/Phantasmal Flames/057.ts index f9b0d5649f..1c61766dd3 100644 --- a/data/Mega Evolution/Phantasmal Flames/057.ts +++ b/data/Mega Evolution/Phantasmal Flames/057.ts @@ -51,6 +51,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Tomokazu Komiya", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/058.ts b/data/Mega Evolution/Phantasmal Flames/058.ts index a53cd19b37..d68244fae8 100644 --- a/data/Mega Evolution/Phantasmal Flames/058.ts +++ b/data/Mega Evolution/Phantasmal Flames/058.ts @@ -63,6 +63,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Anesaki Dynamic", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/059.ts b/data/Mega Evolution/Phantasmal Flames/059.ts index 1657ef8987..1824571307 100644 --- a/data/Mega Evolution/Phantasmal Flames/059.ts +++ b/data/Mega Evolution/Phantasmal Flames/059.ts @@ -51,6 +51,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "osare", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/060.ts b/data/Mega Evolution/Phantasmal Flames/060.ts index c1b21297f4..d2e1b0a374 100644 --- a/data/Mega Evolution/Phantasmal Flames/060.ts +++ b/data/Mega Evolution/Phantasmal Flames/060.ts @@ -51,6 +51,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Shin Nagasawa", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/061.ts b/data/Mega Evolution/Phantasmal Flames/061.ts index 1765c31e77..1012ccc994 100644 --- a/data/Mega Evolution/Phantasmal Flames/061.ts +++ b/data/Mega Evolution/Phantasmal Flames/061.ts @@ -83,6 +83,7 @@ const card: Card = { retreat: 0, regulationMark: "I", + illustrator: "5ban Graphics", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/062.ts b/data/Mega Evolution/Phantasmal Flames/062.ts index 591b179e15..0fb093ac0a 100644 --- a/data/Mega Evolution/Phantasmal Flames/062.ts +++ b/data/Mega Evolution/Phantasmal Flames/062.ts @@ -65,6 +65,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "hncl", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/063.ts b/data/Mega Evolution/Phantasmal Flames/063.ts index b49e384185..13e346332e 100644 --- a/data/Mega Evolution/Phantasmal Flames/063.ts +++ b/data/Mega Evolution/Phantasmal Flames/063.ts @@ -63,6 +63,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Takumi Wada", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/064.ts b/data/Mega Evolution/Phantasmal Flames/064.ts index 4d2815c714..32b4163f64 100644 --- a/data/Mega Evolution/Phantasmal Flames/064.ts +++ b/data/Mega Evolution/Phantasmal Flames/064.ts @@ -55,6 +55,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "Taiga Kasai", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/065.ts b/data/Mega Evolution/Phantasmal Flames/065.ts index ed521109f9..2d64ed5465 100644 --- a/data/Mega Evolution/Phantasmal Flames/065.ts +++ b/data/Mega Evolution/Phantasmal Flames/065.ts @@ -55,6 +55,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "Uninori", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/066.ts b/data/Mega Evolution/Phantasmal Flames/066.ts index 22c4e73e51..19c3746442 100644 --- a/data/Mega Evolution/Phantasmal Flames/066.ts +++ b/data/Mega Evolution/Phantasmal Flames/066.ts @@ -65,6 +65,7 @@ const card: Card = { retreat: 3, regulationMark: "I", + illustrator: "Ryuta Fuse", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/067.ts b/data/Mega Evolution/Phantasmal Flames/067.ts index 0f4d70895f..8ce3329c36 100644 --- a/data/Mega Evolution/Phantasmal Flames/067.ts +++ b/data/Mega Evolution/Phantasmal Flames/067.ts @@ -63,6 +63,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "OKACHEKE", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/068.ts b/data/Mega Evolution/Phantasmal Flames/068.ts index f4a331cdd5..23b1a09194 100644 --- a/data/Mega Evolution/Phantasmal Flames/068.ts +++ b/data/Mega Evolution/Phantasmal Flames/068.ts @@ -65,6 +65,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "DOM", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/069.ts b/data/Mega Evolution/Phantasmal Flames/069.ts index 3a87677317..4bb230a142 100644 --- a/data/Mega Evolution/Phantasmal Flames/069.ts +++ b/data/Mega Evolution/Phantasmal Flames/069.ts @@ -75,6 +75,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "akagi", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/070.ts b/data/Mega Evolution/Phantasmal Flames/070.ts index 68096126b6..9eede2cf85 100644 --- a/data/Mega Evolution/Phantasmal Flames/070.ts +++ b/data/Mega Evolution/Phantasmal Flames/070.ts @@ -75,6 +75,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "5ban Graphics", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/071.ts b/data/Mega Evolution/Phantasmal Flames/071.ts index 8dc3a75b56..12234e5fe6 100644 --- a/data/Mega Evolution/Phantasmal Flames/071.ts +++ b/data/Mega Evolution/Phantasmal Flames/071.ts @@ -63,6 +63,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "OKUBO", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/072.ts b/data/Mega Evolution/Phantasmal Flames/072.ts index a8019ba042..1689f4143a 100644 --- a/data/Mega Evolution/Phantasmal Flames/072.ts +++ b/data/Mega Evolution/Phantasmal Flames/072.ts @@ -73,6 +73,7 @@ const card: Card = { retreat: 3, regulationMark: "I", + illustrator: "Masako Tomii", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/073.ts b/data/Mega Evolution/Phantasmal Flames/073.ts index 3967757e63..0728808f7a 100644 --- a/data/Mega Evolution/Phantasmal Flames/073.ts +++ b/data/Mega Evolution/Phantasmal Flames/073.ts @@ -63,6 +63,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Bun Toujo", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/074.ts b/data/Mega Evolution/Phantasmal Flames/074.ts index 044b7202e6..47486adefa 100644 --- a/data/Mega Evolution/Phantasmal Flames/074.ts +++ b/data/Mega Evolution/Phantasmal Flames/074.ts @@ -51,6 +51,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "Shinji Kanda", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/075.ts b/data/Mega Evolution/Phantasmal Flames/075.ts index b000ea0f1d..108b6a7224 100644 --- a/data/Mega Evolution/Phantasmal Flames/075.ts +++ b/data/Mega Evolution/Phantasmal Flames/075.ts @@ -51,6 +51,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "toriyufu", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/076.ts b/data/Mega Evolution/Phantasmal Flames/076.ts index 7c3e074c2c..06312ee270 100644 --- a/data/Mega Evolution/Phantasmal Flames/076.ts +++ b/data/Mega Evolution/Phantasmal Flames/076.ts @@ -51,6 +51,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Naoyo Kimura", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/077.ts b/data/Mega Evolution/Phantasmal Flames/077.ts index f39144e65c..43029a2dbe 100644 --- a/data/Mega Evolution/Phantasmal Flames/077.ts +++ b/data/Mega Evolution/Phantasmal Flames/077.ts @@ -65,6 +65,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "Naoyo Kimura", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/078.ts b/data/Mega Evolution/Phantasmal Flames/078.ts index 5682b14acb..ad9a159b2b 100644 --- a/data/Mega Evolution/Phantasmal Flames/078.ts +++ b/data/Mega Evolution/Phantasmal Flames/078.ts @@ -51,6 +51,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Saboteri", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/079.ts b/data/Mega Evolution/Phantasmal Flames/079.ts index 88b04564d2..261e541c27 100644 --- a/data/Mega Evolution/Phantasmal Flames/079.ts +++ b/data/Mega Evolution/Phantasmal Flames/079.ts @@ -63,6 +63,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "hncl", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/080.ts b/data/Mega Evolution/Phantasmal Flames/080.ts index cd75e36d1a..8dfe00205b 100644 --- a/data/Mega Evolution/Phantasmal Flames/080.ts +++ b/data/Mega Evolution/Phantasmal Flames/080.ts @@ -63,6 +63,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "REND", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/081.ts b/data/Mega Evolution/Phantasmal Flames/081.ts index 8d00c8be0d..c19330a5b8 100644 --- a/data/Mega Evolution/Phantasmal Flames/081.ts +++ b/data/Mega Evolution/Phantasmal Flames/081.ts @@ -51,6 +51,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Dsuke", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/082.ts b/data/Mega Evolution/Phantasmal Flames/082.ts index 83ae989b16..09f513d6e2 100644 --- a/data/Mega Evolution/Phantasmal Flames/082.ts +++ b/data/Mega Evolution/Phantasmal Flames/082.ts @@ -65,6 +65,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "nagimiso", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/083.ts b/data/Mega Evolution/Phantasmal Flames/083.ts index c11f02e2c8..d9a14573f1 100644 --- a/data/Mega Evolution/Phantasmal Flames/083.ts +++ b/data/Mega Evolution/Phantasmal Flames/083.ts @@ -63,6 +63,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "tono", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/084.ts b/data/Mega Evolution/Phantasmal Flames/084.ts index 8eea2a5798..c6aed5fa29 100644 --- a/data/Mega Evolution/Phantasmal Flames/084.ts +++ b/data/Mega Evolution/Phantasmal Flames/084.ts @@ -84,6 +84,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "5ban Graphics", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/085.ts b/data/Mega Evolution/Phantasmal Flames/085.ts index 065e818d9b..e4500b6165 100644 --- a/data/Mega Evolution/Phantasmal Flames/085.ts +++ b/data/Mega Evolution/Phantasmal Flames/085.ts @@ -30,6 +30,7 @@ const card: Card = { trainerType: "Stadium", regulationMark: "I", + illustrator: "MARINA Chikazawa", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/086.ts b/data/Mega Evolution/Phantasmal Flames/086.ts index f30f51f971..27325b25b8 100644 --- a/data/Mega Evolution/Phantasmal Flames/086.ts +++ b/data/Mega Evolution/Phantasmal Flames/086.ts @@ -30,6 +30,7 @@ const card: Card = { trainerType: "Item", regulationMark: "I", + illustrator: "Toyste Beach", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/087.ts b/data/Mega Evolution/Phantasmal Flames/087.ts index 3d44acbfd6..417080b718 100644 --- a/data/Mega Evolution/Phantasmal Flames/087.ts +++ b/data/Mega Evolution/Phantasmal Flames/087.ts @@ -30,6 +30,7 @@ const card: Card = { trainerType: "Supporter", regulationMark: "I", + illustrator: "Yuu Nishida", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/088.ts b/data/Mega Evolution/Phantasmal Flames/088.ts index 02b0d6731a..7129f4eeca 100644 --- a/data/Mega Evolution/Phantasmal Flames/088.ts +++ b/data/Mega Evolution/Phantasmal Flames/088.ts @@ -30,6 +30,7 @@ const card: Card = { trainerType: "Stadium", regulationMark: "I", + illustrator: "AYUMI ODASHIMA", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/089.ts b/data/Mega Evolution/Phantasmal Flames/089.ts index 9fde60304f..27f4339c8b 100644 --- a/data/Mega Evolution/Phantasmal Flames/089.ts +++ b/data/Mega Evolution/Phantasmal Flames/089.ts @@ -30,6 +30,7 @@ const card: Card = { trainerType: "Supporter", regulationMark: "I", + illustrator: "Naoki Saito", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/090.ts b/data/Mega Evolution/Phantasmal Flames/090.ts index 76b9d89035..21c585d355 100644 --- a/data/Mega Evolution/Phantasmal Flames/090.ts +++ b/data/Mega Evolution/Phantasmal Flames/090.ts @@ -30,6 +30,7 @@ const card: Card = { trainerType: "Supporter", regulationMark: "I", + illustrator: "GIDORA", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/091.ts b/data/Mega Evolution/Phantasmal Flames/091.ts index 692291fc90..4c18e0cfae 100644 --- a/data/Mega Evolution/Phantasmal Flames/091.ts +++ b/data/Mega Evolution/Phantasmal Flames/091.ts @@ -30,6 +30,7 @@ const card: Card = { trainerType: "Item", regulationMark: "I", + illustrator: "AYUMI ODASHIMA", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/092.ts b/data/Mega Evolution/Phantasmal Flames/092.ts index d6c8751ad8..9f827df731 100644 --- a/data/Mega Evolution/Phantasmal Flames/092.ts +++ b/data/Mega Evolution/Phantasmal Flames/092.ts @@ -30,6 +30,7 @@ const card: Card = { trainerType: "Tool", regulationMark: "I", + illustrator: "Studio Bora Inc.", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/093.ts b/data/Mega Evolution/Phantasmal Flames/093.ts index d3afd44905..4e3d2e11b4 100644 --- a/data/Mega Evolution/Phantasmal Flames/093.ts +++ b/data/Mega Evolution/Phantasmal Flames/093.ts @@ -30,6 +30,7 @@ const card: Card = { trainerType: "Tool", regulationMark: "I", + illustrator: "Toyste Beach", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/094.ts b/data/Mega Evolution/Phantasmal Flames/094.ts index b52a0d88d7..6a22df5e83 100644 --- a/data/Mega Evolution/Phantasmal Flames/094.ts +++ b/data/Mega Evolution/Phantasmal Flames/094.ts @@ -30,6 +30,7 @@ const card: Card = { trainerType: "Item", regulationMark: "I", + illustrator: "Studio Bora Inc.", variants: [ { type: "normal", diff --git a/data/Mega Evolution/Phantasmal Flames/095.ts b/data/Mega Evolution/Phantasmal Flames/095.ts index 87f17e266c..50e5ef41ad 100644 --- a/data/Mega Evolution/Phantasmal Flames/095.ts +++ b/data/Mega Evolution/Phantasmal Flames/095.ts @@ -65,6 +65,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "Jerky", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/096.ts b/data/Mega Evolution/Phantasmal Flames/096.ts index f0e04e533e..27818b475c 100644 --- a/data/Mega Evolution/Phantasmal Flames/096.ts +++ b/data/Mega Evolution/Phantasmal Flames/096.ts @@ -51,6 +51,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Nakamura Ippan", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/097.ts b/data/Mega Evolution/Phantasmal Flames/097.ts index 27de3989c3..4cdee93d90 100644 --- a/data/Mega Evolution/Phantasmal Flames/097.ts +++ b/data/Mega Evolution/Phantasmal Flames/097.ts @@ -75,6 +75,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "Taira Akitsu", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/098.ts b/data/Mega Evolution/Phantasmal Flames/098.ts index dfc313ee2e..fd2ab60631 100644 --- a/data/Mega Evolution/Phantasmal Flames/098.ts +++ b/data/Mega Evolution/Phantasmal Flames/098.ts @@ -63,6 +63,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Jiro Sasumo", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/099.ts b/data/Mega Evolution/Phantasmal Flames/099.ts index fd89c5edc7..473b496d79 100644 --- a/data/Mega Evolution/Phantasmal Flames/099.ts +++ b/data/Mega Evolution/Phantasmal Flames/099.ts @@ -51,6 +51,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Ayako Ozaki", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/100.ts b/data/Mega Evolution/Phantasmal Flames/100.ts index 3ae8d51454..19ff51cf64 100644 --- a/data/Mega Evolution/Phantasmal Flames/100.ts +++ b/data/Mega Evolution/Phantasmal Flames/100.ts @@ -51,6 +51,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "Yoriyuki Ikegami", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/101.ts b/data/Mega Evolution/Phantasmal Flames/101.ts index 391f16af2a..b402af381a 100644 --- a/data/Mega Evolution/Phantasmal Flames/101.ts +++ b/data/Mega Evolution/Phantasmal Flames/101.ts @@ -65,6 +65,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Ryoto Muriyama", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/102.ts b/data/Mega Evolution/Phantasmal Flames/102.ts index 73886bc1da..08e095170f 100644 --- a/data/Mega Evolution/Phantasmal Flames/102.ts +++ b/data/Mega Evolution/Phantasmal Flames/102.ts @@ -51,6 +51,7 @@ const card: Card = { retreat: 1, regulationMark: "H", + illustrator: "OKACHEKE", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/103.ts b/data/Mega Evolution/Phantasmal Flames/103.ts index d439a0dec6..0f3308bdab 100644 --- a/data/Mega Evolution/Phantasmal Flames/103.ts +++ b/data/Mega Evolution/Phantasmal Flames/103.ts @@ -65,6 +65,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "DOM", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/104.ts b/data/Mega Evolution/Phantasmal Flames/104.ts index 83236b3d48..ba50da6133 100644 --- a/data/Mega Evolution/Phantasmal Flames/104.ts +++ b/data/Mega Evolution/Phantasmal Flames/104.ts @@ -63,6 +63,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Bun Toujo", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/105.ts b/data/Mega Evolution/Phantasmal Flames/105.ts index 9bea628ee7..9bbd9c5613 100644 --- a/data/Mega Evolution/Phantasmal Flames/105.ts +++ b/data/Mega Evolution/Phantasmal Flames/105.ts @@ -65,6 +65,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "Naoyo Kimura", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/106.ts b/data/Mega Evolution/Phantasmal Flames/106.ts index 374290a78c..67e90290d0 100644 --- a/data/Mega Evolution/Phantasmal Flames/106.ts +++ b/data/Mega Evolution/Phantasmal Flames/106.ts @@ -51,6 +51,7 @@ const card: Card = { retreat: 1, regulationMark: "H", + illustrator: "Uninori", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/107.ts b/data/Mega Evolution/Phantasmal Flames/107.ts index 838a07d53f..4c388555fe 100644 --- a/data/Mega Evolution/Phantasmal Flames/107.ts +++ b/data/Mega Evolution/Phantasmal Flames/107.ts @@ -63,6 +63,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Shigenori Negishi", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/108.ts b/data/Mega Evolution/Phantasmal Flames/108.ts index de1f2ef97e..c2f1a41577 100644 --- a/data/Mega Evolution/Phantasmal Flames/108.ts +++ b/data/Mega Evolution/Phantasmal Flames/108.ts @@ -75,6 +75,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "5ban Graphics", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/109.ts b/data/Mega Evolution/Phantasmal Flames/109.ts index f35ca4dede..19f6629766 100644 --- a/data/Mega Evolution/Phantasmal Flames/109.ts +++ b/data/Mega Evolution/Phantasmal Flames/109.ts @@ -51,6 +51,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "takuyoa", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/110.ts b/data/Mega Evolution/Phantasmal Flames/110.ts index 1433bfcde9..34b1d832e5 100644 --- a/data/Mega Evolution/Phantasmal Flames/110.ts +++ b/data/Mega Evolution/Phantasmal Flames/110.ts @@ -65,6 +65,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "akagi", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/111.ts b/data/Mega Evolution/Phantasmal Flames/111.ts index 28e2f9382e..828a4ff8f5 100644 --- a/data/Mega Evolution/Phantasmal Flames/111.ts +++ b/data/Mega Evolution/Phantasmal Flames/111.ts @@ -75,6 +75,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "5ban Graphics", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/112.ts b/data/Mega Evolution/Phantasmal Flames/112.ts index 4cef506a28..29b6cb8454 100644 --- a/data/Mega Evolution/Phantasmal Flames/112.ts +++ b/data/Mega Evolution/Phantasmal Flames/112.ts @@ -83,6 +83,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "5ban Graphics", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/113.ts b/data/Mega Evolution/Phantasmal Flames/113.ts index 3370406278..4906d61c41 100644 --- a/data/Mega Evolution/Phantasmal Flames/113.ts +++ b/data/Mega Evolution/Phantasmal Flames/113.ts @@ -83,6 +83,7 @@ const card: Card = { retreat: 0, regulationMark: "I", + illustrator: "5ban Graphics", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/114.ts b/data/Mega Evolution/Phantasmal Flames/114.ts index 4448e9e603..3a7bab7372 100644 --- a/data/Mega Evolution/Phantasmal Flames/114.ts +++ b/data/Mega Evolution/Phantasmal Flames/114.ts @@ -75,6 +75,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "5ban Graphics", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/115.ts b/data/Mega Evolution/Phantasmal Flames/115.ts index 289f6a3ff6..943279b1f4 100644 --- a/data/Mega Evolution/Phantasmal Flames/115.ts +++ b/data/Mega Evolution/Phantasmal Flames/115.ts @@ -84,6 +84,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "5ban Graphics", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/116.ts b/data/Mega Evolution/Phantasmal Flames/116.ts index 3c83ef01cd..ff32eb4bc6 100644 --- a/data/Mega Evolution/Phantasmal Flames/116.ts +++ b/data/Mega Evolution/Phantasmal Flames/116.ts @@ -30,6 +30,7 @@ const card: Card = { trainerType: "Stadium", regulationMark: "I", + illustrator: "MARINA Chikazawa", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/117.ts b/data/Mega Evolution/Phantasmal Flames/117.ts index c02f497972..57f57593b6 100644 --- a/data/Mega Evolution/Phantasmal Flames/117.ts +++ b/data/Mega Evolution/Phantasmal Flames/117.ts @@ -30,6 +30,7 @@ const card: Card = { trainerType: "Item", regulationMark: "I", + illustrator: "Toyste Beach", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/118.ts b/data/Mega Evolution/Phantasmal Flames/118.ts index da0b1b2390..8d551438f3 100644 --- a/data/Mega Evolution/Phantasmal Flames/118.ts +++ b/data/Mega Evolution/Phantasmal Flames/118.ts @@ -30,6 +30,7 @@ const card: Card = { trainerType: "Supporter", regulationMark: "I", + illustrator: "Yuu Nishida", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/119.ts b/data/Mega Evolution/Phantasmal Flames/119.ts index 6ab08ea281..2ab4719193 100644 --- a/data/Mega Evolution/Phantasmal Flames/119.ts +++ b/data/Mega Evolution/Phantasmal Flames/119.ts @@ -30,6 +30,7 @@ const card: Card = { trainerType: "Supporter", regulationMark: "I", + illustrator: "Naoki Saito", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/120.ts b/data/Mega Evolution/Phantasmal Flames/120.ts index 2d1eadb2b3..65efa88568 100644 --- a/data/Mega Evolution/Phantasmal Flames/120.ts +++ b/data/Mega Evolution/Phantasmal Flames/120.ts @@ -30,6 +30,7 @@ const card: Card = { trainerType: "Supporter", regulationMark: "I", + illustrator: "GIDORA", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/121.ts b/data/Mega Evolution/Phantasmal Flames/121.ts index bf7e86fef5..d5ddd8c4bd 100644 --- a/data/Mega Evolution/Phantasmal Flames/121.ts +++ b/data/Mega Evolution/Phantasmal Flames/121.ts @@ -30,6 +30,7 @@ const card: Card = { trainerType: "Tool", regulationMark: "I", + illustrator: "Studio Bora Inc.", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/122.ts b/data/Mega Evolution/Phantasmal Flames/122.ts index 0b4029b548..9bcb076acf 100644 --- a/data/Mega Evolution/Phantasmal Flames/122.ts +++ b/data/Mega Evolution/Phantasmal Flames/122.ts @@ -30,6 +30,7 @@ const card: Card = { trainerType: "Tool", regulationMark: "I", + illustrator: "Toyste Beach", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/123.ts b/data/Mega Evolution/Phantasmal Flames/123.ts index 57af5d20b0..097deaab60 100644 --- a/data/Mega Evolution/Phantasmal Flames/123.ts +++ b/data/Mega Evolution/Phantasmal Flames/123.ts @@ -30,6 +30,7 @@ const card: Card = { trainerType: "Item", regulationMark: "I", + illustrator: "Studio Bora Inc.", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/125.ts b/data/Mega Evolution/Phantasmal Flames/125.ts index e407b4e651..67c7a578e3 100644 --- a/data/Mega Evolution/Phantasmal Flames/125.ts +++ b/data/Mega Evolution/Phantasmal Flames/125.ts @@ -51,6 +51,7 @@ const card: Card = { retreat: 2, regulationMark: "I", + illustrator: "takuyoa", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/126.ts b/data/Mega Evolution/Phantasmal Flames/126.ts index b5edf4d3f1..80c85e40ab 100644 --- a/data/Mega Evolution/Phantasmal Flames/126.ts +++ b/data/Mega Evolution/Phantasmal Flames/126.ts @@ -75,6 +75,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "5ban Graphics", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/127.ts b/data/Mega Evolution/Phantasmal Flames/127.ts index 6be934d709..2981323f9c 100644 --- a/data/Mega Evolution/Phantasmal Flames/127.ts +++ b/data/Mega Evolution/Phantasmal Flames/127.ts @@ -83,6 +83,7 @@ const card: Card = { retreat: 0, regulationMark: "I", + illustrator: "nagimiso", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/128.ts b/data/Mega Evolution/Phantasmal Flames/128.ts index 2140491f1e..e749e247c3 100644 --- a/data/Mega Evolution/Phantasmal Flames/128.ts +++ b/data/Mega Evolution/Phantasmal Flames/128.ts @@ -84,6 +84,7 @@ const card: Card = { retreat: 1, regulationMark: "I", + illustrator: "Kinu Nishimura", variants: [ { type: "holo", diff --git a/data/Mega Evolution/Phantasmal Flames/129.ts b/data/Mega Evolution/Phantasmal Flames/129.ts index 7a974ad4c8..6a75ed96b7 100644 --- a/data/Mega Evolution/Phantasmal Flames/129.ts +++ b/data/Mega Evolution/Phantasmal Flames/129.ts @@ -30,6 +30,7 @@ const card: Card = { trainerType: "Supporter", regulationMark: "I", + illustrator: "Yuu Nishida", variants: [ { type: "holo", diff --git a/data/Scarlet & Violet/SVP Black Star Promos/001.ts b/data/Scarlet & Violet/SVP Black Star Promos/001.ts index 5ba788d5f7..e118526326 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/001.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/001.ts @@ -46,7 +46,12 @@ const card: Card = { retreat: 1, regulationMark: "G", - illustrator: "Yuu Nishida" + illustrator: "Yuu Nishida", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/002.ts b/data/Scarlet & Violet/SVP Black Star Promos/002.ts index 135f1e0626..4e5cd5f613 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/002.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/002.ts @@ -46,7 +46,12 @@ const card: Card = { retreat: 2, regulationMark: "G", - illustrator: "Ryuta Fuse" + illustrator: "Ryuta Fuse", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/003.ts b/data/Scarlet & Violet/SVP Black Star Promos/003.ts index 2243167aee..3dcaa45e79 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/003.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/003.ts @@ -46,7 +46,12 @@ const card: Card = { retreat: 1, regulationMark: "G", - illustrator: "Narumi Sato" + illustrator: "Narumi Sato", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/004.ts b/data/Scarlet & Violet/SVP Black Star Promos/004.ts index fd8bf71300..6e55011ad9 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/004.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/004.ts @@ -69,7 +69,12 @@ const card: Card = { retreat: 1, regulationMark: "G", suffix: "ex", - illustrator: "PLANETA Yamashita" + illustrator: "PLANETA Yamashita", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/005.ts b/data/Scarlet & Violet/SVP Black Star Promos/005.ts index 396ad12fd4..b162d5cf29 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/005.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/005.ts @@ -67,7 +67,12 @@ const card: Card = { retreat: 2, regulationMark: "G", - illustrator: "kodama" + illustrator: "kodama", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/006.ts b/data/Scarlet & Violet/SVP Black Star Promos/006.ts index 941fb86fe6..742c9396c0 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/006.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/006.ts @@ -76,7 +76,12 @@ const card: Card = { retreat: 0, regulationMark: "G", - illustrator: "GIDORA" + illustrator: "GIDORA", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/007.ts b/data/Scarlet & Violet/SVP Black Star Promos/007.ts index 50b1f84685..be943c3057 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/007.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/007.ts @@ -59,7 +59,12 @@ const card: Card = { retreat: 1, regulationMark: "G", - illustrator: "Yuya Oka" + illustrator: "Yuya Oka", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/008.ts b/data/Scarlet & Violet/SVP Black Star Promos/008.ts index eead82b0da..ba63158824 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/008.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/008.ts @@ -76,7 +76,12 @@ const card: Card = { retreat: 2, regulationMark: "G", - illustrator: "DOM" + illustrator: "DOM", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/009.ts b/data/Scarlet & Violet/SVP Black Star Promos/009.ts index 432f7717a6..d1734cb47a 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/009.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/009.ts @@ -67,7 +67,12 @@ const card: Card = { retreat: 2, regulationMark: "G", - illustrator: "Anesaki Dynamic" + illustrator: "Anesaki Dynamic", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/010.ts b/data/Scarlet & Violet/SVP Black Star Promos/010.ts index a8124d656c..bf472c3817 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/010.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/010.ts @@ -67,7 +67,12 @@ const card: Card = { retreat: 0, regulationMark: "G", - illustrator: "Sanosuke Sakuma" + illustrator: "Sanosuke Sakuma", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/011.ts b/data/Scarlet & Violet/SVP Black Star Promos/011.ts index f680c4ebdb..92e1a205a7 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/011.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/011.ts @@ -67,7 +67,12 @@ const card: Card = { retreat: 3, regulationMark: "G", - illustrator: "Ryuta Fuse" + illustrator: "Ryuta Fuse", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/012.ts b/data/Scarlet & Violet/SVP Black Star Promos/012.ts index b9cb4ff5b2..e9cd38bb0a 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/012.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/012.ts @@ -59,7 +59,12 @@ const card: Card = { retreat: 4, regulationMark: "G", - illustrator: "Shin Nagasawa" + illustrator: "Shin Nagasawa", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/013.ts b/data/Scarlet & Violet/SVP Black Star Promos/013.ts index df0f561a60..af243d6fdc 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/013.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/013.ts @@ -59,7 +59,12 @@ const card: Card = { retreat: 1, regulationMark: "G", - illustrator: "Akira Komayama" + illustrator: "Akira Komayama", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/014.ts b/data/Scarlet & Violet/SVP Black Star Promos/014.ts index 7950a0eb91..00f9f87d6d 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/014.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/014.ts @@ -59,7 +59,12 @@ const card: Card = { retreat: 2, regulationMark: "G", - illustrator: "Mina Nakai" + illustrator: "Mina Nakai", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/015.ts b/data/Scarlet & Violet/SVP Black Star Promos/015.ts index 458c431fa5..c129f763a3 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/015.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/015.ts @@ -67,7 +67,12 @@ const card: Card = { retreat: 2, regulationMark: "G", - illustrator: "0313" + illustrator: "0313", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/016.ts b/data/Scarlet & Violet/SVP Black Star Promos/016.ts index 20db65ccc8..0ed0881326 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/016.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/016.ts @@ -68,7 +68,12 @@ const card: Card = { retreat: 2, regulationMark: "G", suffix: "ex", - illustrator: "PLANETA Tsuji" + illustrator: "PLANETA Tsuji", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/017.ts b/data/Scarlet & Violet/SVP Black Star Promos/017.ts index 2bf6812fd3..4137d66d6e 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/017.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/017.ts @@ -68,7 +68,12 @@ const card: Card = { retreat: 2, regulationMark: "G", suffix: "ex", - illustrator: "5ban Graphics" + illustrator: "5ban Graphics", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/018.ts b/data/Scarlet & Violet/SVP Black Star Promos/018.ts index 941b160abc..ba92b1a6fd 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/018.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/018.ts @@ -69,7 +69,12 @@ const card: Card = { retreat: 1, regulationMark: "G", suffix: "ex", - illustrator: "5ban Graphics" + illustrator: "5ban Graphics", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/019.ts b/data/Scarlet & Violet/SVP Black Star Promos/019.ts index 2b2c1f979b..d38ef2b9e5 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/019.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/019.ts @@ -67,7 +67,12 @@ const card: Card = { retreat: 2, regulationMark: "G", - illustrator: "Oswaldo KATO" + illustrator: "Oswaldo KATO", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/020.ts b/data/Scarlet & Violet/SVP Black Star Promos/020.ts index 996eb59f09..4579967761 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/020.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/020.ts @@ -76,7 +76,12 @@ const card: Card = { retreat: 2, regulationMark: "G", - illustrator: "Anesaki Dynamic" + illustrator: "Anesaki Dynamic", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/021.ts b/data/Scarlet & Violet/SVP Black Star Promos/021.ts index 3207c5fce4..f1a1eb2d93 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/021.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/021.ts @@ -68,7 +68,12 @@ const card: Card = { retreat: 1, regulationMark: "G", - illustrator: "Shiburingaru" + illustrator: "Shiburingaru", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/022.ts b/data/Scarlet & Violet/SVP Black Star Promos/022.ts index 2186d73f0f..7ee596c217 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/022.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/022.ts @@ -67,7 +67,12 @@ const card: Card = { retreat: 2, regulationMark: "G", - illustrator: "Nisota Niso" + illustrator: "Nisota Niso", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/023.ts b/data/Scarlet & Violet/SVP Black Star Promos/023.ts index b220ee122a..0e2b9d993a 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/023.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/023.ts @@ -57,7 +57,12 @@ const card: Card = { retreat: 1, regulationMark: "G", - illustrator: "Misa Tsutsui" + illustrator: "Misa Tsutsui", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/024.ts b/data/Scarlet & Violet/SVP Black Star Promos/024.ts index a5ac0c6e32..30c263de2a 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/024.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/024.ts @@ -57,7 +57,12 @@ const card: Card = { retreat: 3, regulationMark: "G", - illustrator: "Uta" + illustrator: "Uta", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/025.ts b/data/Scarlet & Violet/SVP Black Star Promos/025.ts index 3cdf1c39c0..a2a62d58ec 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/025.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/025.ts @@ -46,7 +46,12 @@ const card: Card = { retreat: 2, regulationMark: "G", - illustrator: "Kouki Saitou" + illustrator: "Kouki Saitou", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/026.ts b/data/Scarlet & Violet/SVP Black Star Promos/026.ts index 86b539db1a..f48ea6c18a 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/026.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/026.ts @@ -44,7 +44,12 @@ const card: Card = { retreat: 1, regulationMark: "G", - illustrator: "Mina Nakai" + illustrator: "Mina Nakai", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/027.ts b/data/Scarlet & Violet/SVP Black Star Promos/027.ts index 19379f3c52..6a62543f26 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/027.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/027.ts @@ -46,7 +46,12 @@ const card: Card = { retreat: 1, regulationMark: "G", - illustrator: "Atsushi Furusawa" + illustrator: "Atsushi Furusawa", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/028.ts b/data/Scarlet & Violet/SVP Black Star Promos/028.ts index 6e8b3444be..876d20ca08 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/028.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/028.ts @@ -69,7 +69,12 @@ const card: Card = { retreat: 1, regulationMark: "G", suffix: "ex", - illustrator: "5ban Graphics" + illustrator: "5ban Graphics", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/029.ts b/data/Scarlet & Violet/SVP Black Star Promos/029.ts index 8e1044ce40..21d67f90cc 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/029.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/029.ts @@ -69,7 +69,12 @@ const card: Card = { retreat: 2, regulationMark: "G", suffix: "ex", - illustrator: "aky CG Works" + illustrator: "aky CG Works", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/030.ts b/data/Scarlet & Violet/SVP Black Star Promos/030.ts index ebe6a527e0..d86f866dc2 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/030.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/030.ts @@ -69,7 +69,12 @@ const card: Card = { retreat: 2, regulationMark: "G", suffix: "ex", - illustrator: "aky CG Works" + illustrator: "aky CG Works", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/031.ts b/data/Scarlet & Violet/SVP Black Star Promos/031.ts index fefe6ef7ca..0ce7cdb6b6 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/031.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/031.ts @@ -77,7 +77,12 @@ const card: Card = { retreat: 2, regulationMark: "G", suffix: "ex", - illustrator: "takuyoa" + illustrator: "takuyoa", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/032.ts b/data/Scarlet & Violet/SVP Black Star Promos/032.ts index 33547fa87d..af9ddecf2f 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/032.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/032.ts @@ -68,7 +68,12 @@ const card: Card = { retreat: 2, regulationMark: "G", suffix: "ex", - illustrator: "PLANETA Hiiragi" + illustrator: "PLANETA Hiiragi", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/033.ts b/data/Scarlet & Violet/SVP Black Star Promos/033.ts index aced427459..47d69c6a75 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/033.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/033.ts @@ -77,7 +77,12 @@ const card: Card = { retreat: 2, regulationMark: "G", suffix: "ex", - illustrator: "5ban Graphics" + illustrator: "5ban Graphics", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/034.ts b/data/Scarlet & Violet/SVP Black Star Promos/034.ts index 5409376b37..0def4c33ce 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/034.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/034.ts @@ -77,7 +77,12 @@ const card: Card = { retreat: 3, regulationMark: "G", suffix: "ex", - illustrator: "5ban Graphics" + illustrator: "5ban Graphics", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/035.ts b/data/Scarlet & Violet/SVP Black Star Promos/035.ts index f2a10416db..3c385ec921 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/035.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/035.ts @@ -77,7 +77,12 @@ const card: Card = { retreat: 2, regulationMark: "G", suffix: "ex", - illustrator: "5ban Graphics" + illustrator: "5ban Graphics", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/036.ts b/data/Scarlet & Violet/SVP Black Star Promos/036.ts index b646409819..cb41f173e6 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/036.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/036.ts @@ -76,7 +76,12 @@ const card: Card = { retreat: 2, regulationMark: "G", - illustrator: "nagimiso" + illustrator: "nagimiso", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/037.ts b/data/Scarlet & Violet/SVP Black Star Promos/037.ts index a04b035e8d..aa6ed0c1c4 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/037.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/037.ts @@ -42,7 +42,12 @@ const card: Card = { retreat: 0, regulationMark: "G", - illustrator: "Mina Nakai" + illustrator: "Mina Nakai", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/038.ts b/data/Scarlet & Violet/SVP Black Star Promos/038.ts index 1c730a8b0e..1a109d41d9 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/038.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/038.ts @@ -76,7 +76,12 @@ const card: Card = { retreat: 0, regulationMark: "G", - illustrator: "OKACHEKE" + illustrator: "OKACHEKE", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/039.ts b/data/Scarlet & Violet/SVP Black Star Promos/039.ts index 240899199d..3f68380e3c 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/039.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/039.ts @@ -59,7 +59,12 @@ const card: Card = { retreat: 1, regulationMark: "G", - illustrator: "Souichirou Gunjima" + illustrator: "Souichirou Gunjima", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/040.ts b/data/Scarlet & Violet/SVP Black Star Promos/040.ts index cf6f52e4af..b951335552 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/040.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/040.ts @@ -46,7 +46,12 @@ const card: Card = { retreat: 1, regulationMark: "G", - illustrator: "Ryuta Fuse" + illustrator: "Ryuta Fuse", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/041.ts b/data/Scarlet & Violet/SVP Black Star Promos/041.ts index 8f5948d212..c7f76240f6 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/041.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/041.ts @@ -57,7 +57,12 @@ const card: Card = { retreat: 1, regulationMark: "G", - illustrator: "kirisAki" + illustrator: "kirisAki", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/042.ts b/data/Scarlet & Violet/SVP Black Star Promos/042.ts index 676dee01fd..602249a1e6 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/042.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/042.ts @@ -65,7 +65,12 @@ const card: Card = { retreat: 3, regulationMark: "G", - illustrator: "Pani Kobayashi" + illustrator: "Pani Kobayashi", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/043.ts b/data/Scarlet & Violet/SVP Black Star Promos/043.ts index f3fdbf7ee3..2d5da86b7a 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/043.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/043.ts @@ -57,7 +57,12 @@ const card: Card = { retreat: 1, regulationMark: "G", - illustrator: "saino misaki" + illustrator: "saino misaki", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/044.ts b/data/Scarlet & Violet/SVP Black Star Promos/044.ts index 1da7e5db12..a3cba29c69 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/044.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/044.ts @@ -46,7 +46,12 @@ const card: Card = { retreat: 1, regulationMark: "G", - illustrator: "MINAMINAMI Take" + illustrator: "MINAMINAMI Take", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/045.ts b/data/Scarlet & Violet/SVP Black Star Promos/045.ts index e489b24ef1..cc4ab169f7 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/045.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/045.ts @@ -27,7 +27,12 @@ const card: Card = { trainerType: "Stadium", regulationMark: "G", - illustrator: "Naoki Saito" + illustrator: "Naoki Saito", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/046.ts b/data/Scarlet & Violet/SVP Black Star Promos/046.ts index 24f46a347c..3c9af632a6 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/046.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/046.ts @@ -37,7 +37,12 @@ const card: Card = { retreat: 2, regulationMark: "G", - illustrator: "OKACHEKE" + illustrator: "OKACHEKE", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/047.ts b/data/Scarlet & Violet/SVP Black Star Promos/047.ts index dc51471093..614d54d651 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/047.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/047.ts @@ -46,7 +46,12 @@ const card: Card = { retreat: 1, regulationMark: "G", - illustrator: "NC Empire" + illustrator: "NC Empire", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/048.ts b/data/Scarlet & Violet/SVP Black Star Promos/048.ts index b3f264e0aa..17538e8cbd 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/048.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/048.ts @@ -46,7 +46,12 @@ const card: Card = { retreat: 2, regulationMark: "G", - illustrator: "Gemi" + illustrator: "Gemi", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/049.ts b/data/Scarlet & Violet/SVP Black Star Promos/049.ts index ce7629bb76..e1a39f94b7 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/049.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/049.ts @@ -69,7 +69,12 @@ const card: Card = { retreat: 2, regulationMark: "G", suffix: "ex", - illustrator: "takuyoa" + illustrator: "takuyoa", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/050.ts b/data/Scarlet & Violet/SVP Black Star Promos/050.ts index f64de859bb..057a17670a 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/050.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/050.ts @@ -77,7 +77,12 @@ const card: Card = { retreat: 1, regulationMark: "G", suffix: "ex", - illustrator: "Mitsuhiro Arita" + illustrator: "Mitsuhiro Arita", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/051.ts b/data/Scarlet & Violet/SVP Black Star Promos/051.ts index 745004c702..ce8ea8c624 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/051.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/051.ts @@ -68,7 +68,12 @@ const card: Card = { retreat: 4, regulationMark: "G", - illustrator: "GOSSAN" + illustrator: "GOSSAN", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/052.ts b/data/Scarlet & Violet/SVP Black Star Promos/052.ts index 71e0c0172e..03eaad44ba 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/052.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/052.ts @@ -68,7 +68,12 @@ const card: Card = { retreat: 2, regulationMark: "G", - illustrator: "Bun Toujo" + illustrator: "Bun Toujo", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/053.ts b/data/Scarlet & Violet/SVP Black Star Promos/053.ts index 64bb8f3fcd..9321eff1b5 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/053.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/053.ts @@ -67,7 +67,12 @@ const card: Card = { retreat: 0, regulationMark: "G", suffix: "ex", - illustrator: "Natsumi Yoshida" + illustrator: "Natsumi Yoshida", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/054.ts b/data/Scarlet & Violet/SVP Black Star Promos/054.ts index 077becca94..2a239641ca 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/054.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/054.ts @@ -75,7 +75,12 @@ const card: Card = { retreat: 1, regulationMark: "G", suffix: "ex", - illustrator: "takuyoa" + illustrator: "takuyoa", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/055.ts b/data/Scarlet & Violet/SVP Black Star Promos/055.ts index 0307f6b99e..2cdc4e7999 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/055.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/055.ts @@ -67,7 +67,12 @@ const card: Card = { retreat: 2, regulationMark: "G", suffix: "ex", - illustrator: "N-DESIGN Inc." + illustrator: "N-DESIGN Inc.", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/056.ts b/data/Scarlet & Violet/SVP Black Star Promos/056.ts index 034eb5b878..936d3c8f7c 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/056.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/056.ts @@ -77,7 +77,12 @@ const card: Card = { retreat: 2, regulationMark: "G", suffix: "ex", - illustrator: "takuyoa" + illustrator: "takuyoa", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/057.ts b/data/Scarlet & Violet/SVP Black Star Promos/057.ts index 8f05c22c7f..aeb86c3266 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/057.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/057.ts @@ -66,7 +66,12 @@ const card: Card = { retreat: 1, regulationMark: "G", - illustrator: "Dsuke" + illustrator: "Dsuke", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/058.ts b/data/Scarlet & Violet/SVP Black Star Promos/058.ts index 5beae14712..66c32993fa 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/058.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/058.ts @@ -68,7 +68,12 @@ const card: Card = { retreat: 1, regulationMark: "G", - illustrator: "Lee HyunJung" + illustrator: "Lee HyunJung", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/059.ts b/data/Scarlet & Violet/SVP Black Star Promos/059.ts index 3a7d878469..b446ebdc01 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/059.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/059.ts @@ -67,7 +67,12 @@ const card: Card = { retreat: 1, regulationMark: "G", - illustrator: "GOSSAN" + illustrator: "GOSSAN", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/060.ts b/data/Scarlet & Violet/SVP Black Star Promos/060.ts index 3cd35b1fbc..e4baa2b275 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/060.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/060.ts @@ -76,7 +76,12 @@ const card: Card = { retreat: 3, regulationMark: "G", - illustrator: "Takeshi Nakamura" + illustrator: "Takeshi Nakamura", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/061.ts b/data/Scarlet & Violet/SVP Black Star Promos/061.ts index c15d35e41b..6e4a9888c1 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/061.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/061.ts @@ -37,7 +37,12 @@ const card: Card = { retreat: 2, regulationMark: "G", - illustrator: "Nobuhiro Imagawa" + illustrator: "Nobuhiro Imagawa", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/062.ts b/data/Scarlet & Violet/SVP Black Star Promos/062.ts index 765e88ff27..775f4bff13 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/062.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/062.ts @@ -46,7 +46,12 @@ const card: Card = { retreat: 1, regulationMark: "G", - illustrator: "kurumitsu" + illustrator: "kurumitsu", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/063.ts b/data/Scarlet & Violet/SVP Black Star Promos/063.ts index 2d7bcd1d41..e716fcc8d2 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/063.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/063.ts @@ -76,7 +76,12 @@ const card: Card = { retreat: 4, regulationMark: "G", - illustrator: "GOSSAN" + illustrator: "GOSSAN", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/064.ts b/data/Scarlet & Violet/SVP Black Star Promos/064.ts index eb812d1ff8..4e93b720e3 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/064.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/064.ts @@ -58,7 +58,12 @@ const card: Card = { retreat: 2, regulationMark: "G", - illustrator: "Teeziro" + illustrator: "Teeziro", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/065.ts b/data/Scarlet & Violet/SVP Black Star Promos/065.ts index 8846b4d250..05a13d01d0 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/065.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/065.ts @@ -57,7 +57,12 @@ const card: Card = { retreat: 1, regulationMark: "G", - illustrator: "GIDORA" + illustrator: "GIDORA", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/066.ts b/data/Scarlet & Violet/SVP Black Star Promos/066.ts index 4f4e35edaf..0e7f8172be 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/066.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/066.ts @@ -68,7 +68,12 @@ const card: Card = { retreat: 1, regulationMark: "G", - illustrator: "Teeziro" + illustrator: "Teeziro", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/067.ts b/data/Scarlet & Violet/SVP Black Star Promos/067.ts index 60928bc02e..fd7c9d1704 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/067.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/067.ts @@ -67,7 +67,12 @@ const card: Card = { retreat: 2, regulationMark: "G", suffix: "ex", - illustrator: "takuyoa" + illustrator: "takuyoa", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/068.ts b/data/Scarlet & Violet/SVP Black Star Promos/068.ts index 004826d01f..9e2aa50a98 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/068.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/068.ts @@ -69,7 +69,12 @@ const card: Card = { retreat: 2, regulationMark: "G", suffix: "ex", - illustrator: "aky CG Works" + illustrator: "aky CG Works", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/069.ts b/data/Scarlet & Violet/SVP Black Star Promos/069.ts index 646af2c31a..f7497f7680 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/069.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/069.ts @@ -37,7 +37,12 @@ const card: Card = { retreat: 1, regulationMark: "G", - illustrator: "sowsow" + illustrator: "sowsow", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/070.ts b/data/Scarlet & Violet/SVP Black Star Promos/070.ts index 16bf9d734c..beb4fd3167 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/070.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/070.ts @@ -46,7 +46,12 @@ const card: Card = { retreat: 2, regulationMark: "G", - illustrator: "Nisota Niso" + illustrator: "Nisota Niso", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/071.ts b/data/Scarlet & Violet/SVP Black Star Promos/071.ts index deee374f73..b91397cd7a 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/071.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/071.ts @@ -46,7 +46,12 @@ const card: Card = { retreat: 1, regulationMark: "G", - illustrator: "Kagemaru Himeno" + illustrator: "Kagemaru Himeno", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/072.ts b/data/Scarlet & Violet/SVP Black Star Promos/072.ts index dde5a642ba..3902a941b5 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/072.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/072.ts @@ -69,7 +69,12 @@ const card: Card = { retreat: 4, regulationMark: "G", suffix: "ex", - illustrator: "5ban Graphics" + illustrator: "5ban Graphics", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/073.ts b/data/Scarlet & Violet/SVP Black Star Promos/073.ts index d7a8774d64..dae3304459 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/073.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/073.ts @@ -47,7 +47,12 @@ const card: Card = { retreat: 3, regulationMark: "G", suffix: "ex", - illustrator: "5ban Graphics" + illustrator: "5ban Graphics", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/074.ts b/data/Scarlet & Violet/SVP Black Star Promos/074.ts index 4560cb3023..4c4303477f 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/074.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/074.ts @@ -77,7 +77,12 @@ const card: Card = { retreat: 2, regulationMark: "G", suffix: "ex", - illustrator: "5ban Graphics" + illustrator: "5ban Graphics", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/075.ts b/data/Scarlet & Violet/SVP Black Star Promos/075.ts index f88514b7c1..43ca973135 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/075.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/075.ts @@ -66,7 +66,12 @@ const card: Card = { retreat: 1, regulationMark: "G", - illustrator: "Mitsuhiro Arita" + illustrator: "Mitsuhiro Arita", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/076.ts b/data/Scarlet & Violet/SVP Black Star Promos/076.ts index 5befedcd21..32f77bc921 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/076.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/076.ts @@ -57,7 +57,12 @@ const card: Card = { retreat: 1, regulationMark: "G", - illustrator: "kurumitsu" + illustrator: "kurumitsu", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/077.ts b/data/Scarlet & Violet/SVP Black Star Promos/077.ts index c6a468a008..424944c823 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/077.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/077.ts @@ -67,7 +67,12 @@ const card: Card = { retreat: 1, regulationMark: "G", - illustrator: "GIDORA" + illustrator: "GIDORA", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/078.ts b/data/Scarlet & Violet/SVP Black Star Promos/078.ts index aced427459..47d69c6a75 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/078.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/078.ts @@ -77,7 +77,12 @@ const card: Card = { retreat: 2, regulationMark: "G", suffix: "ex", - illustrator: "5ban Graphics" + illustrator: "5ban Graphics", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/079.ts b/data/Scarlet & Violet/SVP Black Star Promos/079.ts index 03089526bb..9f7f3acecd 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/079.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/079.ts @@ -37,7 +37,12 @@ const card: Card = { retreat: 2, regulationMark: "G", - illustrator: "OKACHEKE" + illustrator: "OKACHEKE", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/080.ts b/data/Scarlet & Violet/SVP Black Star Promos/080.ts index da56e6d74f..e4bb2e298f 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/080.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/080.ts @@ -58,7 +58,12 @@ const card: Card = { retreat: 3, regulationMark: "G", - illustrator: "Hideki Ishikawa" + illustrator: "Hideki Ishikawa", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/081.ts b/data/Scarlet & Violet/SVP Black Star Promos/081.ts index 5409376b37..0def4c33ce 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/081.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/081.ts @@ -77,7 +77,12 @@ const card: Card = { retreat: 3, regulationMark: "G", suffix: "ex", - illustrator: "5ban Graphics" + illustrator: "5ban Graphics", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/082.ts b/data/Scarlet & Violet/SVP Black Star Promos/082.ts index 2174aa41e7..16174ac4e0 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/082.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/082.ts @@ -46,7 +46,12 @@ const card: Card = { retreat: 1, regulationMark: "G", - illustrator: "GIDORA" + illustrator: "GIDORA", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/083.ts b/data/Scarlet & Violet/SVP Black Star Promos/083.ts index fcf8d95e1b..b4a54e335f 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/083.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/083.ts @@ -58,7 +58,12 @@ const card: Card = { retreat: 1, regulationMark: "G", - illustrator: "Atsushi Furusawa" + illustrator: "Atsushi Furusawa", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/084.ts b/data/Scarlet & Violet/SVP Black Star Promos/084.ts index f2a10416db..3c385ec921 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/084.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/084.ts @@ -77,7 +77,12 @@ const card: Card = { retreat: 2, regulationMark: "G", suffix: "ex", - illustrator: "5ban Graphics" + illustrator: "5ban Graphics", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/085.ts b/data/Scarlet & Violet/SVP Black Star Promos/085.ts index 4d9f59545a..319366a202 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/085.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/085.ts @@ -38,7 +38,12 @@ const card: Card = { ], retreat: 1, - regulationMark: "H" + regulationMark: "H", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/086.ts b/data/Scarlet & Violet/SVP Black Star Promos/086.ts index 0f58f15452..301643180d 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/086.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/086.ts @@ -77,7 +77,12 @@ const card: Card = { retreat: 3, regulationMark: "G", suffix: "ex", - illustrator: "PLANETA Mochizuki" + illustrator: "PLANETA Mochizuki", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/087.ts b/data/Scarlet & Violet/SVP Black Star Promos/087.ts index 75d43cfbd9..a89a83c23f 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/087.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/087.ts @@ -60,7 +60,12 @@ const card: Card = { retreat: 1, regulationMark: "H", suffix: "ex", - illustrator: "takuyoa" + illustrator: "takuyoa", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/088.ts b/data/Scarlet & Violet/SVP Black Star Promos/088.ts index 59dcdede1b..dbecc63c94 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/088.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/088.ts @@ -57,7 +57,12 @@ const card: Card = { retreat: 1, regulationMark: "G", - illustrator: "saino misaki" + illustrator: "saino misaki", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/089.ts b/data/Scarlet & Violet/SVP Black Star Promos/089.ts index 8f6c855790..5e54d039f1 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/089.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/089.ts @@ -76,7 +76,12 @@ const card: Card = { retreat: 3, regulationMark: "H", - illustrator: "Kurata So" + illustrator: "Kurata So", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/090.ts b/data/Scarlet & Violet/SVP Black Star Promos/090.ts index fd78423e81..ca63602bcd 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/090.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/090.ts @@ -67,7 +67,12 @@ const card: Card = { retreat: 2, regulationMark: "H", - illustrator: "Uta" + illustrator: "Uta", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/091.ts b/data/Scarlet & Violet/SVP Black Star Promos/091.ts index 1b991aae7b..855eb18782 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/091.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/091.ts @@ -68,7 +68,12 @@ const card: Card = { retreat: 2, regulationMark: "H", - illustrator: "Anesaki Dynamic" + illustrator: "Anesaki Dynamic", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/092.ts b/data/Scarlet & Violet/SVP Black Star Promos/092.ts index f03c00b991..991f2f5b8d 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/092.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/092.ts @@ -59,7 +59,12 @@ const card: Card = { retreat: 2, regulationMark: "H", - illustrator: "akagi" + illustrator: "akagi", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/093.ts b/data/Scarlet & Violet/SVP Black Star Promos/093.ts index e1cc8c5781..b3400be2d4 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/093.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/093.ts @@ -37,7 +37,12 @@ const card: Card = { retreat: 1, regulationMark: "G", - illustrator: "Tonji Matsuno" + illustrator: "Tonji Matsuno", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/094.ts b/data/Scarlet & Violet/SVP Black Star Promos/094.ts index 0eb2450e6d..9e5d1c3461 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/094.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/094.ts @@ -74,7 +74,12 @@ const card: Card = { retreat: 3, regulationMark: "G", - illustrator: "Mizue" + illustrator: "Mizue", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/095.ts b/data/Scarlet & Violet/SVP Black Star Promos/095.ts index 654ef3655f..c1545dc057 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/095.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/095.ts @@ -42,7 +42,12 @@ const card: Card = { retreat: 0, regulationMark: "G", - illustrator: "Tika Matsuno" + illustrator: "Tika Matsuno", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/096.ts b/data/Scarlet & Violet/SVP Black Star Promos/096.ts index ff2a4bb0e1..ba735da410 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/096.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/096.ts @@ -66,7 +66,12 @@ const card: Card = { retreat: 1, regulationMark: "G", - illustrator: "Hasuno" + illustrator: "Hasuno", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/097.ts b/data/Scarlet & Violet/SVP Black Star Promos/097.ts index 68b47c18af..af8c1cb70b 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/097.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/097.ts @@ -68,7 +68,12 @@ const card: Card = { retreat: 1, regulationMark: "H", - illustrator: "Takumi Wada" + illustrator: "Takumi Wada", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/098.ts b/data/Scarlet & Violet/SVP Black Star Promos/098.ts index 81e7db4e71..8c7c71f5c1 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/098.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/098.ts @@ -59,7 +59,12 @@ const card: Card = { retreat: 3, regulationMark: "H", - illustrator: "Tonji Matsuno" + illustrator: "Tonji Matsuno", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/099.ts b/data/Scarlet & Violet/SVP Black Star Promos/099.ts index 3f9bce8d7a..eebc943edc 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/099.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/099.ts @@ -59,7 +59,12 @@ const card: Card = { retreat: 1, regulationMark: "G", - illustrator: "Hitoshi Ariga" + illustrator: "Hitoshi Ariga", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/100.ts b/data/Scarlet & Violet/SVP Black Star Promos/100.ts index b790f16456..f77d81011a 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/100.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/100.ts @@ -77,7 +77,12 @@ const card: Card = { retreat: 1, regulationMark: "G", suffix: "ex", - illustrator: "aky CG Works" + illustrator: "aky CG Works", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/101.ts b/data/Scarlet & Violet/SVP Black Star Promos/101.ts index d50db996eb..f142371b89 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/101.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/101.ts @@ -46,7 +46,12 @@ const card: Card = { retreat: 1, regulationMark: "G", - illustrator: "Jiro Sasumo" + illustrator: "Jiro Sasumo", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/102.ts b/data/Scarlet & Violet/SVP Black Star Promos/102.ts index 63c7b2bcae..1ebce806d2 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/102.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/102.ts @@ -44,7 +44,12 @@ const card: Card = { }], retreat: 1, - regulationMark: "G" + regulationMark: "G", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/103.ts b/data/Scarlet & Violet/SVP Black Star Promos/103.ts index 61cc1cdd78..509966b40e 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/103.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/103.ts @@ -77,7 +77,12 @@ const card: Card = { retreat: 2, regulationMark: "G", suffix: "ex", - illustrator: "PLANETA Tsuji" + illustrator: "PLANETA Tsuji", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/104.ts b/data/Scarlet & Violet/SVP Black Star Promos/104.ts index 22f88bf15a..6e5e33f933 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/104.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/104.ts @@ -75,7 +75,12 @@ const card: Card = { retreat: 4, regulationMark: "G", suffix: "ex", - illustrator: "PLANETA Igarashi" + illustrator: "PLANETA Igarashi", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/105.ts b/data/Scarlet & Violet/SVP Black Star Promos/105.ts index af563035be..c6f79ce1be 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/105.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/105.ts @@ -55,7 +55,12 @@ const card: Card = { retreat: 2, regulationMark: "H", suffix: "ex", - illustrator: "PLANETA Tsuji" + illustrator: "PLANETA Tsuji", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/106.ts b/data/Scarlet & Violet/SVP Black Star Promos/106.ts index cfa0cd36cb..a3d2b0056d 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/106.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/106.ts @@ -38,7 +38,12 @@ const card: Card = { retreat: 1, regulationMark: "H", suffix: "ex", - illustrator: "takuyoa" + illustrator: "takuyoa", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/107.ts b/data/Scarlet & Violet/SVP Black Star Promos/107.ts index 3f0d142c91..57e993dca1 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/107.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/107.ts @@ -50,7 +50,12 @@ const card: Card = { retreat: 1, regulationMark: "H", - illustrator: "Orca" + illustrator: "Orca", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/108.ts b/data/Scarlet & Violet/SVP Black Star Promos/108.ts index 3eb35b06cb..1d49e7da14 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/108.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/108.ts @@ -58,7 +58,12 @@ const card: Card = { retreat: 2, regulationMark: "H", - illustrator: "Akira Komayama" + illustrator: "Akira Komayama", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/109.ts b/data/Scarlet & Violet/SVP Black Star Promos/109.ts index 505f2a2017..e73c6773db 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/109.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/109.ts @@ -45,7 +45,12 @@ const card: Card = { retreat: 2, regulationMark: "H", - illustrator: "GIDORA" + illustrator: "GIDORA", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/110.ts b/data/Scarlet & Violet/SVP Black Star Promos/110.ts index 8ad9b83fb3..ee9b677aaf 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/110.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/110.ts @@ -51,7 +51,12 @@ const card: Card = { retreat: 2, regulationMark: "H", suffix: "ex", - illustrator: "5ban Graphics" + illustrator: "5ban Graphics", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/111.ts b/data/Scarlet & Violet/SVP Black Star Promos/111.ts index 78a0c8a549..d9e7b19851 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/111.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/111.ts @@ -37,7 +37,12 @@ const card: Card = { retreat: 1, regulationMark: "H", - illustrator: "matazo" + illustrator: "matazo", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/112.ts b/data/Scarlet & Violet/SVP Black Star Promos/112.ts index 4fd8a4235e..f3452fcdd8 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/112.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/112.ts @@ -45,7 +45,12 @@ const card: Card = { retreat: 1, regulationMark: "H", - illustrator: "AKIRA EGAWA" + illustrator: "AKIRA EGAWA", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/113.ts b/data/Scarlet & Violet/SVP Black Star Promos/113.ts index 19aac34246..ac94161f20 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/113.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/113.ts @@ -58,7 +58,12 @@ const card: Card = { retreat: 2, regulationMark: "H", - illustrator: "nagimiso" + illustrator: "nagimiso", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/114.ts b/data/Scarlet & Violet/SVP Black Star Promos/114.ts index d344f973a8..ef8600c789 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/114.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/114.ts @@ -27,7 +27,12 @@ const card: Card = { trainerType: "Supporter", regulationMark: "H", - illustrator: "Susumu Maeya" + illustrator: "Susumu Maeya", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/115.ts b/data/Scarlet & Violet/SVP Black Star Promos/115.ts index 389fb61cd6..1d0588108e 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/115.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/115.ts @@ -67,7 +67,12 @@ const card: Card = { retreat: 2, regulationMark: "H", - illustrator: "Uninori" + illustrator: "Uninori", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/116.ts b/data/Scarlet & Violet/SVP Black Star Promos/116.ts index 1b9b74eb68..2f55a57203 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/116.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/116.ts @@ -76,7 +76,12 @@ const card: Card = { retreat: 1, regulationMark: "H", - illustrator: "Kazumasa Yasukuni" + illustrator: "Kazumasa Yasukuni", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/117.ts b/data/Scarlet & Violet/SVP Black Star Promos/117.ts index 085f42aa83..c133992f4a 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/117.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/117.ts @@ -67,7 +67,12 @@ const card: Card = { retreat: 1, regulationMark: "H", - illustrator: "mingo" + illustrator: "mingo", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/118.ts b/data/Scarlet & Violet/SVP Black Star Promos/118.ts index a5bf6f497d..c1a0999b0e 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/118.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/118.ts @@ -59,7 +59,12 @@ const card: Card = { retreat: 1, regulationMark: "H", - illustrator: "Shimaris Yukichi" + illustrator: "Shimaris Yukichi", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/119.ts b/data/Scarlet & Violet/SVP Black Star Promos/119.ts index bac02b60bf..5dee708e3b 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/119.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/119.ts @@ -46,7 +46,12 @@ const card: Card = { retreat: 1, regulationMark: "G", - illustrator: "Natsumi Yoshida" + illustrator: "Natsumi Yoshida", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/120.ts b/data/Scarlet & Violet/SVP Black Star Promos/120.ts index 52f57035ec..f036071b9c 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/120.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/120.ts @@ -67,7 +67,12 @@ const card: Card = { retreat: 1, regulationMark: "G", - illustrator: "Shiburingaru" + illustrator: "Shiburingaru", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/121.ts b/data/Scarlet & Violet/SVP Black Star Promos/121.ts index 707148260a..b4853e7e2f 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/121.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/121.ts @@ -74,7 +74,12 @@ const card: Card = { retreat: 3, regulationMark: "G", - illustrator: "Nisota Niso" + illustrator: "Nisota Niso", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/122.ts b/data/Scarlet & Violet/SVP Black Star Promos/122.ts index 378c82e7fc..21ce073608 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/122.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/122.ts @@ -37,7 +37,12 @@ const card: Card = { retreat: 3, regulationMark: "H", - illustrator: "Po-Suzuki" + illustrator: "Po-Suzuki", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/123.ts b/data/Scarlet & Violet/SVP Black Star Promos/123.ts index 4c55e9e0d9..533ff4895c 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/123.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/123.ts @@ -66,7 +66,12 @@ const card: Card = { retreat: 1, regulationMark: "H", - illustrator: "kodama" + illustrator: "kodama", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/124.ts b/data/Scarlet & Violet/SVP Black Star Promos/124.ts index e916d186db..7c026bf4e0 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/124.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/124.ts @@ -27,7 +27,12 @@ const card: Card = { trainerType: "Supporter", regulationMark: "G", - illustrator: "yuu" + illustrator: "yuu", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/125.ts b/data/Scarlet & Violet/SVP Black Star Promos/125.ts index 6340d94b42..3b947fc052 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/125.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/125.ts @@ -77,7 +77,12 @@ const card: Card = { retreat: 2, regulationMark: "G", suffix: "ex", - illustrator: "5ban Graphics" + illustrator: "5ban Graphics", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/126.ts b/data/Scarlet & Violet/SVP Black Star Promos/126.ts index 492a885791..0f07e4bc22 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/126.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/126.ts @@ -77,7 +77,12 @@ const card: Card = { retreat: 2, regulationMark: "H", suffix: "ex", - illustrator: "PLANETA Mochizuki" + illustrator: "PLANETA Mochizuki", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/127.ts b/data/Scarlet & Violet/SVP Black Star Promos/127.ts index 5f4cb5f71f..4a5edd194e 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/127.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/127.ts @@ -69,7 +69,12 @@ const card: Card = { retreat: 1, regulationMark: "H", suffix: "ex", - illustrator: "takuyoa" + illustrator: "takuyoa", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/128.ts b/data/Scarlet & Violet/SVP Black Star Promos/128.ts index 0306fe6cf6..1d918a7f8d 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/128.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/128.ts @@ -69,7 +69,12 @@ const card: Card = { retreat: 1, regulationMark: "H", suffix: "ex", - illustrator: "5ban Graphics" + illustrator: "5ban Graphics", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/129.ts b/data/Scarlet & Violet/SVP Black Star Promos/129.ts index 873fc4a6a9..c020c7dac0 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/129.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/129.ts @@ -68,7 +68,12 @@ const card: Card = { retreat: 1, regulationMark: "H", - illustrator: "nagimiso" + illustrator: "nagimiso", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/130.ts b/data/Scarlet & Violet/SVP Black Star Promos/130.ts index fbb0d0b9be..d59e821077 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/130.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/130.ts @@ -65,7 +65,12 @@ const card: Card = { retreat: 4, regulationMark: "G", - illustrator: "Oku" + illustrator: "Oku", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/131.ts b/data/Scarlet & Violet/SVP Black Star Promos/131.ts index 8f3d0580f7..e46f8bdcb0 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/131.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/131.ts @@ -75,7 +75,12 @@ const card: Card = { retreat: 1, regulationMark: "H", suffix: "ex", - illustrator: "akagi" + illustrator: "akagi", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/132.ts b/data/Scarlet & Violet/SVP Black Star Promos/132.ts index 792313ecba..fdc552aa0a 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/132.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/132.ts @@ -75,7 +75,12 @@ const card: Card = { retreat: 1, regulationMark: "G", suffix: "ex", - illustrator: "SIE NANAHARA" + illustrator: "SIE NANAHARA", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/133.ts b/data/Scarlet & Violet/SVP Black Star Promos/133.ts index e693e15270..3e198a0b98 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/133.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/133.ts @@ -76,7 +76,12 @@ const card: Card = { retreat: 0, regulationMark: "H", - illustrator: "Natsumi Yoshida" + illustrator: "Natsumi Yoshida", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/134.ts b/data/Scarlet & Violet/SVP Black Star Promos/134.ts index 8c7347e08a..173caeda3c 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/134.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/134.ts @@ -76,7 +76,12 @@ const card: Card = { retreat: 3, regulationMark: "H", - illustrator: "KEIICHIRO ITO" + illustrator: "KEIICHIRO ITO", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/135.ts b/data/Scarlet & Violet/SVP Black Star Promos/135.ts index 5fdb8269ea..f3d1db2373 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/135.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/135.ts @@ -54,7 +54,12 @@ const card: Card = { retreat: 2, regulationMark: "H", - illustrator: "Keisin" + illustrator: "Keisin", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/136.ts b/data/Scarlet & Violet/SVP Black Star Promos/136.ts index d95e3e917e..31ebfbc140 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/136.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/136.ts @@ -68,7 +68,12 @@ const card: Card = { retreat: 2, regulationMark: "H", - illustrator: "Tonji Matsuno" + illustrator: "Tonji Matsuno", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/137.ts b/data/Scarlet & Violet/SVP Black Star Promos/137.ts index ab652e13da..89dafb3b37 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/137.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/137.ts @@ -37,7 +37,12 @@ const card: Card = { retreat: 1, regulationMark: "G", - illustrator: "MAHOU" + illustrator: "MAHOU", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/138.ts b/data/Scarlet & Violet/SVP Black Star Promos/138.ts index 34179d3761..d9707ecdfc 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/138.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/138.ts @@ -54,7 +54,12 @@ const card: Card = { retreat: 1, regulationMark: "G", - illustrator: "GOSSAN" + illustrator: "GOSSAN", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/139.ts b/data/Scarlet & Violet/SVP Black Star Promos/139.ts index c0f064827b..744ddedee8 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/139.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/139.ts @@ -59,7 +59,12 @@ const card: Card = { retreat: 2, regulationMark: "G", - illustrator: "hncl" + illustrator: "hncl", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/140.ts b/data/Scarlet & Violet/SVP Black Star Promos/140.ts index 76a2b1ccb1..4e33bb7a1c 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/140.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/140.ts @@ -76,7 +76,12 @@ const card: Card = { retreat: 2, regulationMark: "G", - illustrator: "DOM" + illustrator: "DOM", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/141.ts b/data/Scarlet & Violet/SVP Black Star Promos/141.ts index f98587ea2d..5367ffc178 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/141.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/141.ts @@ -67,7 +67,12 @@ const card: Card = { retreat: 1, regulationMark: "H", - illustrator: "Tetsu Kayama" + illustrator: "Tetsu Kayama", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/142.ts b/data/Scarlet & Violet/SVP Black Star Promos/142.ts index 200284ca05..b703893401 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/142.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/142.ts @@ -69,7 +69,12 @@ const card: Card = { retreat: 1, regulationMark: "G", suffix: "ex", - illustrator: "Saki Hayashiro" + illustrator: "Saki Hayashiro", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/143.ts b/data/Scarlet & Violet/SVP Black Star Promos/143.ts index b6d80000c6..eddec9b4fa 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/143.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/143.ts @@ -69,7 +69,12 @@ const card: Card = { retreat: 0, regulationMark: "G", suffix: "ex", - illustrator: "5ban Graphics" + illustrator: "5ban Graphics", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/144.ts b/data/Scarlet & Violet/SVP Black Star Promos/144.ts index 4b51fc8ff9..22d12086ee 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/144.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/144.ts @@ -60,7 +60,12 @@ const card: Card = { retreat: 2, regulationMark: "H", suffix: "ex", - illustrator: "PLANETA Mochizuki" + illustrator: "PLANETA Mochizuki", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/145.ts b/data/Scarlet & Violet/SVP Black Star Promos/145.ts index 5014cb5db0..0ad5b6fb03 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/145.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/145.ts @@ -67,7 +67,12 @@ const card: Card = { retreat: 3, regulationMark: "H", suffix: "ex", - illustrator: "PLANETA Mochizuki" + illustrator: "PLANETA Mochizuki", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/146.ts b/data/Scarlet & Violet/SVP Black Star Promos/146.ts index f573ecbcc1..17e0734571 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/146.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/146.ts @@ -67,7 +67,12 @@ const card: Card = { retreat: 2, regulationMark: "H", suffix: "ex", - illustrator: "5ban Graphics" + illustrator: "5ban Graphics", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/147.ts b/data/Scarlet & Violet/SVP Black Star Promos/147.ts index a5c2ade83f..ff24693365 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/147.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/147.ts @@ -69,7 +69,12 @@ const card: Card = { retreat: 3, regulationMark: "H", suffix: "ex", - illustrator: "5ban Graphics" + illustrator: "5ban Graphics", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/148.ts b/data/Scarlet & Violet/SVP Black Star Promos/148.ts index 8dbcb4f496..e9e400b3ac 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/148.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/148.ts @@ -50,7 +50,12 @@ const card: Card = { retreat: 1, regulationMark: "H", - illustrator: "hncl" + illustrator: "hncl", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/149.ts b/data/Scarlet & Violet/SVP Black Star Promos/149.ts index fd5e724632..e6d542b429 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/149.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/149.ts @@ -68,7 +68,12 @@ const card: Card = { retreat: 1, regulationMark: "H", - illustrator: "Souichirou Gunjima" + illustrator: "Souichirou Gunjima", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/150.ts b/data/Scarlet & Violet/SVP Black Star Promos/150.ts index a1d9177c85..3694f97f77 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/150.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/150.ts @@ -27,7 +27,12 @@ const card: Card = { trainerType: "Stadium", regulationMark: "H", - illustrator: "Naoki Saito" + illustrator: "Naoki Saito", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/151.ts b/data/Scarlet & Violet/SVP Black Star Promos/151.ts index 9722b72775..bf389246ac 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/151.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/151.ts @@ -59,7 +59,12 @@ const card: Card = { retreat: 2, regulationMark: "H", - illustrator: "Hasuno" + illustrator: "Hasuno", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/152.ts b/data/Scarlet & Violet/SVP Black Star Promos/152.ts index 61b954b488..49a0af74d2 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/152.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/152.ts @@ -68,7 +68,12 @@ const card: Card = { retreat: 1, regulationMark: "H", - illustrator: "toi8" + illustrator: "toi8", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/153.ts b/data/Scarlet & Violet/SVP Black Star Promos/153.ts index e9918b5e46..fde8589735 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/153.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/153.ts @@ -67,7 +67,12 @@ const card: Card = { retreat: 1, regulationMark: "H", - illustrator: "Shinya Mizuno" + illustrator: "Shinya Mizuno", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/154.ts b/data/Scarlet & Violet/SVP Black Star Promos/154.ts index 9fa5d097d2..70364622ca 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/154.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/154.ts @@ -59,7 +59,12 @@ const card: Card = { retreat: 1, regulationMark: "H", - illustrator: "buchi" + illustrator: "buchi", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/155.ts b/data/Scarlet & Violet/SVP Black Star Promos/155.ts index 07f46a19ec..aecb51648b 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/155.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/155.ts @@ -57,7 +57,12 @@ const card: Card = { retreat: 1, regulationMark: "H", - illustrator: "Saboteri" + illustrator: "Saboteri", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/156.ts b/data/Scarlet & Violet/SVP Black Star Promos/156.ts index 39018239ae..77aeeac69a 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/156.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/156.ts @@ -67,7 +67,12 @@ const card: Card = { retreat: 3, regulationMark: "H", - illustrator: "Saboteri" + illustrator: "Saboteri", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/157.ts b/data/Scarlet & Violet/SVP Black Star Promos/157.ts index 5cc3c71707..268da3be51 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/157.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/157.ts @@ -59,7 +59,12 @@ const card: Card = { retreat: 1, regulationMark: "H", - illustrator: "Nisota Niso" + illustrator: "Nisota Niso", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/158.ts b/data/Scarlet & Violet/SVP Black Star Promos/158.ts index 2fd6235c7e..57ef86ff9b 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/158.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/158.ts @@ -57,7 +57,12 @@ const card: Card = { retreat: 1, regulationMark: "H", - illustrator: "Yuya Oka" + illustrator: "Yuya Oka", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/159.ts b/data/Scarlet & Violet/SVP Black Star Promos/159.ts index 02a19db5a2..ab6ae3773e 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/159.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/159.ts @@ -67,7 +67,12 @@ const card: Card = { retreat: 1, regulationMark: "H", - illustrator: "Shinji Kanda" + illustrator: "Shinji Kanda", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/160.ts b/data/Scarlet & Violet/SVP Black Star Promos/160.ts index 514497016b..c6143ce845 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/160.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/160.ts @@ -69,7 +69,12 @@ const card: Card = { retreat: 1, regulationMark: "G", suffix: "ex", - illustrator: "N-DESIGN Inc." + illustrator: "N-DESIGN Inc.", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/161.ts b/data/Scarlet & Violet/SVP Black Star Promos/161.ts index 7ea25856c4..5d7ce7e1a2 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/161.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/161.ts @@ -77,7 +77,12 @@ const card: Card = { retreat: 2, regulationMark: "G", suffix: "ex", - illustrator: "PLANETA Mochizuki" + illustrator: "PLANETA Mochizuki", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/162.ts b/data/Scarlet & Violet/SVP Black Star Promos/162.ts index df01e21b02..c58905978f 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/162.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/162.ts @@ -55,7 +55,12 @@ const card: Card = { retreat: 3, regulationMark: "H", suffix: "ex", - illustrator: "takuyoa" + illustrator: "takuyoa", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/163.ts b/data/Scarlet & Violet/SVP Black Star Promos/163.ts index b0053cdab6..ec0c820143 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/163.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/163.ts @@ -75,7 +75,12 @@ const card: Card = { retreat: 0, regulationMark: "H", suffix: "ex", - illustrator: "5ban Graphics" + illustrator: "5ban Graphics", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/164.ts b/data/Scarlet & Violet/SVP Black Star Promos/164.ts index 28f1fabc90..ad048ab14f 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/164.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/164.ts @@ -67,7 +67,12 @@ const card: Card = { retreat: 2, regulationMark: "H", suffix: "ex", - illustrator: "5ban Graphics" + illustrator: "5ban Graphics", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/165.ts b/data/Scarlet & Violet/SVP Black Star Promos/165.ts index c1d0f914f8..1720965e5a 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/165.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/165.ts @@ -69,7 +69,12 @@ const card: Card = { retreat: 2, regulationMark: "H", suffix: "ex", - illustrator: "5ban Graphics" + illustrator: "5ban Graphics", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/166.ts b/data/Scarlet & Violet/SVP Black Star Promos/166.ts index e9d6066815..e599e9dd8e 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/166.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/166.ts @@ -69,7 +69,12 @@ const card: Card = { retreat: 1, regulationMark: "H", suffix: "ex", - illustrator: "5ban Graphics" + illustrator: "5ban Graphics", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/167.ts b/data/Scarlet & Violet/SVP Black Star Promos/167.ts index 5af46696dc..3ea35e1009 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/167.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/167.ts @@ -78,7 +78,12 @@ const card: Card = { retreat: 2, regulationMark: "G", - illustrator: "SIE NANAHARA" + illustrator: "SIE NANAHARA", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/168.ts b/data/Scarlet & Violet/SVP Black Star Promos/168.ts index 6cdc9b65fc..b13800fa9b 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/168.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/168.ts @@ -78,7 +78,12 @@ const card: Card = { retreat: 2, regulationMark: "G", - illustrator: "Taira Akitsu" + illustrator: "Taira Akitsu", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/169.ts b/data/Scarlet & Violet/SVP Black Star Promos/169.ts index b8e7d3d35b..ac40ecb051 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/169.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/169.ts @@ -76,7 +76,12 @@ const card: Card = { retreat: 0, regulationMark: "G", - illustrator: "Nisota Niso" + illustrator: "Nisota Niso", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/170.ts b/data/Scarlet & Violet/SVP Black Star Promos/170.ts index 2b1d7d2fcb..e47bf4351d 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/170.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/170.ts @@ -67,7 +67,12 @@ const card: Card = { retreat: 1, regulationMark: "H", - illustrator: "Iori Suzuki" + illustrator: "Iori Suzuki", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/171.ts b/data/Scarlet & Violet/SVP Black Star Promos/171.ts index b6cab95954..fef13edda8 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/171.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/171.ts @@ -69,7 +69,12 @@ const card: Card = { retreat: 1, regulationMark: "H", - illustrator: "Keisin" + illustrator: "Keisin", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/172.ts b/data/Scarlet & Violet/SVP Black Star Promos/172.ts index 475818fb4c..4ceb7eae74 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/172.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/172.ts @@ -76,7 +76,12 @@ const card: Card = { retreat: 1, regulationMark: "H", - illustrator: "Susumu Maeya" + illustrator: "Susumu Maeya", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/173.ts b/data/Scarlet & Violet/SVP Black Star Promos/173.ts index 8f2546073e..dd6fe46f73 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/173.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/173.ts @@ -70,7 +70,12 @@ const card: Card = { retreat: 1, regulationMark: "H", - illustrator: "Makura Tami" + illustrator: "Makura Tami", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/174.ts b/data/Scarlet & Violet/SVP Black Star Promos/174.ts index 6a32a5578f..8525b8fd5b 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/174.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/174.ts @@ -62,7 +62,12 @@ const card: Card = { }], retreat: 1, - regulationMark: "H" + regulationMark: "H", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/175.ts b/data/Scarlet & Violet/SVP Black Star Promos/175.ts index 72366ea337..7b337205e8 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/175.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/175.ts @@ -82,6 +82,11 @@ const card: Card = { regulationMark: "H", suffix: "ex", illustrator: "5ban Graphics", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/176.ts b/data/Scarlet & Violet/SVP Black Star Promos/176.ts index d59f202d43..9697935b31 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/176.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/176.ts @@ -76,6 +76,11 @@ const card: Card = { regulationMark: "H", suffix: "ex", illustrator: "5ban Graphics", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/177.ts b/data/Scarlet & Violet/SVP Black Star Promos/177.ts index 932049908f..4fef05e81f 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/177.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/177.ts @@ -69,7 +69,12 @@ const card: Card = { retreat: 3, regulationMark: "H", suffix: "ex", - illustrator: "aky CG Works" + illustrator: "aky CG Works", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/178.ts b/data/Scarlet & Violet/SVP Black Star Promos/178.ts index 369382bec1..0e5f07bfa4 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/178.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/178.ts @@ -69,7 +69,12 @@ const card: Card = { }], retreat: 3, - regulationMark: "H" + regulationMark: "H", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/179.ts b/data/Scarlet & Violet/SVP Black Star Promos/179.ts index 6402356ba7..b5d6a4f6b8 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/179.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/179.ts @@ -60,7 +60,12 @@ const card: Card = { }], retreat: 1, - regulationMark: "H" + regulationMark: "H", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/180.ts b/data/Scarlet & Violet/SVP Black Star Promos/180.ts index 134f2d4e14..e0d8db34a8 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/180.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/180.ts @@ -69,7 +69,12 @@ const card: Card = { }], retreat: 2, - regulationMark: "H" + regulationMark: "H", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/181.ts b/data/Scarlet & Violet/SVP Black Star Promos/181.ts index 139a7471c4..1208943cfc 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/181.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/181.ts @@ -77,7 +77,12 @@ const card: Card = { }], retreat: 3, - regulationMark: "I" + regulationMark: "I", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/182.ts b/data/Scarlet & Violet/SVP Black Star Promos/182.ts index c28cc47c57..5f65071535 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/182.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/182.ts @@ -68,7 +68,12 @@ const card: Card = { }], retreat: 1, - regulationMark: "I" + regulationMark: "I", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/183.ts b/data/Scarlet & Violet/SVP Black Star Promos/183.ts index 9e9bf8d5c9..25e48e36b5 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/183.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/183.ts @@ -68,7 +68,12 @@ const card: Card = { }], retreat: 0, - regulationMark: "I" + regulationMark: "I", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/184.ts b/data/Scarlet & Violet/SVP Black Star Promos/184.ts index 8fbfb3b08f..95d8c07b30 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/184.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/184.ts @@ -68,7 +68,12 @@ const card: Card = { }], retreat: 4, - regulationMark: "I" + regulationMark: "I", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/185.ts b/data/Scarlet & Violet/SVP Black Star Promos/185.ts index 7104dfadb0..8fd71c6cfa 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/185.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/185.ts @@ -46,7 +46,12 @@ const card: Card = { }], retreat: 1, - regulationMark: "H" + regulationMark: "H", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/186.ts b/data/Scarlet & Violet/SVP Black Star Promos/186.ts index 93e43f9603..7c79cb9687 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/186.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/186.ts @@ -46,7 +46,12 @@ const card: Card = { }], retreat: 1, - regulationMark: "H" + regulationMark: "H", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/187.ts b/data/Scarlet & Violet/SVP Black Star Promos/187.ts index edba0f4795..a321ff2ebf 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/187.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/187.ts @@ -54,7 +54,12 @@ const card: Card = { }], retreat: 1, - regulationMark: "H" + regulationMark: "H", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/188.ts b/data/Scarlet & Violet/SVP Black Star Promos/188.ts index d3b985c3f3..20155623e5 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/188.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/188.ts @@ -66,7 +66,12 @@ const card: Card = { }], retreat: 1, - regulationMark: "H" + regulationMark: "H", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/189.ts b/data/Scarlet & Violet/SVP Black Star Promos/189.ts index a123b71d4f..2090116d8f 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/189.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/189.ts @@ -37,7 +37,12 @@ const card: Card = { }], retreat: 1, - regulationMark: "I" + regulationMark: "I", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/190.ts b/data/Scarlet & Violet/SVP Black Star Promos/190.ts index 7db712336c..d3c7e2a45d 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/190.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/190.ts @@ -42,7 +42,12 @@ const card: Card = { ], retreat: 1, - regulationMark: "H" + regulationMark: "H", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/193.ts b/data/Scarlet & Violet/SVP Black Star Promos/193.ts index ce711b43d6..84638a15e2 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/193.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/193.ts @@ -69,7 +69,12 @@ const card: Card = { }], retreat: 2, - regulationMark: "I" + regulationMark: "I", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/194.ts b/data/Scarlet & Violet/SVP Black Star Promos/194.ts index 2e190237d0..581c2a75b5 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/194.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/194.ts @@ -80,7 +80,12 @@ const card: Card = { }], retreat: 2, - regulationMark: "I" + regulationMark: "I", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/195.ts b/data/Scarlet & Violet/SVP Black Star Promos/195.ts index def2eee4f3..4a6720133a 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/195.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/195.ts @@ -71,7 +71,12 @@ const card: Card = { }], retreat: 1, - regulationMark: "I" + regulationMark: "I", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/197.ts b/data/Scarlet & Violet/SVP Black Star Promos/197.ts index b7c192f257..2158cd74ab 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/197.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/197.ts @@ -62,7 +62,12 @@ const card: Card = { }], retreat: 2, - regulationMark: "H" + regulationMark: "H", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/198.ts b/data/Scarlet & Violet/SVP Black Star Promos/198.ts index 7af1c968d8..47678b886b 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/198.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/198.ts @@ -71,7 +71,12 @@ const card: Card = { }], retreat: 2, - regulationMark: "H" + regulationMark: "H", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/206.ts b/data/Scarlet & Violet/SVP Black Star Promos/206.ts index 643f81f756..313312cd87 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/206.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/206.ts @@ -48,7 +48,12 @@ const card: Card = { }], retreat: 0, - regulationMark: "I" + regulationMark: "I", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/207.ts b/data/Scarlet & Violet/SVP Black Star Promos/207.ts index 00a9226ed0..41a2e19151 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/207.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/207.ts @@ -39,7 +39,12 @@ const card: Card = { }], retreat: 1, - regulationMark: "I" + regulationMark: "I", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/219.ts b/data/Scarlet & Violet/SVP Black Star Promos/219.ts index d39bc6af52..90ff9c4a1e 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/219.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/219.ts @@ -29,7 +29,12 @@ const card: Card = { trainerType: "Supporter", regulationMark: "H", - illustrator: "GOSSAN" + illustrator: "GOSSAN", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/220.ts b/data/Scarlet & Violet/SVP Black Star Promos/220.ts index d39bc6af52..90ff9c4a1e 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/220.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/220.ts @@ -29,7 +29,12 @@ const card: Card = { trainerType: "Supporter", regulationMark: "H", - illustrator: "GOSSAN" + illustrator: "GOSSAN", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/221.ts b/data/Scarlet & Violet/SVP Black Star Promos/221.ts index 709a1d0977..1e3013866e 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/221.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/221.ts @@ -27,7 +27,12 @@ const card: Card = { trainerType: "Supporter", regulationMark: "G", - illustrator: "Hideki Ishikawa" + illustrator: "Hideki Ishikawa", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/222.ts b/data/Scarlet & Violet/SVP Black Star Promos/222.ts index 709a1d0977..1e3013866e 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/222.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/222.ts @@ -27,7 +27,12 @@ const card: Card = { trainerType: "Supporter", regulationMark: "G", - illustrator: "Hideki Ishikawa" + illustrator: "Hideki Ishikawa", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/SVP Black Star Promos/223.ts b/data/Scarlet & Violet/SVP Black Star Promos/223.ts index ee848dc31d..68aa3a4ac2 100644 --- a/data/Scarlet & Violet/SVP Black Star Promos/223.ts +++ b/data/Scarlet & Violet/SVP Black Star Promos/223.ts @@ -27,7 +27,12 @@ const card: Card = { trainerType: "Supporter", regulationMark: "G", - illustrator: "Taira Akitsu" + illustrator: "Taira Akitsu", + variants: [ + { + type: "holo" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/Scarlet & Violet Energy/001.ts b/data/Scarlet & Violet/Scarlet & Violet Energy/001.ts index fda28b493d..0e4c66f486 100644 --- a/data/Scarlet & Violet/Scarlet & Violet Energy/001.ts +++ b/data/Scarlet & Violet/Scarlet & Violet Energy/001.ts @@ -15,7 +15,15 @@ const card: Card = { category: "Energy", set: Set, energyType: "Normal", - + variants: [ + { + type: "normal", + foil: "cosmos" + }, + { + type: "normal" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/Scarlet & Violet Energy/002.ts b/data/Scarlet & Violet/Scarlet & Violet Energy/002.ts index eb95ff546f..c165e8bf35 100644 --- a/data/Scarlet & Violet/Scarlet & Violet Energy/002.ts +++ b/data/Scarlet & Violet/Scarlet & Violet Energy/002.ts @@ -16,7 +16,15 @@ const card: Card = { set: Set, energyType: "Normal", - + variants: [ + { + type: "normal", + foil: "cosmos" + }, + { + type: "normal" + } + ], } export default card diff --git a/data/Scarlet & Violet/Scarlet & Violet Energy/003.ts b/data/Scarlet & Violet/Scarlet & Violet Energy/003.ts index 411925de82..b02816c71a 100644 --- a/data/Scarlet & Violet/Scarlet & Violet Energy/003.ts +++ b/data/Scarlet & Violet/Scarlet & Violet Energy/003.ts @@ -16,7 +16,15 @@ const card: Card = { set: Set, energyType: "Normal", - + variants: [ + { + type: "normal", + foil: "cosmos" + }, + { + type: "normal" + } + ], } export default card diff --git a/data/Scarlet & Violet/Scarlet & Violet Energy/004.ts b/data/Scarlet & Violet/Scarlet & Violet Energy/004.ts index d52c87c0dc..024863c558 100644 --- a/data/Scarlet & Violet/Scarlet & Violet Energy/004.ts +++ b/data/Scarlet & Violet/Scarlet & Violet Energy/004.ts @@ -16,7 +16,15 @@ const card: Card = { set: Set, energyType: "Normal", - + variants: [ + { + type: "normal", + foil: "cosmos" + }, + { + type: "normal" + } + ], } export default card diff --git a/data/Scarlet & Violet/Scarlet & Violet Energy/005.ts b/data/Scarlet & Violet/Scarlet & Violet Energy/005.ts index 4481fd83d3..bfadfc7a42 100644 --- a/data/Scarlet & Violet/Scarlet & Violet Energy/005.ts +++ b/data/Scarlet & Violet/Scarlet & Violet Energy/005.ts @@ -16,7 +16,15 @@ const card: Card = { set: Set, energyType: "Normal", - + variants: [ + { + type: "normal", + foil: "cosmos" + }, + { + type: "normal" + } + ], } export default card diff --git a/data/Scarlet & Violet/Scarlet & Violet Energy/006.ts b/data/Scarlet & Violet/Scarlet & Violet Energy/006.ts index d8cb72682e..c3ff93d492 100644 --- a/data/Scarlet & Violet/Scarlet & Violet Energy/006.ts +++ b/data/Scarlet & Violet/Scarlet & Violet Energy/006.ts @@ -16,7 +16,15 @@ const card: Card = { set: Set, energyType: "Normal", - + variants: [ + { + type: "normal", + foil: "cosmos" + }, + { + type: "normal" + } + ], } export default card diff --git a/data/Scarlet & Violet/Scarlet & Violet Energy/007.ts b/data/Scarlet & Violet/Scarlet & Violet Energy/007.ts index c9984e6001..b26f43244a 100644 --- a/data/Scarlet & Violet/Scarlet & Violet Energy/007.ts +++ b/data/Scarlet & Violet/Scarlet & Violet Energy/007.ts @@ -16,7 +16,15 @@ const card: Card = { set: Set, energyType: "Normal", - + variants: [ + { + type: "normal", + foil: "cosmos" + }, + { + type: "normal" + } + ], } export default card diff --git a/data/Scarlet & Violet/Scarlet & Violet Energy/008.ts b/data/Scarlet & Violet/Scarlet & Violet Energy/008.ts index 0a8ec2a396..2989610594 100644 --- a/data/Scarlet & Violet/Scarlet & Violet Energy/008.ts +++ b/data/Scarlet & Violet/Scarlet & Violet Energy/008.ts @@ -16,7 +16,15 @@ const card: Card = { set: Set, energyType: "Normal", - + variants: [ + { + type: "normal", + foil: "cosmos" + }, + { + type: "normal" + } + ], } export default card diff --git a/data/Scarlet & Violet/Scarlet & Violet Energy/009.ts b/data/Scarlet & Violet/Scarlet & Violet Energy/009.ts index fda28b493d..dbee8f2631 100644 --- a/data/Scarlet & Violet/Scarlet & Violet Energy/009.ts +++ b/data/Scarlet & Violet/Scarlet & Violet Energy/009.ts @@ -15,7 +15,11 @@ const card: Card = { category: "Energy", set: Set, energyType: "Normal", - + variants: [ + { + type: "normal" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/Scarlet & Violet Energy/010.ts b/data/Scarlet & Violet/Scarlet & Violet Energy/010.ts index eb3629d88c..53d8bf1b8f 100644 --- a/data/Scarlet & Violet/Scarlet & Violet Energy/010.ts +++ b/data/Scarlet & Violet/Scarlet & Violet Energy/010.ts @@ -16,7 +16,11 @@ const card: Card = { set: Set, energyType: "Normal", - + variants: [ + { + type: "normal" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/Scarlet & Violet Energy/011.ts b/data/Scarlet & Violet/Scarlet & Violet Energy/011.ts index 411925de82..0dac384eba 100644 --- a/data/Scarlet & Violet/Scarlet & Violet Energy/011.ts +++ b/data/Scarlet & Violet/Scarlet & Violet Energy/011.ts @@ -16,7 +16,11 @@ const card: Card = { set: Set, energyType: "Normal", - + variants: [ + { + type: "normal" + } + ], } export default card diff --git a/data/Scarlet & Violet/Scarlet & Violet Energy/012.ts b/data/Scarlet & Violet/Scarlet & Violet Energy/012.ts index d52c87c0dc..ffe48f195c 100644 --- a/data/Scarlet & Violet/Scarlet & Violet Energy/012.ts +++ b/data/Scarlet & Violet/Scarlet & Violet Energy/012.ts @@ -16,7 +16,11 @@ const card: Card = { set: Set, energyType: "Normal", - + variants: [ + { + type: "normal" + } + ], } export default card diff --git a/data/Scarlet & Violet/Scarlet & Violet Energy/013.ts b/data/Scarlet & Violet/Scarlet & Violet Energy/013.ts index 4481fd83d3..4828e26f94 100644 --- a/data/Scarlet & Violet/Scarlet & Violet Energy/013.ts +++ b/data/Scarlet & Violet/Scarlet & Violet Energy/013.ts @@ -16,7 +16,11 @@ const card: Card = { set: Set, energyType: "Normal", - + variants: [ + { + type: "normal" + } + ], } export default card diff --git a/data/Scarlet & Violet/Scarlet & Violet Energy/014.ts b/data/Scarlet & Violet/Scarlet & Violet Energy/014.ts index d8cb72682e..4a55301cc0 100644 --- a/data/Scarlet & Violet/Scarlet & Violet Energy/014.ts +++ b/data/Scarlet & Violet/Scarlet & Violet Energy/014.ts @@ -16,7 +16,11 @@ const card: Card = { set: Set, energyType: "Normal", - + variants: [ + { + type: "normal" + } + ], } export default card diff --git a/data/Scarlet & Violet/Scarlet & Violet Energy/015.ts b/data/Scarlet & Violet/Scarlet & Violet Energy/015.ts index c9984e6001..10663bf625 100644 --- a/data/Scarlet & Violet/Scarlet & Violet Energy/015.ts +++ b/data/Scarlet & Violet/Scarlet & Violet Energy/015.ts @@ -16,7 +16,11 @@ const card: Card = { set: Set, energyType: "Normal", - + variants: [ + { + type: "normal" + } + ], } export default card diff --git a/data/Scarlet & Violet/Scarlet & Violet Energy/016.ts b/data/Scarlet & Violet/Scarlet & Violet Energy/016.ts index 0a8ec2a396..445beb6031 100644 --- a/data/Scarlet & Violet/Scarlet & Violet Energy/016.ts +++ b/data/Scarlet & Violet/Scarlet & Violet Energy/016.ts @@ -16,7 +16,11 @@ const card: Card = { set: Set, energyType: "Normal", - + variants: [ + { + type: "normal" + } + ], } export default card diff --git a/data/Scarlet & Violet/Scarlet & Violet Energy/017.ts b/data/Scarlet & Violet/Scarlet & Violet Energy/017.ts index fda28b493d..dbee8f2631 100644 --- a/data/Scarlet & Violet/Scarlet & Violet Energy/017.ts +++ b/data/Scarlet & Violet/Scarlet & Violet Energy/017.ts @@ -15,7 +15,11 @@ const card: Card = { category: "Energy", set: Set, energyType: "Normal", - + variants: [ + { + type: "normal" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/Scarlet & Violet Energy/018.ts b/data/Scarlet & Violet/Scarlet & Violet Energy/018.ts index eb3629d88c..53d8bf1b8f 100644 --- a/data/Scarlet & Violet/Scarlet & Violet Energy/018.ts +++ b/data/Scarlet & Violet/Scarlet & Violet Energy/018.ts @@ -16,7 +16,11 @@ const card: Card = { set: Set, energyType: "Normal", - + variants: [ + { + type: "normal" + } + ], } export default card \ No newline at end of file diff --git a/data/Scarlet & Violet/Scarlet & Violet Energy/019.ts b/data/Scarlet & Violet/Scarlet & Violet Energy/019.ts index 411925de82..0dac384eba 100644 --- a/data/Scarlet & Violet/Scarlet & Violet Energy/019.ts +++ b/data/Scarlet & Violet/Scarlet & Violet Energy/019.ts @@ -16,7 +16,11 @@ const card: Card = { set: Set, energyType: "Normal", - + variants: [ + { + type: "normal" + } + ], } export default card diff --git a/data/Scarlet & Violet/Scarlet & Violet Energy/020.ts b/data/Scarlet & Violet/Scarlet & Violet Energy/020.ts index d52c87c0dc..ffe48f195c 100644 --- a/data/Scarlet & Violet/Scarlet & Violet Energy/020.ts +++ b/data/Scarlet & Violet/Scarlet & Violet Energy/020.ts @@ -16,7 +16,11 @@ const card: Card = { set: Set, energyType: "Normal", - + variants: [ + { + type: "normal" + } + ], } export default card diff --git a/data/Scarlet & Violet/Scarlet & Violet Energy/021.ts b/data/Scarlet & Violet/Scarlet & Violet Energy/021.ts index 4481fd83d3..4828e26f94 100644 --- a/data/Scarlet & Violet/Scarlet & Violet Energy/021.ts +++ b/data/Scarlet & Violet/Scarlet & Violet Energy/021.ts @@ -16,7 +16,11 @@ const card: Card = { set: Set, energyType: "Normal", - + variants: [ + { + type: "normal" + } + ], } export default card diff --git a/data/Scarlet & Violet/Scarlet & Violet Energy/022.ts b/data/Scarlet & Violet/Scarlet & Violet Energy/022.ts index d8cb72682e..4a55301cc0 100644 --- a/data/Scarlet & Violet/Scarlet & Violet Energy/022.ts +++ b/data/Scarlet & Violet/Scarlet & Violet Energy/022.ts @@ -16,7 +16,11 @@ const card: Card = { set: Set, energyType: "Normal", - + variants: [ + { + type: "normal" + } + ], } export default card diff --git a/data/Scarlet & Violet/Scarlet & Violet Energy/023.ts b/data/Scarlet & Violet/Scarlet & Violet Energy/023.ts index c9984e6001..10663bf625 100644 --- a/data/Scarlet & Violet/Scarlet & Violet Energy/023.ts +++ b/data/Scarlet & Violet/Scarlet & Violet Energy/023.ts @@ -16,7 +16,11 @@ const card: Card = { set: Set, energyType: "Normal", - + variants: [ + { + type: "normal" + } + ], } export default card diff --git a/data/Scarlet & Violet/Scarlet & Violet Energy/024.ts b/data/Scarlet & Violet/Scarlet & Violet Energy/024.ts index 0a8ec2a396..445beb6031 100644 --- a/data/Scarlet & Violet/Scarlet & Violet Energy/024.ts +++ b/data/Scarlet & Violet/Scarlet & Violet Energy/024.ts @@ -16,7 +16,11 @@ const card: Card = { set: Set, energyType: "Normal", - + variants: [ + { + type: "normal" + } + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/001.ts b/data/Sword & Shield/Lost Origin/001.ts index e16a442ad8..f5a2ad70e5 100644 --- a/data/Sword & Shield/Lost Origin/001.ts +++ b/data/Sword & Shield/Lost Origin/001.ts @@ -38,16 +38,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674013, - tcgplayer: 283861 - } + illustrator: "Miki Tanaka", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674013, + tcgplayer: 283861 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674013, + tcgplayer: 283861 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/002.ts b/data/Sword & Shield/Lost Origin/002.ts index acc8082d3a..bfa04717bd 100644 --- a/data/Sword & Shield/Lost Origin/002.ts +++ b/data/Sword & Shield/Lost Origin/002.ts @@ -57,16 +57,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674014, - tcgplayer: 283862 - } + illustrator: "Tomokazu Komiya", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674014, + tcgplayer: 283862 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674014, + tcgplayer: 283862 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/003.ts b/data/Sword & Shield/Lost Origin/003.ts index f836d2d230..1803135b0b 100644 --- a/data/Sword & Shield/Lost Origin/003.ts +++ b/data/Sword & Shield/Lost Origin/003.ts @@ -79,16 +79,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": true, - "holo": true - }, - - thirdParty: { - cardmarket: 674015, - tcgplayer: 283865 - } + illustrator: "Jiro Sasumo", + variants: [ + { + type: "reverse", + thirdParty: { + cardmarket: 674015, + tcgplayer: 283865 + } + }, + { + type: "holo", + thirdParty: { + cardmarket: 674015, + tcgplayer: 283865 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/004.ts b/data/Sword & Shield/Lost Origin/004.ts index cc9c61b181..16ec0b3252 100644 --- a/data/Sword & Shield/Lost Origin/004.ts +++ b/data/Sword & Shield/Lost Origin/004.ts @@ -47,16 +47,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 670810, - tcgplayer: 283866 - } + illustrator: "Mizue", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 670810, + tcgplayer: 283866 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 670810, + tcgplayer: 283866 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/005.ts b/data/Sword & Shield/Lost Origin/005.ts index 7de2acce4d..48698b9132 100644 --- a/data/Sword & Shield/Lost Origin/005.ts +++ b/data/Sword & Shield/Lost Origin/005.ts @@ -79,16 +79,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 670810, - tcgplayer: 283868 - } + illustrator: "Pani Kobayashi", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 670810, + tcgplayer: 283868 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 670810, + tcgplayer: 283868 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/006.ts b/data/Sword & Shield/Lost Origin/006.ts index 69d57dcc4e..3f757f817c 100644 --- a/data/Sword & Shield/Lost Origin/006.ts +++ b/data/Sword & Shield/Lost Origin/006.ts @@ -58,16 +58,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674017, - tcgplayer: 283870 - } + illustrator: "ryoma uratsuka", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674017, + tcgplayer: 283870 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674017, + tcgplayer: 283870 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/007.ts b/data/Sword & Shield/Lost Origin/007.ts index 8e3a588917..5c369d2ec6 100644 --- a/data/Sword & Shield/Lost Origin/007.ts +++ b/data/Sword & Shield/Lost Origin/007.ts @@ -68,16 +68,23 @@ const card: Card = { retreat: 3, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674018, - tcgplayer: 283871 - } + illustrator: "Kagemaru Himeno", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674018, + tcgplayer: 283871 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674018, + tcgplayer: 283871 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/008.ts b/data/Sword & Shield/Lost Origin/008.ts index 062e463928..a1c2b7f950 100644 --- a/data/Sword & Shield/Lost Origin/008.ts +++ b/data/Sword & Shield/Lost Origin/008.ts @@ -79,16 +79,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": false, - "reverse": true, - "holo": true - }, - - thirdParty: { - cardmarket: 674019, - tcgplayer: 283872 - } + illustrator: "Yuu Nishida", + variants: [ + { + type: "reverse", + thirdParty: { + cardmarket: 674019, + tcgplayer: 283872 + } + }, + { + type: "holo", + thirdParty: { + cardmarket: 674019, + tcgplayer: 283872 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/009.ts b/data/Sword & Shield/Lost Origin/009.ts index 63df6831df..8062daafd3 100644 --- a/data/Sword & Shield/Lost Origin/009.ts +++ b/data/Sword & Shield/Lost Origin/009.ts @@ -68,16 +68,23 @@ const card: Card = { retreat: 3, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674020, - tcgplayer: 283873 - } + illustrator: "GOSSAN", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674020, + tcgplayer: 283873 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674020, + tcgplayer: 283873 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/010.ts b/data/Sword & Shield/Lost Origin/010.ts index e77f6a1fd0..3a87db1c97 100644 --- a/data/Sword & Shield/Lost Origin/010.ts +++ b/data/Sword & Shield/Lost Origin/010.ts @@ -68,16 +68,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674021, - tcgplayer: 283874 - } + illustrator: "Mitsuhiro Arita", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674021, + tcgplayer: 283874 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674021, + tcgplayer: 283874 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/011.ts b/data/Sword & Shield/Lost Origin/011.ts index ce0a0439fe..28a428885f 100644 --- a/data/Sword & Shield/Lost Origin/011.ts +++ b/data/Sword & Shield/Lost Origin/011.ts @@ -47,16 +47,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674022, - tcgplayer: 283875 - } + illustrator: "Yuka", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674022, + tcgplayer: 283875 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674022, + tcgplayer: 283875 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/012.ts b/data/Sword & Shield/Lost Origin/012.ts index 856ce69cd6..567b3ddcca 100644 --- a/data/Sword & Shield/Lost Origin/012.ts +++ b/data/Sword & Shield/Lost Origin/012.ts @@ -57,16 +57,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674023, - tcgplayer: 283877 - } + illustrator: "Mizue", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674023, + tcgplayer: 283877 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674023, + tcgplayer: 283877 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/013.ts b/data/Sword & Shield/Lost Origin/013.ts index 746bcbe5e9..f6efa39c7c 100644 --- a/data/Sword & Shield/Lost Origin/013.ts +++ b/data/Sword & Shield/Lost Origin/013.ts @@ -79,16 +79,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": true, - "holo": true - }, - - thirdParty: { - cardmarket: 674024, - tcgplayer: 283879 - } + illustrator: "kawayoo", + variants: [ + { + type: "reverse", + thirdParty: { + cardmarket: 674024, + tcgplayer: 283879 + } + }, + { + type: "holo", + thirdParty: { + cardmarket: 674024, + tcgplayer: 283879 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/014.ts b/data/Sword & Shield/Lost Origin/014.ts index ddb6e18261..2ea30b18eb 100644 --- a/data/Sword & Shield/Lost Origin/014.ts +++ b/data/Sword & Shield/Lost Origin/014.ts @@ -45,16 +45,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674025, - tcgplayer: 283881 - } + illustrator: "Yukiko Baba", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674025, + tcgplayer: 283881 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674025, + tcgplayer: 283881 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/015.ts b/data/Sword & Shield/Lost Origin/015.ts index b4bb33c346..ce0f42db5e 100644 --- a/data/Sword & Shield/Lost Origin/015.ts +++ b/data/Sword & Shield/Lost Origin/015.ts @@ -79,16 +79,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674026, - tcgplayer: 283882 - } + illustrator: "0313", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674026, + tcgplayer: 283882 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674026, + tcgplayer: 283882 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/016.ts b/data/Sword & Shield/Lost Origin/016.ts index 64303f9b2e..308e6f20b5 100644 --- a/data/Sword & Shield/Lost Origin/016.ts +++ b/data/Sword & Shield/Lost Origin/016.ts @@ -38,16 +38,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674027, - tcgplayer: 283883 - } + illustrator: "AKIRA EGAWA", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674027, + tcgplayer: 283883 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674027, + tcgplayer: 283883 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/017.ts b/data/Sword & Shield/Lost Origin/017.ts index ba2bae3d46..af239071ec 100644 --- a/data/Sword & Shield/Lost Origin/017.ts +++ b/data/Sword & Shield/Lost Origin/017.ts @@ -79,16 +79,23 @@ const card: Card = { retreat: 3, regulationMark: "F", - variants: { - "normal": false, - "reverse": true, - "holo": true - }, - - thirdParty: { - cardmarket: 674028, - tcgplayer: 283884 - } + illustrator: "Yuya Oka", + variants: [ + { + type: "reverse", + thirdParty: { + cardmarket: 674028, + tcgplayer: 283884 + } + }, + { + type: "holo", + thirdParty: { + cardmarket: 674028, + tcgplayer: 283884 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/018.ts b/data/Sword & Shield/Lost Origin/018.ts index 6bd9984ae8..34444c16d7 100644 --- a/data/Sword & Shield/Lost Origin/018.ts +++ b/data/Sword & Shield/Lost Origin/018.ts @@ -38,16 +38,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674029, - tcgplayer: 283885 - } + illustrator: "Asako Ito", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674029, + tcgplayer: 283885 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674029, + tcgplayer: 283885 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/019.ts b/data/Sword & Shield/Lost Origin/019.ts index 6233440485..cef3ac69c8 100644 --- a/data/Sword & Shield/Lost Origin/019.ts +++ b/data/Sword & Shield/Lost Origin/019.ts @@ -57,16 +57,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674030, - tcgplayer: 283887 - } + illustrator: "Kyoko Umemoto", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674030, + tcgplayer: 283887 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674030, + tcgplayer: 283887 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/020.ts b/data/Sword & Shield/Lost Origin/020.ts index 9cca93480e..93f2f91463 100644 --- a/data/Sword & Shield/Lost Origin/020.ts +++ b/data/Sword & Shield/Lost Origin/020.ts @@ -79,16 +79,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": false, - "reverse": true, - "holo": true - }, - - thirdParty: { - cardmarket: 674031, - tcgplayer: 283890 - } + illustrator: "yuu", + variants: [ + { + type: "reverse", + thirdParty: { + cardmarket: 674031, + tcgplayer: 283890 + } + }, + { + type: "holo", + thirdParty: { + cardmarket: 674031, + tcgplayer: 283890 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/021.ts b/data/Sword & Shield/Lost Origin/021.ts index a53d13cb8d..2bd77eabdd 100644 --- a/data/Sword & Shield/Lost Origin/021.ts +++ b/data/Sword & Shield/Lost Origin/021.ts @@ -58,16 +58,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674032, - tcgplayer: 283892 - } + illustrator: "Scav", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674032, + tcgplayer: 283892 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674032, + tcgplayer: 283892 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/022.ts b/data/Sword & Shield/Lost Origin/022.ts index 3d50c3d288..fbbb63f6be 100644 --- a/data/Sword & Shield/Lost Origin/022.ts +++ b/data/Sword & Shield/Lost Origin/022.ts @@ -70,16 +70,23 @@ const card: Card = { retreat: 3, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674033, - tcgplayer: 283893 - } + illustrator: "Pani Kobayashi", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674033, + tcgplayer: 283893 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674033, + tcgplayer: 283893 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/023.ts b/data/Sword & Shield/Lost Origin/023.ts index dbb68f885a..29e0a16b62 100644 --- a/data/Sword & Shield/Lost Origin/023.ts +++ b/data/Sword & Shield/Lost Origin/023.ts @@ -60,16 +60,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674034, - tcgplayer: 283894 - } + illustrator: "Naoyo Kimura", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674034, + tcgplayer: 283894 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674034, + tcgplayer: 283894 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/024.ts b/data/Sword & Shield/Lost Origin/024.ts index 6c40545489..df3d8642fa 100644 --- a/data/Sword & Shield/Lost Origin/024.ts +++ b/data/Sword & Shield/Lost Origin/024.ts @@ -45,16 +45,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674035, - tcgplayer: 283895 - } + illustrator: "Yuka Morii", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674035, + tcgplayer: 283895 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674035, + tcgplayer: 283895 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/025.ts b/data/Sword & Shield/Lost Origin/025.ts index 5a1e1d34b0..7cbdd28b41 100644 --- a/data/Sword & Shield/Lost Origin/025.ts +++ b/data/Sword & Shield/Lost Origin/025.ts @@ -57,16 +57,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674036, - tcgplayer: 283896 - } + illustrator: "kurumitsu", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674036, + tcgplayer: 283896 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674036, + tcgplayer: 283896 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/026.ts b/data/Sword & Shield/Lost Origin/026.ts index 236dcb3b59..a01aa929d7 100644 --- a/data/Sword & Shield/Lost Origin/026.ts +++ b/data/Sword & Shield/Lost Origin/026.ts @@ -70,16 +70,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": true, - "holo": true - }, - - thirdParty: { - cardmarket: 670828, - tcgplayer: 283897 - } + illustrator: "sui", + variants: [ + { + type: "reverse", + thirdParty: { + cardmarket: 670828, + tcgplayer: 283897 + } + }, + { + type: "holo", + thirdParty: { + cardmarket: 670828, + tcgplayer: 283897 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/027.ts b/data/Sword & Shield/Lost Origin/027.ts index cf2c8ecedc..14498df1e3 100644 --- a/data/Sword & Shield/Lost Origin/027.ts +++ b/data/Sword & Shield/Lost Origin/027.ts @@ -68,16 +68,15 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674038, - tcgplayer: 283898 - } + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674038, + tcgplayer: 283898 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/028.ts b/data/Sword & Shield/Lost Origin/028.ts index c4b0512062..1599c3d55d 100644 --- a/data/Sword & Shield/Lost Origin/028.ts +++ b/data/Sword & Shield/Lost Origin/028.ts @@ -45,16 +45,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674039, - tcgplayer: 283899 - } + illustrator: "Sekio", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674039, + tcgplayer: 283899 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674039, + tcgplayer: 283899 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/029.ts b/data/Sword & Shield/Lost Origin/029.ts index a24b5fe33b..d0dece03ac 100644 --- a/data/Sword & Shield/Lost Origin/029.ts +++ b/data/Sword & Shield/Lost Origin/029.ts @@ -79,16 +79,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": true, - "holo": true - }, - - thirdParty: { - cardmarket: 674040, - tcgplayer: 283901 - } + illustrator: "Misa Tsutsui", + variants: [ + { + type: "reverse", + thirdParty: { + cardmarket: 674040, + tcgplayer: 283901 + } + }, + { + type: "holo", + thirdParty: { + cardmarket: 674040, + tcgplayer: 283901 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/030.ts b/data/Sword & Shield/Lost Origin/030.ts index 580f3cdabd..179137f31d 100644 --- a/data/Sword & Shield/Lost Origin/030.ts +++ b/data/Sword & Shield/Lost Origin/030.ts @@ -47,16 +47,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674041, - tcgplayer: 283903 - } + illustrator: "Miki Tanaka", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674041, + tcgplayer: 283903 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674041, + tcgplayer: 283903 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/031.ts b/data/Sword & Shield/Lost Origin/031.ts index d1b632fe94..d32bf14569 100644 --- a/data/Sword & Shield/Lost Origin/031.ts +++ b/data/Sword & Shield/Lost Origin/031.ts @@ -70,16 +70,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674042, - tcgplayer: 283904 - } + illustrator: "Scav", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674042, + tcgplayer: 283904 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674042, + tcgplayer: 283904 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/032.ts b/data/Sword & Shield/Lost Origin/032.ts index ef578430c3..a32a0770a8 100644 --- a/data/Sword & Shield/Lost Origin/032.ts +++ b/data/Sword & Shield/Lost Origin/032.ts @@ -70,16 +70,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674043, - tcgplayer: 283905 - } + illustrator: "ryoma uratsuka", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674043, + tcgplayer: 283905 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674043, + tcgplayer: 283905 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/033.ts b/data/Sword & Shield/Lost Origin/033.ts index 03714ae651..cff242fba1 100644 --- a/data/Sword & Shield/Lost Origin/033.ts +++ b/data/Sword & Shield/Lost Origin/033.ts @@ -51,16 +51,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674044, - tcgplayer: 283906 - } + illustrator: "GIDORA", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674044, + tcgplayer: 283906 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674044, + tcgplayer: 283906 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/034.ts b/data/Sword & Shield/Lost Origin/034.ts index c73642ca90..5cee2df6e8 100644 --- a/data/Sword & Shield/Lost Origin/034.ts +++ b/data/Sword & Shield/Lost Origin/034.ts @@ -79,16 +79,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674045, - tcgplayer: 283908 - } + illustrator: "chibi", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674045, + tcgplayer: 283908 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674045, + tcgplayer: 283908 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/035.ts b/data/Sword & Shield/Lost Origin/035.ts index 994b5b1970..56a232d8ca 100644 --- a/data/Sword & Shield/Lost Origin/035.ts +++ b/data/Sword & Shield/Lost Origin/035.ts @@ -47,16 +47,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674046, - tcgplayer: 283909 - } + illustrator: "Tika Matsuna", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674046, + tcgplayer: 283909 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674046, + tcgplayer: 283909 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/036.ts b/data/Sword & Shield/Lost Origin/036.ts index f0b3d67793..3e090e44ac 100644 --- a/data/Sword & Shield/Lost Origin/036.ts +++ b/data/Sword & Shield/Lost Origin/036.ts @@ -77,16 +77,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674047, - tcgplayer: 283910 - } + illustrator: "sui", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674047, + tcgplayer: 283910 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674047, + tcgplayer: 283910 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/037.ts b/data/Sword & Shield/Lost Origin/037.ts index 5daada0083..ed6fab76d1 100644 --- a/data/Sword & Shield/Lost Origin/037.ts +++ b/data/Sword & Shield/Lost Origin/037.ts @@ -70,16 +70,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": false, - "reverse": true, - "holo": true - }, - - thirdParty: { - cardmarket: 670811, - tcgplayer: 283911 - } + illustrator: "AKIRA EGAWA", + variants: [ + { + type: "reverse", + thirdParty: { + cardmarket: 670811, + tcgplayer: 283911 + } + }, + { + type: "holo", + thirdParty: { + cardmarket: 670811, + tcgplayer: 283911 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/038.ts b/data/Sword & Shield/Lost Origin/038.ts index 642be1d257..7eb93cc138 100644 --- a/data/Sword & Shield/Lost Origin/038.ts +++ b/data/Sword & Shield/Lost Origin/038.ts @@ -58,16 +58,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674048, - tcgplayer: 283912 - } + illustrator: "Sekio", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674048, + tcgplayer: 283912 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674048, + tcgplayer: 283912 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/039.ts b/data/Sword & Shield/Lost Origin/039.ts index 13f9917839..57cda370b1 100644 --- a/data/Sword & Shield/Lost Origin/039.ts +++ b/data/Sword & Shield/Lost Origin/039.ts @@ -51,16 +51,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674049, - tcgplayer: 283913 - } + illustrator: "Saya Tsuruta", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674049, + tcgplayer: 283913 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674049, + tcgplayer: 283913 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/040.ts b/data/Sword & Shield/Lost Origin/040.ts index 8ef00e0f54..0e23c8b000 100644 --- a/data/Sword & Shield/Lost Origin/040.ts +++ b/data/Sword & Shield/Lost Origin/040.ts @@ -60,16 +60,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674050, - tcgplayer: 283914 - } + illustrator: "Taira Akitsu", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674050, + tcgplayer: 283914 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674050, + tcgplayer: 283914 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/041.ts b/data/Sword & Shield/Lost Origin/041.ts index c1cf069636..06177abedd 100644 --- a/data/Sword & Shield/Lost Origin/041.ts +++ b/data/Sword & Shield/Lost Origin/041.ts @@ -70,16 +70,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674051, - tcgplayer: 283915 - } + illustrator: "zig", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674051, + tcgplayer: 283915 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674051, + tcgplayer: 283915 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/042.ts b/data/Sword & Shield/Lost Origin/042.ts index fdeef05480..58f2d8d53d 100644 --- a/data/Sword & Shield/Lost Origin/042.ts +++ b/data/Sword & Shield/Lost Origin/042.ts @@ -51,16 +51,23 @@ const card: Card = { retreat: 3, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674052, - tcgplayer: 283916 - } + illustrator: "Mitsuhiro Arita", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674052, + tcgplayer: 283916 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674052, + tcgplayer: 283916 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/043.ts b/data/Sword & Shield/Lost Origin/043.ts index 94fbf5f38c..2cec88d2e2 100644 --- a/data/Sword & Shield/Lost Origin/043.ts +++ b/data/Sword & Shield/Lost Origin/043.ts @@ -70,16 +70,23 @@ const card: Card = { retreat: 4, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674053, - tcgplayer: 283917 - } + illustrator: "kodama", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674053, + tcgplayer: 283917 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674053, + tcgplayer: 283917 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/044.ts b/data/Sword & Shield/Lost Origin/044.ts index 5369ed4f46..6253c96771 100644 --- a/data/Sword & Shield/Lost Origin/044.ts +++ b/data/Sword & Shield/Lost Origin/044.ts @@ -45,16 +45,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674054, - tcgplayer: 283918 - } + illustrator: "Oswaldo KATO", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674054, + tcgplayer: 283918 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674054, + tcgplayer: 283918 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/045.ts b/data/Sword & Shield/Lost Origin/045.ts index d32956fce3..d40bf11e52 100644 --- a/data/Sword & Shield/Lost Origin/045.ts +++ b/data/Sword & Shield/Lost Origin/045.ts @@ -77,16 +77,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": false, - "reverse": true, - "holo": true - }, - - thirdParty: { - cardmarket: 674055, - tcgplayer: 283919 - } + illustrator: "AKIRA EGAWA", + variants: [ + { + type: "reverse", + thirdParty: { + cardmarket: 674055, + tcgplayer: 283919 + } + }, + { + type: "holo", + thirdParty: { + cardmarket: 674055, + tcgplayer: 283919 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/046.ts b/data/Sword & Shield/Lost Origin/046.ts index c3f147d282..ead8c5a61c 100644 --- a/data/Sword & Shield/Lost Origin/046.ts +++ b/data/Sword & Shield/Lost Origin/046.ts @@ -38,16 +38,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674056, - tcgplayer: 283920 - } + illustrator: "Yuka Morii", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674056, + tcgplayer: 283920 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674056, + tcgplayer: 283920 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/047.ts b/data/Sword & Shield/Lost Origin/047.ts index 4289ae11e3..d6fe762189 100644 --- a/data/Sword & Shield/Lost Origin/047.ts +++ b/data/Sword & Shield/Lost Origin/047.ts @@ -79,16 +79,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674057, - tcgplayer: 283921 - } + illustrator: "Sekio", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674057, + tcgplayer: 283921 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674057, + tcgplayer: 283921 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/048.ts b/data/Sword & Shield/Lost Origin/048.ts index a3391869af..f111130ad8 100644 --- a/data/Sword & Shield/Lost Origin/048.ts +++ b/data/Sword & Shield/Lost Origin/048.ts @@ -59,16 +59,16 @@ const card: Card = { retreat: 3, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674058, - tcgplayer: 283922 - } + illustrator: "takuyoa", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674058, + tcgplayer: 283922 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/049.ts b/data/Sword & Shield/Lost Origin/049.ts index 1d1366d23e..ccc6bcc21b 100644 --- a/data/Sword & Shield/Lost Origin/049.ts +++ b/data/Sword & Shield/Lost Origin/049.ts @@ -79,16 +79,16 @@ const card: Card = { retreat: 3, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674059, - tcgplayer: 283923 - } + illustrator: "N-DESIGN Inc.", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674059, + tcgplayer: 283923 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/050.ts b/data/Sword & Shield/Lost Origin/050.ts index 314def597e..6b3e4923e5 100644 --- a/data/Sword & Shield/Lost Origin/050.ts +++ b/data/Sword & Shield/Lost Origin/050.ts @@ -69,16 +69,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674060, - tcgplayer: 283924 - } + illustrator: "Midori Harada", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674060, + tcgplayer: 283924 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674060, + tcgplayer: 283924 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/051.ts b/data/Sword & Shield/Lost Origin/051.ts index 5b8adc226e..6932213829 100644 --- a/data/Sword & Shield/Lost Origin/051.ts +++ b/data/Sword & Shield/Lost Origin/051.ts @@ -69,16 +69,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": true, - "holo": true - }, - - thirdParty: { - cardmarket: 674061, - tcgplayer: 283925 - } + illustrator: "Jiro Sasumo", + variants: [ + { + type: "reverse", + thirdParty: { + cardmarket: 674061, + tcgplayer: 283925 + } + }, + { + type: "holo", + thirdParty: { + cardmarket: 674061, + tcgplayer: 283925 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/052.ts b/data/Sword & Shield/Lost Origin/052.ts index 603a8c7a84..9573e154ae 100644 --- a/data/Sword & Shield/Lost Origin/052.ts +++ b/data/Sword & Shield/Lost Origin/052.ts @@ -69,16 +69,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674062, - tcgplayer: 283926 - } + illustrator: "kurumitsu", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674062, + tcgplayer: 283926 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674062, + tcgplayer: 283926 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/053.ts b/data/Sword & Shield/Lost Origin/053.ts index c45bc2fbd5..a872896aa9 100644 --- a/data/Sword & Shield/Lost Origin/053.ts +++ b/data/Sword & Shield/Lost Origin/053.ts @@ -79,16 +79,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674063, - tcgplayer: 283927 - } + illustrator: "GIDORA", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674063, + tcgplayer: 283927 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674063, + tcgplayer: 283927 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/054.ts b/data/Sword & Shield/Lost Origin/054.ts index dc56797038..b496fb12c0 100644 --- a/data/Sword & Shield/Lost Origin/054.ts +++ b/data/Sword & Shield/Lost Origin/054.ts @@ -60,16 +60,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674064, - tcgplayer: 283928 - } + illustrator: "otumami", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674064, + tcgplayer: 283928 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674064, + tcgplayer: 283928 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/055.ts b/data/Sword & Shield/Lost Origin/055.ts index 3425645c9a..2e1d959fe1 100644 --- a/data/Sword & Shield/Lost Origin/055.ts +++ b/data/Sword & Shield/Lost Origin/055.ts @@ -70,16 +70,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674065, - tcgplayer: 283929 - } + illustrator: "GIDORA", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674065, + tcgplayer: 283929 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674065, + tcgplayer: 283929 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/056.ts b/data/Sword & Shield/Lost Origin/056.ts index 9c91c1c595..8e0d6563e7 100644 --- a/data/Sword & Shield/Lost Origin/056.ts +++ b/data/Sword & Shield/Lost Origin/056.ts @@ -68,16 +68,16 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674066, - tcgplayer: 283930 - } + illustrator: "N-DESIGN Inc.", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674066, + tcgplayer: 283930 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/057.ts b/data/Sword & Shield/Lost Origin/057.ts index ca6269b379..0cb0252c03 100644 --- a/data/Sword & Shield/Lost Origin/057.ts +++ b/data/Sword & Shield/Lost Origin/057.ts @@ -78,16 +78,16 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674067, - tcgplayer: 283931 - } + illustrator: "PLANETA Mochizuki", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674067, + tcgplayer: 283931 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/058.ts b/data/Sword & Shield/Lost Origin/058.ts index 88bc39e6ad..386f6b4aa6 100644 --- a/data/Sword & Shield/Lost Origin/058.ts +++ b/data/Sword & Shield/Lost Origin/058.ts @@ -70,16 +70,16 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 670812, - tcgplayer: 283932 - } + illustrator: "5ban Graphics", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 670812, + tcgplayer: 283932 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/059.ts b/data/Sword & Shield/Lost Origin/059.ts index 3fd1c2fa40..18417f8b20 100644 --- a/data/Sword & Shield/Lost Origin/059.ts +++ b/data/Sword & Shield/Lost Origin/059.ts @@ -58,16 +58,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674068, - tcgplayer: 283933 - } + illustrator: "Yukiko Baba", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674068, + tcgplayer: 283933 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674068, + tcgplayer: 283933 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/060.ts b/data/Sword & Shield/Lost Origin/060.ts index d548e2f2d5..721bafd35b 100644 --- a/data/Sword & Shield/Lost Origin/060.ts +++ b/data/Sword & Shield/Lost Origin/060.ts @@ -70,16 +70,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674069, - tcgplayer: 283934 - } + illustrator: "Uta", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674069, + tcgplayer: 283934 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674069, + tcgplayer: 283934 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/061.ts b/data/Sword & Shield/Lost Origin/061.ts index c7ff2e2d96..2e59f3dc77 100644 --- a/data/Sword & Shield/Lost Origin/061.ts +++ b/data/Sword & Shield/Lost Origin/061.ts @@ -79,16 +79,23 @@ const card: Card = { retreat: 3, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674070, - tcgplayer: 283935 - } + illustrator: "Shin Nagasawa", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674070, + tcgplayer: 283935 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674070, + tcgplayer: 283935 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/062.ts b/data/Sword & Shield/Lost Origin/062.ts index 9656a17cf6..5fb0c76d9c 100644 --- a/data/Sword & Shield/Lost Origin/062.ts +++ b/data/Sword & Shield/Lost Origin/062.ts @@ -69,16 +69,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674071, - tcgplayer: 283936 - } + illustrator: "Kouki Saitou", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674071, + tcgplayer: 283936 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674071, + tcgplayer: 283936 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/063.ts b/data/Sword & Shield/Lost Origin/063.ts index 853b8a277b..49c44d70b6 100644 --- a/data/Sword & Shield/Lost Origin/063.ts +++ b/data/Sword & Shield/Lost Origin/063.ts @@ -70,16 +70,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674072, - tcgplayer: 283937 - } + illustrator: "Sekia", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674072, + tcgplayer: 283937 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674072, + tcgplayer: 283937 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/064.ts b/data/Sword & Shield/Lost Origin/064.ts index 98bcb1b1b1..bdfdf32798 100644 --- a/data/Sword & Shield/Lost Origin/064.ts +++ b/data/Sword & Shield/Lost Origin/064.ts @@ -45,16 +45,23 @@ const card: Card = { retreat: 0, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674073, - tcgplayer: 283938 - } + illustrator: "Tika Matsuno", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674073, + tcgplayer: 283938 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674073, + tcgplayer: 283938 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/065.ts b/data/Sword & Shield/Lost Origin/065.ts index 27f5475183..9b62226273 100644 --- a/data/Sword & Shield/Lost Origin/065.ts +++ b/data/Sword & Shield/Lost Origin/065.ts @@ -55,16 +55,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674074, - tcgplayer: 283939 - } + illustrator: "Kouki Saitou", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674074, + tcgplayer: 283939 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674074, + tcgplayer: 283939 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/066.ts b/data/Sword & Shield/Lost Origin/066.ts index 335a0e7011..1cf3133517 100644 --- a/data/Sword & Shield/Lost Origin/066.ts +++ b/data/Sword & Shield/Lost Origin/066.ts @@ -77,16 +77,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674075, - tcgplayer: 283941 - } + illustrator: "Narumi Sato", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674075, + tcgplayer: 283941 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674075, + tcgplayer: 283941 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/067.ts b/data/Sword & Shield/Lost Origin/067.ts index ff995695f0..9fb324c6ad 100644 --- a/data/Sword & Shield/Lost Origin/067.ts +++ b/data/Sword & Shield/Lost Origin/067.ts @@ -60,16 +60,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674076, - tcgplayer: 283942 - } + illustrator: "Souichirou Gunjima", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674076, + tcgplayer: 283942 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674076, + tcgplayer: 283942 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/068.ts b/data/Sword & Shield/Lost Origin/068.ts index 00746c7747..fd464f9498 100644 --- a/data/Sword & Shield/Lost Origin/068.ts +++ b/data/Sword & Shield/Lost Origin/068.ts @@ -58,16 +58,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674078, - tcgplayer: 283943 - } + illustrator: "Nagomi Nijo", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674078, + tcgplayer: 283943 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674078, + tcgplayer: 283943 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/069.ts b/data/Sword & Shield/Lost Origin/069.ts index 928e7865f1..e175d3b589 100644 --- a/data/Sword & Shield/Lost Origin/069.ts +++ b/data/Sword & Shield/Lost Origin/069.ts @@ -69,16 +69,15 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 670813, - tcgplayer: 283945 - } + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 670813, + tcgplayer: 283945 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/070.ts b/data/Sword & Shield/Lost Origin/070.ts index 824b134267..5fefcf588f 100644 --- a/data/Sword & Shield/Lost Origin/070.ts +++ b/data/Sword & Shield/Lost Origin/070.ts @@ -58,16 +58,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": false, - "reverse": true, - "holo": true - }, - - thirdParty: { - cardmarket: 674079, - tcgplayer: 283946 - } + illustrator: "Shibuzoh.", + variants: [ + { + type: "reverse", + thirdParty: { + cardmarket: 674079, + tcgplayer: 283946 + } + }, + { + type: "holo", + thirdParty: { + cardmarket: 674079, + tcgplayer: 283946 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/071.ts b/data/Sword & Shield/Lost Origin/071.ts index 5cf3fce040..38268b54a9 100644 --- a/data/Sword & Shield/Lost Origin/071.ts +++ b/data/Sword & Shield/Lost Origin/071.ts @@ -58,16 +58,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674080, - tcgplayer: 283948 - } + illustrator: "kurumitsu", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674080, + tcgplayer: 283948 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674080, + tcgplayer: 283948 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/072.ts b/data/Sword & Shield/Lost Origin/072.ts index 8594c13b1e..6517070896 100644 --- a/data/Sword & Shield/Lost Origin/072.ts +++ b/data/Sword & Shield/Lost Origin/072.ts @@ -38,16 +38,22 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674081, - tcgplayer: 283949 - } + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674081, + tcgplayer: 283949 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674081, + tcgplayer: 283949 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/073.ts b/data/Sword & Shield/Lost Origin/073.ts index c90b76002d..d157aa8484 100644 --- a/data/Sword & Shield/Lost Origin/073.ts +++ b/data/Sword & Shield/Lost Origin/073.ts @@ -70,16 +70,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674084, - tcgplayer: 283951 - } + illustrator: "Kagemaru Himeno", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674084, + tcgplayer: 283951 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674084, + tcgplayer: 283951 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/074.ts b/data/Sword & Shield/Lost Origin/074.ts index bd145f7bed..9d12130179 100644 --- a/data/Sword & Shield/Lost Origin/074.ts +++ b/data/Sword & Shield/Lost Origin/074.ts @@ -58,16 +58,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674086, - tcgplayer: 283953 - } + illustrator: "saino misaki", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674086, + tcgplayer: 283953 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674086, + tcgplayer: 283953 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/075.ts b/data/Sword & Shield/Lost Origin/075.ts index 161d9cf942..2cd5922701 100644 --- a/data/Sword & Shield/Lost Origin/075.ts +++ b/data/Sword & Shield/Lost Origin/075.ts @@ -56,16 +56,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674088, - tcgplayer: 283954 - } + illustrator: "Akira Komayama", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674088, + tcgplayer: 283954 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674088, + tcgplayer: 283954 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/076.ts b/data/Sword & Shield/Lost Origin/076.ts index 8dd355e5e3..ede6aa5e19 100644 --- a/data/Sword & Shield/Lost Origin/076.ts +++ b/data/Sword & Shield/Lost Origin/076.ts @@ -73,16 +73,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": true, - "holo": true - }, - - thirdParty: { - cardmarket: 670814, - tcgplayer: 283957 - } + illustrator: "Kouki Saitou", + variants: [ + { + type: "reverse", + thirdParty: { + cardmarket: 670814, + tcgplayer: 283957 + } + }, + { + type: "holo", + thirdParty: { + cardmarket: 670814, + tcgplayer: 283957 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/077.ts b/data/Sword & Shield/Lost Origin/077.ts index 383a38d33a..2cb30efe79 100644 --- a/data/Sword & Shield/Lost Origin/077.ts +++ b/data/Sword & Shield/Lost Origin/077.ts @@ -47,16 +47,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674090, - tcgplayer: 283958 - } + illustrator: "miki kudo", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674090, + tcgplayer: 283958 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674090, + tcgplayer: 283958 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/078.ts b/data/Sword & Shield/Lost Origin/078.ts index 49ebda3fd1..2f487d34b0 100644 --- a/data/Sword & Shield/Lost Origin/078.ts +++ b/data/Sword & Shield/Lost Origin/078.ts @@ -70,16 +70,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674091, - tcgplayer: 283959 - } + illustrator: "Tomokazu Komiya", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674091, + tcgplayer: 283959 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674091, + tcgplayer: 283959 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/079.ts b/data/Sword & Shield/Lost Origin/079.ts index 194d533747..c7c765e6b4 100644 --- a/data/Sword & Shield/Lost Origin/079.ts +++ b/data/Sword & Shield/Lost Origin/079.ts @@ -60,16 +60,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674092, - tcgplayer: 283960 - } + illustrator: "Aya Kusube", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674092, + tcgplayer: 283960 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674092, + tcgplayer: 283960 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/080.ts b/data/Sword & Shield/Lost Origin/080.ts index d349badde0..9a28233f0e 100644 --- a/data/Sword & Shield/Lost Origin/080.ts +++ b/data/Sword & Shield/Lost Origin/080.ts @@ -67,16 +67,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674093, - tcgplayer: 283961 - } + illustrator: "Ligton", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674093, + tcgplayer: 283961 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674093, + tcgplayer: 283961 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/081.ts b/data/Sword & Shield/Lost Origin/081.ts index 65acfefda3..e9daef7664 100644 --- a/data/Sword & Shield/Lost Origin/081.ts +++ b/data/Sword & Shield/Lost Origin/081.ts @@ -67,16 +67,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": false, - "reverse": true, - "holo": true - }, - - thirdParty: { - cardmarket: 674094, - tcgplayer: 283963 - } + illustrator: "Narumi Sato", + variants: [ + { + type: "reverse", + thirdParty: { + cardmarket: 674094, + tcgplayer: 283963 + } + }, + { + type: "holo", + thirdParty: { + cardmarket: 674094, + tcgplayer: 283963 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/082.ts b/data/Sword & Shield/Lost Origin/082.ts index e194313397..ba2deb0847 100644 --- a/data/Sword & Shield/Lost Origin/082.ts +++ b/data/Sword & Shield/Lost Origin/082.ts @@ -70,16 +70,16 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674095, - tcgplayer: 283964 - } + illustrator: "5ban Graphics", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674095, + tcgplayer: 283964 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/083.ts b/data/Sword & Shield/Lost Origin/083.ts index 12037d44eb..3ab6aa97c2 100644 --- a/data/Sword & Shield/Lost Origin/083.ts +++ b/data/Sword & Shield/Lost Origin/083.ts @@ -43,16 +43,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674096, - tcgplayer: 283967 - } + illustrator: "Kouki Saitou", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674096, + tcgplayer: 283967 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674096, + tcgplayer: 283967 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/084.ts b/data/Sword & Shield/Lost Origin/084.ts index 8280a39937..30ffbaa7af 100644 --- a/data/Sword & Shield/Lost Origin/084.ts +++ b/data/Sword & Shield/Lost Origin/084.ts @@ -68,16 +68,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": true, - "holo": true - }, - - thirdParty: { - cardmarket: 674097, - tcgplayer: 283968 - } + illustrator: "Oswaldo KATO", + variants: [ + { + type: "reverse", + thirdParty: { + cardmarket: 674097, + tcgplayer: 283968 + } + }, + { + type: "holo", + thirdParty: { + cardmarket: 674097, + tcgplayer: 283968 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/085.ts b/data/Sword & Shield/Lost Origin/085.ts index bda336e6ce..cfdfa926f4 100644 --- a/data/Sword & Shield/Lost Origin/085.ts +++ b/data/Sword & Shield/Lost Origin/085.ts @@ -79,16 +79,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674098, - tcgplayer: 283970 - } + illustrator: "Teeziro", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674098, + tcgplayer: 283970 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674098, + tcgplayer: 283970 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/086.ts b/data/Sword & Shield/Lost Origin/086.ts index 6e474c7a47..78871fa208 100644 --- a/data/Sword & Shield/Lost Origin/086.ts +++ b/data/Sword & Shield/Lost Origin/086.ts @@ -38,16 +38,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674099, - tcgplayer: 283971 - } + illustrator: "Yuka Morii", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674099, + tcgplayer: 283971 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674099, + tcgplayer: 283971 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/087.ts b/data/Sword & Shield/Lost Origin/087.ts index 502963d1e2..bce3a59aab 100644 --- a/data/Sword & Shield/Lost Origin/087.ts +++ b/data/Sword & Shield/Lost Origin/087.ts @@ -61,16 +61,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674100, - tcgplayer: 283973 - } + illustrator: "Mitsuhiro Arita", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674100, + tcgplayer: 283973 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674100, + tcgplayer: 283973 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/088.ts b/data/Sword & Shield/Lost Origin/088.ts index da5eb8cdd1..15a23abe8f 100644 --- a/data/Sword & Shield/Lost Origin/088.ts +++ b/data/Sword & Shield/Lost Origin/088.ts @@ -79,16 +79,22 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": true, - "holo": true - }, - - thirdParty: { - cardmarket: 674101, - tcgplayer: 283974 - } + variants: [ + { + type: "reverse", + thirdParty: { + cardmarket: 674101, + tcgplayer: 283974 + } + }, + { + type: "holo", + thirdParty: { + cardmarket: 674101, + tcgplayer: 283974 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/089.ts b/data/Sword & Shield/Lost Origin/089.ts index 05861045e4..181d04e51d 100644 --- a/data/Sword & Shield/Lost Origin/089.ts +++ b/data/Sword & Shield/Lost Origin/089.ts @@ -47,16 +47,23 @@ const card: Card = { retreat: 3, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674102, - tcgplayer: 283976 - } + illustrator: "Scav", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674102, + tcgplayer: 283976 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674102, + tcgplayer: 283976 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/090.ts b/data/Sword & Shield/Lost Origin/090.ts index ee992cbef4..d484e074bb 100644 --- a/data/Sword & Shield/Lost Origin/090.ts +++ b/data/Sword & Shield/Lost Origin/090.ts @@ -70,16 +70,23 @@ const card: Card = { retreat: 3, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674103, - tcgplayer: 283978 - } + illustrator: "HYOGONOSUKE", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674103, + tcgplayer: 283978 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674103, + tcgplayer: 283978 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/091.ts b/data/Sword & Shield/Lost Origin/091.ts index 04aab66be4..ac252c28aa 100644 --- a/data/Sword & Shield/Lost Origin/091.ts +++ b/data/Sword & Shield/Lost Origin/091.ts @@ -79,16 +79,23 @@ const card: Card = { retreat: 4, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674104, - tcgplayer: 283979 - } + illustrator: "GOSSAN", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674104, + tcgplayer: 283979 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674104, + tcgplayer: 283979 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/092.ts b/data/Sword & Shield/Lost Origin/092.ts index 26a9f3224a..31ea27400c 100644 --- a/data/Sword & Shield/Lost Origin/092.ts +++ b/data/Sword & Shield/Lost Origin/092.ts @@ -61,16 +61,16 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 670815, - tcgplayer: 283980 - } + illustrator: "N-DESIGN Inc.", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 670815, + tcgplayer: 283980 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/093.ts b/data/Sword & Shield/Lost Origin/093.ts index 57a5fb4fd9..1561f31923 100644 --- a/data/Sword & Shield/Lost Origin/093.ts +++ b/data/Sword & Shield/Lost Origin/093.ts @@ -78,16 +78,16 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 670815, - tcgplayer: 282255 - } + illustrator: "5ban Graphics", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 670815, + tcgplayer: 282255 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/094.ts b/data/Sword & Shield/Lost Origin/094.ts index 5a037effc4..338802ca3e 100644 --- a/data/Sword & Shield/Lost Origin/094.ts +++ b/data/Sword & Shield/Lost Origin/094.ts @@ -69,16 +69,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674106, - tcgplayer: 283982 - } + illustrator: "AKIRA EGAWA", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674106, + tcgplayer: 283982 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674106, + tcgplayer: 283982 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/095.ts b/data/Sword & Shield/Lost Origin/095.ts index fb2f296a82..bc7d575c0c 100644 --- a/data/Sword & Shield/Lost Origin/095.ts +++ b/data/Sword & Shield/Lost Origin/095.ts @@ -47,16 +47,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674107, - tcgplayer: 283983 - } + illustrator: "Miki Tanaka", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674107, + tcgplayer: 283983 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674107, + tcgplayer: 283983 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/096.ts b/data/Sword & Shield/Lost Origin/096.ts index f08b90e435..1eeb62ca5c 100644 --- a/data/Sword & Shield/Lost Origin/096.ts +++ b/data/Sword & Shield/Lost Origin/096.ts @@ -57,16 +57,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674108, - tcgplayer: 283985 - } + illustrator: "Shiburingaru", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674108, + tcgplayer: 283985 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674108, + tcgplayer: 283985 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/097.ts b/data/Sword & Shield/Lost Origin/097.ts index 20e8d76671..d68358f9b5 100644 --- a/data/Sword & Shield/Lost Origin/097.ts +++ b/data/Sword & Shield/Lost Origin/097.ts @@ -47,16 +47,23 @@ const card: Card = { retreat: 3, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674109, - tcgplayer: 283987 - } + illustrator: "Shigenori Negishi", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674109, + tcgplayer: 283987 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674109, + tcgplayer: 283987 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/098.ts b/data/Sword & Shield/Lost Origin/098.ts index 08d4760d85..17f0fc4b2e 100644 --- a/data/Sword & Shield/Lost Origin/098.ts +++ b/data/Sword & Shield/Lost Origin/098.ts @@ -79,16 +79,23 @@ const card: Card = { retreat: 3, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674110, - tcgplayer: 283988 - } + illustrator: "Scav", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674110, + tcgplayer: 283988 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674110, + tcgplayer: 283988 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/099.ts b/data/Sword & Shield/Lost Origin/099.ts index 42e720e5ed..0d24397a3b 100644 --- a/data/Sword & Shield/Lost Origin/099.ts +++ b/data/Sword & Shield/Lost Origin/099.ts @@ -47,16 +47,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674111, - tcgplayer: 283992 - } + illustrator: "0313", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674111, + tcgplayer: 283992 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674111, + tcgplayer: 283992 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/100.ts b/data/Sword & Shield/Lost Origin/100.ts index 029a679fee..938ac6cbe5 100644 --- a/data/Sword & Shield/Lost Origin/100.ts +++ b/data/Sword & Shield/Lost Origin/100.ts @@ -57,16 +57,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674112, - tcgplayer: 283993 - } + illustrator: "Kouki Saitou", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674112, + tcgplayer: 283993 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674112, + tcgplayer: 283993 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/101.ts b/data/Sword & Shield/Lost Origin/101.ts index f9ee4bd2a9..1ce1c9f690 100644 --- a/data/Sword & Shield/Lost Origin/101.ts +++ b/data/Sword & Shield/Lost Origin/101.ts @@ -58,16 +58,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674113, - tcgplayer: 283994 - } + illustrator: "ryoma uratsuka", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674113, + tcgplayer: 283994 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674113, + tcgplayer: 283994 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/102.ts b/data/Sword & Shield/Lost Origin/102.ts index 0792513f21..41b3df8bf7 100644 --- a/data/Sword & Shield/Lost Origin/102.ts +++ b/data/Sword & Shield/Lost Origin/102.ts @@ -77,16 +77,23 @@ const card: Card = { retreat: 3, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674115, - tcgplayer: 283995 - } + illustrator: "Sanosuke Sakuma", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674115, + tcgplayer: 283995 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674115, + tcgplayer: 283995 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/103.ts b/data/Sword & Shield/Lost Origin/103.ts index 528b0aa019..09b05aec77 100644 --- a/data/Sword & Shield/Lost Origin/103.ts +++ b/data/Sword & Shield/Lost Origin/103.ts @@ -51,16 +51,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674116, - tcgplayer: 283997 - } + illustrator: "yuu", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674116, + tcgplayer: 283997 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674116, + tcgplayer: 283997 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/104.ts b/data/Sword & Shield/Lost Origin/104.ts index ea58543a57..173e5ad750 100644 --- a/data/Sword & Shield/Lost Origin/104.ts +++ b/data/Sword & Shield/Lost Origin/104.ts @@ -70,16 +70,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674117, - tcgplayer: 283998 - } + illustrator: "Shibuzoh.", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674117, + tcgplayer: 283998 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674117, + tcgplayer: 283998 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/105.ts b/data/Sword & Shield/Lost Origin/105.ts index c8a39e8f76..d5ac5834ce 100644 --- a/data/Sword & Shield/Lost Origin/105.ts +++ b/data/Sword & Shield/Lost Origin/105.ts @@ -60,16 +60,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674118, - tcgplayer: 283999 - } + illustrator: "KEIICHIRO ITO", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674118, + tcgplayer: 283999 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674118, + tcgplayer: 283999 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/106.ts b/data/Sword & Shield/Lost Origin/106.ts index 9ac16bba58..60917edc6d 100644 --- a/data/Sword & Shield/Lost Origin/106.ts +++ b/data/Sword & Shield/Lost Origin/106.ts @@ -51,16 +51,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674119, - tcgplayer: 284001 - } + illustrator: "Scav", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674119, + tcgplayer: 284001 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674119, + tcgplayer: 284001 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/107.ts b/data/Sword & Shield/Lost Origin/107.ts index 488b56a5ce..ef9aec73aa 100644 --- a/data/Sword & Shield/Lost Origin/107.ts +++ b/data/Sword & Shield/Lost Origin/107.ts @@ -70,16 +70,23 @@ const card: Card = { retreat: 3, regulationMark: "F", - variants: { - "normal": false, - "reverse": true, - "holo": true - }, - - thirdParty: { - cardmarket: 674120, - tcgplayer: 284002 - } + illustrator: "KEIICHIRO ITO", + variants: [ + { + type: "reverse", + thirdParty: { + cardmarket: 674120, + tcgplayer: 284002 + } + }, + { + type: "holo", + thirdParty: { + cardmarket: 674120, + tcgplayer: 284002 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/108.ts b/data/Sword & Shield/Lost Origin/108.ts index 91e5741266..9fe2d9f17e 100644 --- a/data/Sword & Shield/Lost Origin/108.ts +++ b/data/Sword & Shield/Lost Origin/108.ts @@ -58,16 +58,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674121, - tcgplayer: 284003 - } + illustrator: "Tika Matsunoo", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674121, + tcgplayer: 284003 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674121, + tcgplayer: 284003 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/109.ts b/data/Sword & Shield/Lost Origin/109.ts index c2d0ce9e5a..a477876688 100644 --- a/data/Sword & Shield/Lost Origin/109.ts +++ b/data/Sword & Shield/Lost Origin/109.ts @@ -58,16 +58,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674122, - tcgplayer: 284004 - } + illustrator: "Miki Tanaka", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674122, + tcgplayer: 284004 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674122, + tcgplayer: 284004 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/110.ts b/data/Sword & Shield/Lost Origin/110.ts index 9d337d4ca1..b06d3e8189 100644 --- a/data/Sword & Shield/Lost Origin/110.ts +++ b/data/Sword & Shield/Lost Origin/110.ts @@ -60,16 +60,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674123, - tcgplayer: 284005 - } + illustrator: "sowsow", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674123, + tcgplayer: 284005 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674123, + tcgplayer: 284005 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/111.ts b/data/Sword & Shield/Lost Origin/111.ts index 2c20a26fef..eeffb06bc4 100644 --- a/data/Sword & Shield/Lost Origin/111.ts +++ b/data/Sword & Shield/Lost Origin/111.ts @@ -67,16 +67,23 @@ const card: Card = { retreat: 4, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674124, - tcgplayer: 284006 - } + illustrator: "HYOGONOSUKE", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674124, + tcgplayer: 284006 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674124, + tcgplayer: 284006 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/112.ts b/data/Sword & Shield/Lost Origin/112.ts index 9b549bc560..fb13801837 100644 --- a/data/Sword & Shield/Lost Origin/112.ts +++ b/data/Sword & Shield/Lost Origin/112.ts @@ -47,16 +47,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674125, - tcgplayer: 284007 - } + illustrator: "Atsuko Nishida", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674125, + tcgplayer: 284007 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674125, + tcgplayer: 284007 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/113.ts b/data/Sword & Shield/Lost Origin/113.ts index 82e843da76..6ca40e0fae 100644 --- a/data/Sword & Shield/Lost Origin/113.ts +++ b/data/Sword & Shield/Lost Origin/113.ts @@ -79,16 +79,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674126, - tcgplayer: 284009 - } + illustrator: "Shinji Kanda", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674126, + tcgplayer: 284009 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674126, + tcgplayer: 284009 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/114.ts b/data/Sword & Shield/Lost Origin/114.ts index 23c5886476..0e69d69340 100644 --- a/data/Sword & Shield/Lost Origin/114.ts +++ b/data/Sword & Shield/Lost Origin/114.ts @@ -51,16 +51,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674127, - tcgplayer: 284011 - } + illustrator: "Yuka Morii", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674127, + tcgplayer: 284011 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674127, + tcgplayer: 284011 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/115.ts b/data/Sword & Shield/Lost Origin/115.ts index 29eb78b48b..da19129e62 100644 --- a/data/Sword & Shield/Lost Origin/115.ts +++ b/data/Sword & Shield/Lost Origin/115.ts @@ -70,16 +70,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674128, - tcgplayer: 284013 - } + illustrator: "Shiburingaru", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674128, + tcgplayer: 284013 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674128, + tcgplayer: 284013 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/116.ts b/data/Sword & Shield/Lost Origin/116.ts index ad3961145a..eea193b545 100644 --- a/data/Sword & Shield/Lost Origin/116.ts +++ b/data/Sword & Shield/Lost Origin/116.ts @@ -47,16 +47,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674129, - tcgplayer: 284015 - } + illustrator: "Tomokazu Komiya", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674129, + tcgplayer: 284015 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674129, + tcgplayer: 284015 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/117.ts b/data/Sword & Shield/Lost Origin/117.ts index 56bcf14184..9bd19d5d60 100644 --- a/data/Sword & Shield/Lost Origin/117.ts +++ b/data/Sword & Shield/Lost Origin/117.ts @@ -69,16 +69,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674130, - tcgplayer: 284017 - } + illustrator: "sui", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674130, + tcgplayer: 284017 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674130, + tcgplayer: 284017 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/118.ts b/data/Sword & Shield/Lost Origin/118.ts index c0752c4304..fec6ec96d4 100644 --- a/data/Sword & Shield/Lost Origin/118.ts +++ b/data/Sword & Shield/Lost Origin/118.ts @@ -70,16 +70,16 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674131, - tcgplayer: 284018 - } + illustrator: "N-DESIGN Inc.", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674131, + tcgplayer: 284018 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/119.ts b/data/Sword & Shield/Lost Origin/119.ts index 57d1e6869a..1bc88a6347 100644 --- a/data/Sword & Shield/Lost Origin/119.ts +++ b/data/Sword & Shield/Lost Origin/119.ts @@ -58,16 +58,16 @@ const card: Card = { retreat: 3, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674132, - tcgplayer: 284021 - } + illustrator: "PLANETA Mochizuki", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674132, + tcgplayer: 284021 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/120.ts b/data/Sword & Shield/Lost Origin/120.ts index 05fbc208dd..af944b600d 100644 --- a/data/Sword & Shield/Lost Origin/120.ts +++ b/data/Sword & Shield/Lost Origin/120.ts @@ -69,16 +69,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": true, - "holo": true - }, - - thirdParty: { - cardmarket: 674133, - tcgplayer: 284025 - } + illustrator: "Shin Nagasawa", + variants: [ + { + type: "reverse", + thirdParty: { + cardmarket: 674133, + tcgplayer: 284025 + } + }, + { + type: "holo", + thirdParty: { + cardmarket: 674133, + tcgplayer: 284025 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/121.ts b/data/Sword & Shield/Lost Origin/121.ts index c41648277e..63eb3e5434 100644 --- a/data/Sword & Shield/Lost Origin/121.ts +++ b/data/Sword & Shield/Lost Origin/121.ts @@ -58,16 +58,22 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674090, - tcgplayer: 284029 - } + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674090, + tcgplayer: 284029 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674090, + tcgplayer: 284029 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/122.ts b/data/Sword & Shield/Lost Origin/122.ts index ccbd3dfb91..1fffbf0bb0 100644 --- a/data/Sword & Shield/Lost Origin/122.ts +++ b/data/Sword & Shield/Lost Origin/122.ts @@ -58,16 +58,22 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674135, - tcgplayer: 284030 - } + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674135, + tcgplayer: 284030 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674135, + tcgplayer: 284030 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/123.ts b/data/Sword & Shield/Lost Origin/123.ts index 8029338e6a..e551d4390d 100644 --- a/data/Sword & Shield/Lost Origin/123.ts +++ b/data/Sword & Shield/Lost Origin/123.ts @@ -69,16 +69,15 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674136, - tcgplayer: 284031 - } + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674136, + tcgplayer: 284031 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/124.ts b/data/Sword & Shield/Lost Origin/124.ts index 783b477568..028df1de93 100644 --- a/data/Sword & Shield/Lost Origin/124.ts +++ b/data/Sword & Shield/Lost Origin/124.ts @@ -69,16 +69,16 @@ const card: Card = { retreat: 4, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674137, - tcgplayer: 284032 - } + illustrator: "Sanosuke Sakuma", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674137, + tcgplayer: 284032 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/125.ts b/data/Sword & Shield/Lost Origin/125.ts index eea5f24adb..e1d3f3d8ff 100644 --- a/data/Sword & Shield/Lost Origin/125.ts +++ b/data/Sword & Shield/Lost Origin/125.ts @@ -38,16 +38,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674138, - tcgplayer: 284041 - } + illustrator: "Tomokazu Komiya", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674138, + tcgplayer: 284041 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674138, + tcgplayer: 284041 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/126.ts b/data/Sword & Shield/Lost Origin/126.ts index bc5b469ac0..c350bfac9b 100644 --- a/data/Sword & Shield/Lost Origin/126.ts +++ b/data/Sword & Shield/Lost Origin/126.ts @@ -70,16 +70,23 @@ const card: Card = { retreat: 3, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674139, - tcgplayer: 284042 - } + illustrator: "AKIRA EGAWA", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674139, + tcgplayer: 284042 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674139, + tcgplayer: 284042 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/127.ts b/data/Sword & Shield/Lost Origin/127.ts index 8fae625d93..5def837f3d 100644 --- a/data/Sword & Shield/Lost Origin/127.ts +++ b/data/Sword & Shield/Lost Origin/127.ts @@ -60,16 +60,23 @@ const card: Card = { retreat: 3, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674140, - tcgplayer: 284044 - } + illustrator: "Shigenori Negishi", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674140, + tcgplayer: 284044 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674140, + tcgplayer: 284044 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/128.ts b/data/Sword & Shield/Lost Origin/128.ts index b16ed6830f..38d9e010cf 100644 --- a/data/Sword & Shield/Lost Origin/128.ts +++ b/data/Sword & Shield/Lost Origin/128.ts @@ -60,16 +60,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674141, - tcgplayer: 284045 - } + illustrator: "Rianti Hidayat", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674141, + tcgplayer: 284045 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674141, + tcgplayer: 284045 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/129.ts b/data/Sword & Shield/Lost Origin/129.ts index 9280a5512d..897551b9cc 100644 --- a/data/Sword & Shield/Lost Origin/129.ts +++ b/data/Sword & Shield/Lost Origin/129.ts @@ -68,16 +68,16 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674142, - tcgplayer: 284047 - } + illustrator: "PLANETA Yamashita", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674142, + tcgplayer: 284047 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/130.ts b/data/Sword & Shield/Lost Origin/130.ts index ace14e975d..a7ea2f8f2f 100644 --- a/data/Sword & Shield/Lost Origin/130.ts +++ b/data/Sword & Shield/Lost Origin/130.ts @@ -68,16 +68,16 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 670816, - tcgplayer: 284050 - } + illustrator: "5ban Graphics", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 670816, + tcgplayer: 284050 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/131.ts b/data/Sword & Shield/Lost Origin/131.ts index 6b420aaec5..0fb8781550 100644 --- a/data/Sword & Shield/Lost Origin/131.ts +++ b/data/Sword & Shield/Lost Origin/131.ts @@ -78,16 +78,16 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674143, - tcgplayer: 284051 - } + illustrator: "5ban Graphics", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674143, + tcgplayer: 284051 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/132.ts b/data/Sword & Shield/Lost Origin/132.ts index e61f92c234..1b6535cc45 100644 --- a/data/Sword & Shield/Lost Origin/132.ts +++ b/data/Sword & Shield/Lost Origin/132.ts @@ -51,16 +51,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674144, - tcgplayer: 284053 - } + illustrator: "Oswaldo KATO", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674144, + tcgplayer: 284053 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674144, + tcgplayer: 284053 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/133.ts b/data/Sword & Shield/Lost Origin/133.ts index f037b1af44..e4148333fd 100644 --- a/data/Sword & Shield/Lost Origin/133.ts +++ b/data/Sword & Shield/Lost Origin/133.ts @@ -66,16 +66,23 @@ const card: Card = { retreat: 3, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674145, - tcgplayer: 284054 - } + illustrator: "Kouki Saitou", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674145, + tcgplayer: 284054 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674145, + tcgplayer: 284054 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/134.ts b/data/Sword & Shield/Lost Origin/134.ts index 37773666d9..f894a53c11 100644 --- a/data/Sword & Shield/Lost Origin/134.ts +++ b/data/Sword & Shield/Lost Origin/134.ts @@ -70,16 +70,23 @@ const card: Card = { retreat: 3, regulationMark: "F", - variants: { - "normal": false, - "reverse": true, - "holo": true - }, - - thirdParty: { - cardmarket: 670817, - tcgplayer: 284055 - } + illustrator: "Akira Komayama", + variants: [ + { + type: "reverse", + thirdParty: { + cardmarket: 670817, + tcgplayer: 284055 + } + }, + { + type: "holo", + thirdParty: { + cardmarket: 670817, + tcgplayer: 284055 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/135.ts b/data/Sword & Shield/Lost Origin/135.ts index 44bb041c1d..24e3b16a1b 100644 --- a/data/Sword & Shield/Lost Origin/135.ts +++ b/data/Sword & Shield/Lost Origin/135.ts @@ -70,16 +70,16 @@ const card: Card = { retreat: 3, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 670818, - tcgplayer: 284058 - } + illustrator: "5ban Graphics", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 670818, + tcgplayer: 284058 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/136.ts b/data/Sword & Shield/Lost Origin/136.ts index 4758355014..aba02ebbd0 100644 --- a/data/Sword & Shield/Lost Origin/136.ts +++ b/data/Sword & Shield/Lost Origin/136.ts @@ -58,16 +58,16 @@ const card: Card = { retreat: 3, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 670818, - tcgplayer: 284059 - } + illustrator: "5ban Graphics", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 670818, + tcgplayer: 284059 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/137.ts b/data/Sword & Shield/Lost Origin/137.ts index a9ceca3f9d..dce51c233c 100644 --- a/data/Sword & Shield/Lost Origin/137.ts +++ b/data/Sword & Shield/Lost Origin/137.ts @@ -70,16 +70,16 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674147, - tcgplayer: 284060 - } + illustrator: "Saki Hayashiro", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674147, + tcgplayer: 284060 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/138.ts b/data/Sword & Shield/Lost Origin/138.ts index 1ae62fdc43..73ea5890e8 100644 --- a/data/Sword & Shield/Lost Origin/138.ts +++ b/data/Sword & Shield/Lost Origin/138.ts @@ -38,16 +38,23 @@ const card: Card = { retreat: 4, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674148, - tcgplayer: 284061 - } + illustrator: "KIYOTAKA OSHIYAMA", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674148, + tcgplayer: 284061 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674148, + tcgplayer: 284061 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/139.ts b/data/Sword & Shield/Lost Origin/139.ts index 878e3a9a43..d5f1a985ad 100644 --- a/data/Sword & Shield/Lost Origin/139.ts +++ b/data/Sword & Shield/Lost Origin/139.ts @@ -61,16 +61,23 @@ const card: Card = { retreat: 4, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674149, - tcgplayer: 284062 - } + illustrator: "Shibuzoh.", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674149, + tcgplayer: 284062 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674149, + tcgplayer: 284062 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/140.ts b/data/Sword & Shield/Lost Origin/140.ts index fac0bf6308..8366da71e6 100644 --- a/data/Sword & Shield/Lost Origin/140.ts +++ b/data/Sword & Shield/Lost Origin/140.ts @@ -58,16 +58,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674150, - tcgplayer: 284063 - } + illustrator: "kurumitsu", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674150, + tcgplayer: 284063 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674150, + tcgplayer: 284063 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/141.ts b/data/Sword & Shield/Lost Origin/141.ts index 3803ea71b0..eb690fb5d8 100644 --- a/data/Sword & Shield/Lost Origin/141.ts +++ b/data/Sword & Shield/Lost Origin/141.ts @@ -57,16 +57,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674151, - tcgplayer: 284064 - } + illustrator: "OKACHEKE", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674151, + tcgplayer: 284064 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674151, + tcgplayer: 284064 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/142.ts b/data/Sword & Shield/Lost Origin/142.ts index af048f5bb2..749145de51 100644 --- a/data/Sword & Shield/Lost Origin/142.ts +++ b/data/Sword & Shield/Lost Origin/142.ts @@ -68,16 +68,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674152, - tcgplayer: 284066 - } + illustrator: "Shibuzoh.", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674152, + tcgplayer: 284066 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674152, + tcgplayer: 284066 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/143.ts b/data/Sword & Shield/Lost Origin/143.ts index 251eb4c98c..a6859ef997 100644 --- a/data/Sword & Shield/Lost Origin/143.ts +++ b/data/Sword & Shield/Lost Origin/143.ts @@ -69,16 +69,23 @@ const card: Card = { retreat: 4, regulationMark: "F", - variants: { - "normal": false, - "reverse": true, - "holo": true - }, - - thirdParty: { - cardmarket: 670829, - tcgplayer: 284068 - } + illustrator: "0313", + variants: [ + { + type: "reverse", + thirdParty: { + cardmarket: 670829, + tcgplayer: 284068 + } + }, + { + type: "holo", + thirdParty: { + cardmarket: 670829, + tcgplayer: 284068 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/144.ts b/data/Sword & Shield/Lost Origin/144.ts index 91fe6afda1..35f574cdb8 100644 --- a/data/Sword & Shield/Lost Origin/144.ts +++ b/data/Sword & Shield/Lost Origin/144.ts @@ -58,16 +58,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674154, - tcgplayer: 284070 - } + illustrator: "Kouki Saitou", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674154, + tcgplayer: 284070 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674154, + tcgplayer: 284070 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/145.ts b/data/Sword & Shield/Lost Origin/145.ts index 846d820a42..20648fd83b 100644 --- a/data/Sword & Shield/Lost Origin/145.ts +++ b/data/Sword & Shield/Lost Origin/145.ts @@ -77,16 +77,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674155, - tcgplayer: 284071 - } + illustrator: "Atsushi Furusawa", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674155, + tcgplayer: 284071 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674155, + tcgplayer: 284071 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/146.ts b/data/Sword & Shield/Lost Origin/146.ts index 8392491af1..26235e61bb 100644 --- a/data/Sword & Shield/Lost Origin/146.ts +++ b/data/Sword & Shield/Lost Origin/146.ts @@ -68,16 +68,16 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 670819, - tcgplayer: 284074 - } + illustrator: "aky CG Works", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 670819, + tcgplayer: 284074 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/147.ts b/data/Sword & Shield/Lost Origin/147.ts index 95032891eb..ca17d26373 100644 --- a/data/Sword & Shield/Lost Origin/147.ts +++ b/data/Sword & Shield/Lost Origin/147.ts @@ -58,16 +58,16 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 670819, - tcgplayer: 282256 - } + illustrator: "aky CG Works", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 670819, + tcgplayer: 282256 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/148.ts b/data/Sword & Shield/Lost Origin/148.ts index 59c453c499..c141daa1d3 100644 --- a/data/Sword & Shield/Lost Origin/148.ts +++ b/data/Sword & Shield/Lost Origin/148.ts @@ -60,16 +60,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674157, - tcgplayer: 284075 - } + illustrator: "Nisota Nisa", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674157, + tcgplayer: 284075 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674157, + tcgplayer: 284075 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/149.ts b/data/Sword & Shield/Lost Origin/149.ts index 8a9742b9fe..7aafce1267 100644 --- a/data/Sword & Shield/Lost Origin/149.ts +++ b/data/Sword & Shield/Lost Origin/149.ts @@ -69,16 +69,23 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674158, - tcgplayer: 284077 - } + illustrator: "HYOGONOSUKE", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674158, + tcgplayer: 284077 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674158, + tcgplayer: 284077 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/150.ts b/data/Sword & Shield/Lost Origin/150.ts index 60b2cfd02e..1815706252 100644 --- a/data/Sword & Shield/Lost Origin/150.ts +++ b/data/Sword & Shield/Lost Origin/150.ts @@ -38,16 +38,23 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674159, - tcgplayer: 284078 - } + illustrator: "Miki Tanaka", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674159, + tcgplayer: 284078 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674159, + tcgplayer: 284078 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/151.ts b/data/Sword & Shield/Lost Origin/151.ts index 2a5ef5b473..1a4c1e592f 100644 --- a/data/Sword & Shield/Lost Origin/151.ts +++ b/data/Sword & Shield/Lost Origin/151.ts @@ -77,16 +77,23 @@ const card: Card = { retreat: 3, regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674160, - tcgplayer: 284079 - } + illustrator: "sui", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674160, + tcgplayer: 284079 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674160, + tcgplayer: 284079 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/152.ts b/data/Sword & Shield/Lost Origin/152.ts index 7e97cb7ca8..4ff3e5a5d6 100644 --- a/data/Sword & Shield/Lost Origin/152.ts +++ b/data/Sword & Shield/Lost Origin/152.ts @@ -28,16 +28,23 @@ const card: Card = { trainerType: "Item", regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674161, - tcgplayer: 284082 - } + illustrator: "5ban Graphics", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674161, + tcgplayer: 284082 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674161, + tcgplayer: 284082 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/153.ts b/data/Sword & Shield/Lost Origin/153.ts index 7757e92189..01be17ec43 100644 --- a/data/Sword & Shield/Lost Origin/153.ts +++ b/data/Sword & Shield/Lost Origin/153.ts @@ -28,16 +28,23 @@ const card: Card = { trainerType: "Supporter", regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674162, - tcgplayer: 284083 - } + illustrator: "kirisAki", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674162, + tcgplayer: 284083 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674162, + tcgplayer: 284083 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/154.ts b/data/Sword & Shield/Lost Origin/154.ts index 7e096ff481..930071f8a1 100644 --- a/data/Sword & Shield/Lost Origin/154.ts +++ b/data/Sword & Shield/Lost Origin/154.ts @@ -28,16 +28,23 @@ const card: Card = { trainerType: "Tool", regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674163, - tcgplayer: 284084 - } + illustrator: "Toyste Beach", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674163, + tcgplayer: 284084 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674163, + tcgplayer: 284084 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/155.ts b/data/Sword & Shield/Lost Origin/155.ts index 8bf2a3b9f0..18ab4626e0 100644 --- a/data/Sword & Shield/Lost Origin/155.ts +++ b/data/Sword & Shield/Lost Origin/155.ts @@ -28,16 +28,23 @@ const card: Card = { trainerType: "Supporter", regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 670820, - tcgplayer: 284085 - } + illustrator: "Naoki Saito", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 670820, + tcgplayer: 284085 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 670820, + tcgplayer: 284085 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/156.ts b/data/Sword & Shield/Lost Origin/156.ts index f6d078fea1..aa1652d4f4 100644 --- a/data/Sword & Shield/Lost Origin/156.ts +++ b/data/Sword & Shield/Lost Origin/156.ts @@ -28,16 +28,23 @@ const card: Card = { trainerType: "Item", regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674164, - tcgplayer: 284087 - } + illustrator: "sadaji", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674164, + tcgplayer: 284087 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674164, + tcgplayer: 284087 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/157.ts b/data/Sword & Shield/Lost Origin/157.ts index 712153d2f3..52fa6a1a4a 100644 --- a/data/Sword & Shield/Lost Origin/157.ts +++ b/data/Sword & Shield/Lost Origin/157.ts @@ -28,16 +28,23 @@ const card: Card = { trainerType: "Supporter", regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674165, - tcgplayer: 284088 - } + illustrator: "Ryuta Fuse", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674165, + tcgplayer: 284088 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674165, + tcgplayer: 284088 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/158.ts b/data/Sword & Shield/Lost Origin/158.ts index c20cd46c5c..f73e510b74 100644 --- a/data/Sword & Shield/Lost Origin/158.ts +++ b/data/Sword & Shield/Lost Origin/158.ts @@ -28,16 +28,23 @@ const card: Card = { trainerType: "Supporter", regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674166, - tcgplayer: 284089 - } + illustrator: "Akira Komayama", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674166, + tcgplayer: 284089 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674166, + tcgplayer: 284089 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/159.ts b/data/Sword & Shield/Lost Origin/159.ts index 37e71d16a0..ef74938f33 100644 --- a/data/Sword & Shield/Lost Origin/159.ts +++ b/data/Sword & Shield/Lost Origin/159.ts @@ -27,16 +27,23 @@ const card: Card = { trainerType: "Supporter", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674167, - tcgplayer: 284090 - } + illustrator: "saino misaki", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674167, + tcgplayer: 284090 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674167, + tcgplayer: 284090 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/160.ts b/data/Sword & Shield/Lost Origin/160.ts index 047a45db33..6bffa6cd3c 100644 --- a/data/Sword & Shield/Lost Origin/160.ts +++ b/data/Sword & Shield/Lost Origin/160.ts @@ -28,16 +28,23 @@ const card: Card = { trainerType: "Stadium", regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674168, - tcgplayer: 284092 - } + illustrator: "Oswaldo KATO", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674168, + tcgplayer: 284092 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674168, + tcgplayer: 284092 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/161.ts b/data/Sword & Shield/Lost Origin/161.ts index 9a423fc8ae..1074e78511 100644 --- a/data/Sword & Shield/Lost Origin/161.ts +++ b/data/Sword & Shield/Lost Origin/161.ts @@ -28,16 +28,23 @@ const card: Card = { trainerType: "Stadium", regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674170, - tcgplayer: 284093 - } + illustrator: "AYUMI ODASHIMA", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674170, + tcgplayer: 284093 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674170, + tcgplayer: 284093 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/162.ts b/data/Sword & Shield/Lost Origin/162.ts index e9c0da4f80..be75f2fa75 100644 --- a/data/Sword & Shield/Lost Origin/162.ts +++ b/data/Sword & Shield/Lost Origin/162.ts @@ -28,16 +28,23 @@ const card: Card = { trainerType: "Item", regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674171, - tcgplayer: 284094 - } + illustrator: "Toyste Beach", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674171, + tcgplayer: 284094 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674171, + tcgplayer: 284094 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/163.ts b/data/Sword & Shield/Lost Origin/163.ts index f6ce26982f..01b8276b88 100644 --- a/data/Sword & Shield/Lost Origin/163.ts +++ b/data/Sword & Shield/Lost Origin/163.ts @@ -28,16 +28,23 @@ const card: Card = { trainerType: "Item", regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 670821, - tcgplayer: 282257 - } + illustrator: "sadaji", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 670821, + tcgplayer: 282257 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 670821, + tcgplayer: 282257 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/164.ts b/data/Sword & Shield/Lost Origin/164.ts index 16268734db..466418abca 100644 --- a/data/Sword & Shield/Lost Origin/164.ts +++ b/data/Sword & Shield/Lost Origin/164.ts @@ -28,16 +28,23 @@ const card: Card = { trainerType: "Supporter", regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674172, - tcgplayer: 284096 - } + illustrator: "Souichirou Gunjima", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674172, + tcgplayer: 284096 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674172, + tcgplayer: 284096 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/165.ts b/data/Sword & Shield/Lost Origin/165.ts index 4701936ead..371f56d767 100644 --- a/data/Sword & Shield/Lost Origin/165.ts +++ b/data/Sword & Shield/Lost Origin/165.ts @@ -28,16 +28,23 @@ const card: Card = { trainerType: "Tool", regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674173, - tcgplayer: 284097 - } + illustrator: "Studio Bora Inc.", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674173, + tcgplayer: 284097 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674173, + tcgplayer: 284097 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/166.ts b/data/Sword & Shield/Lost Origin/166.ts index 4073a4cf53..3e1540f1b5 100644 --- a/data/Sword & Shield/Lost Origin/166.ts +++ b/data/Sword & Shield/Lost Origin/166.ts @@ -28,16 +28,23 @@ const card: Card = { trainerType: "Supporter", regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674174, - tcgplayer: 284099 - } + illustrator: "Ken Sugimori", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674174, + tcgplayer: 284099 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674174, + tcgplayer: 284099 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/167.ts b/data/Sword & Shield/Lost Origin/167.ts index b1fec6bb0f..ae23ffb409 100644 --- a/data/Sword & Shield/Lost Origin/167.ts +++ b/data/Sword & Shield/Lost Origin/167.ts @@ -28,16 +28,23 @@ const card: Card = { trainerType: "Supporter", regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674175, - tcgplayer: 284100 - } + illustrator: "Hideki Ishikawa", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674175, + tcgplayer: 284100 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674175, + tcgplayer: 284100 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/168.ts b/data/Sword & Shield/Lost Origin/168.ts index 64b9410fd0..c327c76a4f 100644 --- a/data/Sword & Shield/Lost Origin/168.ts +++ b/data/Sword & Shield/Lost Origin/168.ts @@ -28,16 +28,23 @@ const card: Card = { trainerType: "Item", regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674176, - tcgplayer: 284101 - } + illustrator: "AYUMI ODASHIMA", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674176, + tcgplayer: 284101 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674176, + tcgplayer: 284101 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/169.ts b/data/Sword & Shield/Lost Origin/169.ts index 5834bbd1d9..1eec3791e3 100644 --- a/data/Sword & Shield/Lost Origin/169.ts +++ b/data/Sword & Shield/Lost Origin/169.ts @@ -28,16 +28,23 @@ const card: Card = { trainerType: "Supporter", regulationMark: "F", - variants: { - "normal": false, - "reverse": true, - "holo": true - }, - - thirdParty: { - cardmarket: 670825, - tcgplayer: 284104 - } + illustrator: "kirisAki", + variants: [ + { + type: "reverse", + thirdParty: { + cardmarket: 670825, + tcgplayer: 284104 + } + }, + { + type: "holo", + thirdParty: { + cardmarket: 670825, + tcgplayer: 284104 + } + }, + ], } export default card diff --git a/data/Sword & Shield/Lost Origin/170.ts b/data/Sword & Shield/Lost Origin/170.ts index 53d9383d51..c0f9cc1578 100644 --- a/data/Sword & Shield/Lost Origin/170.ts +++ b/data/Sword & Shield/Lost Origin/170.ts @@ -28,16 +28,23 @@ const card: Card = { trainerType: "Tool", regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 670822, - tcgplayer: 284106 - } + illustrator: "Toyste Beach", + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 670822, + tcgplayer: 284106 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 670822, + tcgplayer: 284106 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/171.ts b/data/Sword & Shield/Lost Origin/171.ts index 4a9dc45715..904f375172 100644 --- a/data/Sword & Shield/Lost Origin/171.ts +++ b/data/Sword & Shield/Lost Origin/171.ts @@ -28,16 +28,22 @@ const card: Card = { energyType: "Special", regulationMark: "F", - variants: { - "normal": true, - "reverse": true, - "holo": false - }, - - thirdParty: { - cardmarket: 674178, - tcgplayer: 284108 - } + variants: [ + { + type: "normal", + thirdParty: { + cardmarket: 674178, + tcgplayer: 284108 + } + }, + { + type: "reverse", + thirdParty: { + cardmarket: 674178, + tcgplayer: 284108 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/172.ts b/data/Sword & Shield/Lost Origin/172.ts index 1acf72ba4c..ba3c8e807d 100644 --- a/data/Sword & Shield/Lost Origin/172.ts +++ b/data/Sword & Shield/Lost Origin/172.ts @@ -68,16 +68,16 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 670823, - tcgplayer: 284110 - } + illustrator: "5ban Graphics", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 670823, + tcgplayer: 284110 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/173.ts b/data/Sword & Shield/Lost Origin/173.ts index 5978af5738..2d76c056fb 100644 --- a/data/Sword & Shield/Lost Origin/173.ts +++ b/data/Sword & Shield/Lost Origin/173.ts @@ -68,16 +68,16 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674179, - tcgplayer: 284115 - } + illustrator: "PLANETA Yamashita", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674179, + tcgplayer: 284115 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/174.ts b/data/Sword & Shield/Lost Origin/174.ts index 33a3563aac..120612d464 100644 --- a/data/Sword & Shield/Lost Origin/174.ts +++ b/data/Sword & Shield/Lost Origin/174.ts @@ -59,16 +59,16 @@ const card: Card = { retreat: 3, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674180, - tcgplayer: 284116 - } + illustrator: "takuyoa", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674180, + tcgplayer: 284116 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/175.ts b/data/Sword & Shield/Lost Origin/175.ts index 1e3d9d6105..463efb61f4 100644 --- a/data/Sword & Shield/Lost Origin/175.ts +++ b/data/Sword & Shield/Lost Origin/175.ts @@ -68,16 +68,16 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674181, - tcgplayer: 284117 - } + illustrator: "N-DESIGN Inc.", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674181, + tcgplayer: 284117 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/176.ts b/data/Sword & Shield/Lost Origin/176.ts index 3d438b677b..42df97b50c 100644 --- a/data/Sword & Shield/Lost Origin/176.ts +++ b/data/Sword & Shield/Lost Origin/176.ts @@ -70,16 +70,16 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674182, - tcgplayer: 284120 - } + illustrator: "PLANETA Mochizuki", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674182, + tcgplayer: 284120 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/177.ts b/data/Sword & Shield/Lost Origin/177.ts index f7aa283d7c..bdf1c9c370 100644 --- a/data/Sword & Shield/Lost Origin/177.ts +++ b/data/Sword & Shield/Lost Origin/177.ts @@ -70,16 +70,16 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674183, - tcgplayer: 284119 - } + illustrator: "Yuu Nishida", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674183, + tcgplayer: 284119 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/178.ts b/data/Sword & Shield/Lost Origin/178.ts index 81ffb4d729..4de735737e 100644 --- a/data/Sword & Shield/Lost Origin/178.ts +++ b/data/Sword & Shield/Lost Origin/178.ts @@ -70,16 +70,16 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674187, - tcgplayer: 284131 - } + illustrator: "5ban Graphics", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674187, + tcgplayer: 284131 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/179.ts b/data/Sword & Shield/Lost Origin/179.ts index ea64d5d3f8..3cc8eba01e 100644 --- a/data/Sword & Shield/Lost Origin/179.ts +++ b/data/Sword & Shield/Lost Origin/179.ts @@ -61,16 +61,16 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674184, - tcgplayer: 284123 - } + illustrator: "N-DESIGN Inc.", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674184, + tcgplayer: 284123 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/180.ts b/data/Sword & Shield/Lost Origin/180.ts index 89dbaf4413..0a098308bf 100644 --- a/data/Sword & Shield/Lost Origin/180.ts +++ b/data/Sword & Shield/Lost Origin/180.ts @@ -61,16 +61,16 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674185, - tcgplayer: 284122 - } + illustrator: "Nurikabe", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674185, + tcgplayer: 284122 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/181.ts b/data/Sword & Shield/Lost Origin/181.ts index f715e0a5a8..4b0f26ce34 100644 --- a/data/Sword & Shield/Lost Origin/181.ts +++ b/data/Sword & Shield/Lost Origin/181.ts @@ -70,16 +70,16 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 670831, - tcgplayer: 284124 - } + illustrator: "takuyoa", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 670831, + tcgplayer: 284124 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/182.ts b/data/Sword & Shield/Lost Origin/182.ts index a14f35b75e..35740cd6c8 100644 --- a/data/Sword & Shield/Lost Origin/182.ts +++ b/data/Sword & Shield/Lost Origin/182.ts @@ -70,16 +70,16 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674188, - tcgplayer: 284127 - } + illustrator: "N-DESIGN Inc.", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674188, + tcgplayer: 284127 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/183.ts b/data/Sword & Shield/Lost Origin/183.ts index 8328d3f4ff..7991092737 100644 --- a/data/Sword & Shield/Lost Origin/183.ts +++ b/data/Sword & Shield/Lost Origin/183.ts @@ -68,16 +68,16 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674189, - tcgplayer: 284134 - } + illustrator: "PLANETA Yamashita", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674189, + tcgplayer: 284134 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/184.ts b/data/Sword & Shield/Lost Origin/184.ts index 301afb5927..4d16a3bb66 100644 --- a/data/Sword & Shield/Lost Origin/184.ts +++ b/data/Sword & Shield/Lost Origin/184.ts @@ -68,16 +68,16 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674190, - tcgplayer: 284135 - } + illustrator: "GOSSAN", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674190, + tcgplayer: 284135 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/185.ts b/data/Sword & Shield/Lost Origin/185.ts index 981f4ab023..fa87d6d4f6 100644 --- a/data/Sword & Shield/Lost Origin/185.ts +++ b/data/Sword & Shield/Lost Origin/185.ts @@ -68,16 +68,16 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674191, - tcgplayer: 284136 - } + illustrator: "N-DESIGN Inc.", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674191, + tcgplayer: 284136 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/186.ts b/data/Sword & Shield/Lost Origin/186.ts index e9ab5f5b1b..54a5440830 100644 --- a/data/Sword & Shield/Lost Origin/186.ts +++ b/data/Sword & Shield/Lost Origin/186.ts @@ -68,16 +68,16 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674192, - tcgplayer: 284137 - } + illustrator: "Shinji Kanda", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674192, + tcgplayer: 284137 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/187.ts b/data/Sword & Shield/Lost Origin/187.ts index 0814c4f20a..2aafcd3530 100644 --- a/data/Sword & Shield/Lost Origin/187.ts +++ b/data/Sword & Shield/Lost Origin/187.ts @@ -70,16 +70,16 @@ const card: Card = { retreat: 3, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 670824, - tcgplayer: 284138 - } + illustrator: "5ban Graphics", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 670824, + tcgplayer: 284138 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/188.ts b/data/Sword & Shield/Lost Origin/188.ts index 3c8b5f2891..c887f4165b 100644 --- a/data/Sword & Shield/Lost Origin/188.ts +++ b/data/Sword & Shield/Lost Origin/188.ts @@ -70,16 +70,16 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674193, - tcgplayer: 284139 - } + illustrator: "Saki Hayashiro", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674193, + tcgplayer: 284139 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/189.ts b/data/Sword & Shield/Lost Origin/189.ts index b5be44060c..c453617c31 100644 --- a/data/Sword & Shield/Lost Origin/189.ts +++ b/data/Sword & Shield/Lost Origin/189.ts @@ -28,16 +28,16 @@ const card: Card = { trainerType: "Supporter", regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674194, - tcgplayer: 284141 - } + illustrator: "You Iribi", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674194, + tcgplayer: 284141 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/190.ts b/data/Sword & Shield/Lost Origin/190.ts index b2b6c27da8..775264f67b 100644 --- a/data/Sword & Shield/Lost Origin/190.ts +++ b/data/Sword & Shield/Lost Origin/190.ts @@ -28,16 +28,16 @@ const card: Card = { trainerType: "Supporter", regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674195, - tcgplayer: 284142 - } + illustrator: "Naoki Saito", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674195, + tcgplayer: 284142 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/191.ts b/data/Sword & Shield/Lost Origin/191.ts index beb757ee20..704db03880 100644 --- a/data/Sword & Shield/Lost Origin/191.ts +++ b/data/Sword & Shield/Lost Origin/191.ts @@ -28,16 +28,16 @@ const card: Card = { trainerType: "Supporter", regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674196, - tcgplayer: 284144 - } + illustrator: "Ryuta Fuse", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674196, + tcgplayer: 284144 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/192.ts b/data/Sword & Shield/Lost Origin/192.ts index 5d3fe16abf..7ccb710b18 100644 --- a/data/Sword & Shield/Lost Origin/192.ts +++ b/data/Sword & Shield/Lost Origin/192.ts @@ -28,16 +28,16 @@ const card: Card = { trainerType: "Supporter", regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674197, - tcgplayer: 284145 - } + illustrator: "Hitoshi Ariga", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674197, + tcgplayer: 284145 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/193.ts b/data/Sword & Shield/Lost Origin/193.ts index e14c05e8e4..e063b65778 100644 --- a/data/Sword & Shield/Lost Origin/193.ts +++ b/data/Sword & Shield/Lost Origin/193.ts @@ -27,16 +27,16 @@ const card: Card = { trainerType: "Supporter", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674198, - tcgplayer: 284146 - } + illustrator: "saino misaki", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674198, + tcgplayer: 284146 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/194.ts b/data/Sword & Shield/Lost Origin/194.ts index d45427d828..79649065db 100644 --- a/data/Sword & Shield/Lost Origin/194.ts +++ b/data/Sword & Shield/Lost Origin/194.ts @@ -28,16 +28,16 @@ const card: Card = { trainerType: "Supporter", regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674199, - tcgplayer: 284147 - } + illustrator: "Souichirou Gunjima", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674199, + tcgplayer: 284147 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/195.ts b/data/Sword & Shield/Lost Origin/195.ts index 7b578549c4..5ec0c5d16c 100644 --- a/data/Sword & Shield/Lost Origin/195.ts +++ b/data/Sword & Shield/Lost Origin/195.ts @@ -28,16 +28,16 @@ const card: Card = { trainerType: "Supporter", regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674200, - tcgplayer: 284148 - } + illustrator: "Hideki Ishikawa", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674200, + tcgplayer: 284148 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/196.ts b/data/Sword & Shield/Lost Origin/196.ts index d3da6bbe99..1e4666d6cc 100644 --- a/data/Sword & Shield/Lost Origin/196.ts +++ b/data/Sword & Shield/Lost Origin/196.ts @@ -28,16 +28,16 @@ const card: Card = { trainerType: "Supporter", regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 670825, - tcgplayer: 284150 - } + illustrator: "kirisAki", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 670825, + tcgplayer: 284150 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/197.ts b/data/Sword & Shield/Lost Origin/197.ts index 8367fb4ed1..603ba58525 100644 --- a/data/Sword & Shield/Lost Origin/197.ts +++ b/data/Sword & Shield/Lost Origin/197.ts @@ -79,16 +79,16 @@ const card: Card = { retreat: 3, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674201, - tcgplayer: 284152 - } + illustrator: "N-DESIGN Inc.", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674201, + tcgplayer: 284152 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/198.ts b/data/Sword & Shield/Lost Origin/198.ts index 6333db136b..e85eafd9ff 100644 --- a/data/Sword & Shield/Lost Origin/198.ts +++ b/data/Sword & Shield/Lost Origin/198.ts @@ -78,16 +78,16 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674202, - tcgplayer: 284153 - } + illustrator: "PLANETA Mochizuki", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674202, + tcgplayer: 284153 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/199.ts b/data/Sword & Shield/Lost Origin/199.ts index f9101ee245..c3257e8604 100644 --- a/data/Sword & Shield/Lost Origin/199.ts +++ b/data/Sword & Shield/Lost Origin/199.ts @@ -78,16 +78,16 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674203, - tcgplayer: 284154 - } + illustrator: "5ban Graphics", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674203, + tcgplayer: 284154 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/200.ts b/data/Sword & Shield/Lost Origin/200.ts index 8704819938..e41d252aa6 100644 --- a/data/Sword & Shield/Lost Origin/200.ts +++ b/data/Sword & Shield/Lost Origin/200.ts @@ -58,16 +58,16 @@ const card: Card = { retreat: 3, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674206, - tcgplayer: 284155 - } + illustrator: "PLANETA Mochizuki", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674206, + tcgplayer: 284155 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/201.ts b/data/Sword & Shield/Lost Origin/201.ts index d4e2253de0..3faceda0fa 100644 --- a/data/Sword & Shield/Lost Origin/201.ts +++ b/data/Sword & Shield/Lost Origin/201.ts @@ -78,16 +78,16 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 670816, - tcgplayer: 284156 - } + illustrator: "5ban Graphics", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 670816, + tcgplayer: 284156 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/202.ts b/data/Sword & Shield/Lost Origin/202.ts index 239d56e170..af04a45c03 100644 --- a/data/Sword & Shield/Lost Origin/202.ts +++ b/data/Sword & Shield/Lost Origin/202.ts @@ -58,16 +58,16 @@ const card: Card = { retreat: 3, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674208, - tcgplayer: 284157 - } + illustrator: "5ban Graphics", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674208, + tcgplayer: 284157 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/203.ts b/data/Sword & Shield/Lost Origin/203.ts index ffc90c28de..a93cd0fc0f 100644 --- a/data/Sword & Shield/Lost Origin/203.ts +++ b/data/Sword & Shield/Lost Origin/203.ts @@ -58,16 +58,16 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674209, - tcgplayer: 284158 - } + illustrator: "aky CG Works", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674209, + tcgplayer: 284158 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/204.ts b/data/Sword & Shield/Lost Origin/204.ts index b454ed0ac0..b34548746f 100644 --- a/data/Sword & Shield/Lost Origin/204.ts +++ b/data/Sword & Shield/Lost Origin/204.ts @@ -28,16 +28,16 @@ const card: Card = { trainerType: "Supporter", regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674210, - tcgplayer: 284159 - } + illustrator: "You Iribi", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674210, + tcgplayer: 284159 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/205.ts b/data/Sword & Shield/Lost Origin/205.ts index a30e59ce35..8d232bc9a4 100644 --- a/data/Sword & Shield/Lost Origin/205.ts +++ b/data/Sword & Shield/Lost Origin/205.ts @@ -28,16 +28,16 @@ const card: Card = { trainerType: "Supporter", regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674211, - tcgplayer: 284160 - } + illustrator: "Naoki Saito", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674211, + tcgplayer: 284160 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/206.ts b/data/Sword & Shield/Lost Origin/206.ts index fc51f0327b..37d99a5e61 100644 --- a/data/Sword & Shield/Lost Origin/206.ts +++ b/data/Sword & Shield/Lost Origin/206.ts @@ -28,16 +28,16 @@ const card: Card = { trainerType: "Supporter", regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674212, - tcgplayer: 284161 - } + illustrator: "Ryuta Fuse", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674212, + tcgplayer: 284161 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/207.ts b/data/Sword & Shield/Lost Origin/207.ts index f5abd837f4..d76aa023e0 100644 --- a/data/Sword & Shield/Lost Origin/207.ts +++ b/data/Sword & Shield/Lost Origin/207.ts @@ -28,16 +28,16 @@ const card: Card = { trainerType: "Supporter", regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674213, - tcgplayer: 284162 - } + illustrator: "Hitoshi Ariga", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674213, + tcgplayer: 284162 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/208.ts b/data/Sword & Shield/Lost Origin/208.ts index 7e471a51c6..2f27227e94 100644 --- a/data/Sword & Shield/Lost Origin/208.ts +++ b/data/Sword & Shield/Lost Origin/208.ts @@ -27,16 +27,16 @@ const card: Card = { trainerType: "Supporter", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674214, - tcgplayer: 284163 - } + illustrator: "saino misaki", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674214, + tcgplayer: 284163 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/209.ts b/data/Sword & Shield/Lost Origin/209.ts index d2ae8ad59b..ff35184981 100644 --- a/data/Sword & Shield/Lost Origin/209.ts +++ b/data/Sword & Shield/Lost Origin/209.ts @@ -28,16 +28,16 @@ const card: Card = { trainerType: "Supporter", regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674215, - tcgplayer: 284164 - } + illustrator: "Souichirou Gunjima", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674215, + tcgplayer: 284164 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/210.ts b/data/Sword & Shield/Lost Origin/210.ts index 1b28855150..1c86d9d2fd 100644 --- a/data/Sword & Shield/Lost Origin/210.ts +++ b/data/Sword & Shield/Lost Origin/210.ts @@ -28,16 +28,16 @@ const card: Card = { trainerType: "Supporter", regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674216, - tcgplayer: 284165 - } + illustrator: "Hideki Ishikawa", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674216, + tcgplayer: 284165 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/211.ts b/data/Sword & Shield/Lost Origin/211.ts index 7ca844b9d6..d83eda4cf3 100644 --- a/data/Sword & Shield/Lost Origin/211.ts +++ b/data/Sword & Shield/Lost Origin/211.ts @@ -28,16 +28,16 @@ const card: Card = { trainerType: "Supporter", regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674217, - tcgplayer: 284166 - } + illustrator: "kirisAki", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674217, + tcgplayer: 284166 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/212.ts b/data/Sword & Shield/Lost Origin/212.ts index 143287a688..a9c1a466df 100644 --- a/data/Sword & Shield/Lost Origin/212.ts +++ b/data/Sword & Shield/Lost Origin/212.ts @@ -78,16 +78,16 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 670816, - tcgplayer: 284167 - } + illustrator: "5ban Graphics", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 670816, + tcgplayer: 284167 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/213.ts b/data/Sword & Shield/Lost Origin/213.ts index a95d429d7d..7b9055001d 100644 --- a/data/Sword & Shield/Lost Origin/213.ts +++ b/data/Sword & Shield/Lost Origin/213.ts @@ -58,16 +58,16 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 670814, - tcgplayer: 284168 - } + illustrator: "aky CG Works", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 670814, + tcgplayer: 284168 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/214.ts b/data/Sword & Shield/Lost Origin/214.ts index ad181f9f85..62d0ed0f77 100644 --- a/data/Sword & Shield/Lost Origin/214.ts +++ b/data/Sword & Shield/Lost Origin/214.ts @@ -28,16 +28,16 @@ const card: Card = { trainerType: "Tool", regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674220, - tcgplayer: 284169 - } + illustrator: "Toyste Beach", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674220, + tcgplayer: 284169 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/215.ts b/data/Sword & Shield/Lost Origin/215.ts index 23c1347419..7cebb263bd 100644 --- a/data/Sword & Shield/Lost Origin/215.ts +++ b/data/Sword & Shield/Lost Origin/215.ts @@ -28,16 +28,16 @@ const card: Card = { trainerType: "Stadium", regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674221, - tcgplayer: 284170 - } + illustrator: "Oswaldo KATO", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674221, + tcgplayer: 284170 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/216.ts b/data/Sword & Shield/Lost Origin/216.ts index 6f7ad3257c..a44e4a26e9 100644 --- a/data/Sword & Shield/Lost Origin/216.ts +++ b/data/Sword & Shield/Lost Origin/216.ts @@ -27,16 +27,16 @@ const card: Card = { trainerType: "Item", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674222, - tcgplayer: 284171 - } + illustrator: "Ryo Ueda", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674222, + tcgplayer: 284171 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/217.ts b/data/Sword & Shield/Lost Origin/217.ts index e96e66eb5a..5987a8cc25 100644 --- a/data/Sword & Shield/Lost Origin/217.ts +++ b/data/Sword & Shield/Lost Origin/217.ts @@ -28,16 +28,16 @@ const card: Card = { trainerType: "Item", regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674223, - tcgplayer: 284172 - } + illustrator: "Toyste Beach", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674223, + tcgplayer: 284172 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/TG01.ts b/data/Sword & Shield/Lost Origin/TG01.ts index f6133eb785..f5106b22b3 100644 --- a/data/Sword & Shield/Lost Origin/TG01.ts +++ b/data/Sword & Shield/Lost Origin/TG01.ts @@ -79,15 +79,16 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 670810 - } + illustrator: "Oswaldo KATO", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 670810, + tcgplayer: 284253 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/TG02.ts b/data/Sword & Shield/Lost Origin/TG02.ts index d00a00341d..f6e856831d 100644 --- a/data/Sword & Shield/Lost Origin/TG02.ts +++ b/data/Sword & Shield/Lost Origin/TG02.ts @@ -79,15 +79,16 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674026 - } + illustrator: "saino misaki", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674026, + tcgplayer: 284254 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/TG03.ts b/data/Sword & Shield/Lost Origin/TG03.ts index 60f58085ab..c9308a973c 100644 --- a/data/Sword & Shield/Lost Origin/TG03.ts +++ b/data/Sword & Shield/Lost Origin/TG03.ts @@ -79,15 +79,16 @@ const card: Card = { retreat: 3, regulationMark: "D", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 670827 - } + illustrator: "GIDORA", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 670827, + tcgplayer: 284251 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/TG04.ts b/data/Sword & Shield/Lost Origin/TG04.ts index 388fad85be..e73b1d3dc1 100644 --- a/data/Sword & Shield/Lost Origin/TG04.ts +++ b/data/Sword & Shield/Lost Origin/TG04.ts @@ -70,15 +70,16 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 670828 - } + illustrator: "chibi", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 670828, + tcgplayer: 284255 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/TG05.ts b/data/Sword & Shield/Lost Origin/TG05.ts index b8c8fd72d2..b635d81648 100644 --- a/data/Sword & Shield/Lost Origin/TG05.ts +++ b/data/Sword & Shield/Lost Origin/TG05.ts @@ -69,15 +69,16 @@ const card: Card = { retreat: 1, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674062 - } + illustrator: "Atsushi Furusawa", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674062, + tcgplayer: 284258 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/TG06.ts b/data/Sword & Shield/Lost Origin/TG06.ts index 3753848b8a..3cc88fe227 100644 --- a/data/Sword & Shield/Lost Origin/TG06.ts +++ b/data/Sword & Shield/Lost Origin/TG06.ts @@ -77,15 +77,16 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674075 - } + illustrator: "Akira Komayama", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674075, + tcgplayer: 284266 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/TG07.ts b/data/Sword & Shield/Lost Origin/TG07.ts index 17a4a319b6..027af022be 100644 --- a/data/Sword & Shield/Lost Origin/TG07.ts +++ b/data/Sword & Shield/Lost Origin/TG07.ts @@ -79,15 +79,16 @@ const card: Card = { retreat: 1, regulationMark: "E", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674084 - } + illustrator: "Tomomi Kaneko", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674084, + tcgplayer: 284267 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/TG08.ts b/data/Sword & Shield/Lost Origin/TG08.ts index dca66cd8af..f4d92252ce 100644 --- a/data/Sword & Shield/Lost Origin/TG08.ts +++ b/data/Sword & Shield/Lost Origin/TG08.ts @@ -68,15 +68,16 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674097 - } + illustrator: "You Iribi", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674097, + tcgplayer: 284268 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/TG09.ts b/data/Sword & Shield/Lost Origin/TG09.ts index 5ed26efcc8..f93231fe58 100644 --- a/data/Sword & Shield/Lost Origin/TG09.ts +++ b/data/Sword & Shield/Lost Origin/TG09.ts @@ -69,15 +69,16 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674130 - } + illustrator: "Hitoshi Ariga", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674130, + tcgplayer: 284269 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/TG10.ts b/data/Sword & Shield/Lost Origin/TG10.ts index 5006d8a2cc..24f7b32ba9 100644 --- a/data/Sword & Shield/Lost Origin/TG10.ts +++ b/data/Sword & Shield/Lost Origin/TG10.ts @@ -69,15 +69,16 @@ const card: Card = { retreat: 4, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 670829 - } + illustrator: "Kouki Saitou", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 670829, + tcgplayer: 284270 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/TG11.ts b/data/Sword & Shield/Lost Origin/TG11.ts index 1ca6b5aec7..94ca11a371 100644 --- a/data/Sword & Shield/Lost Origin/TG11.ts +++ b/data/Sword & Shield/Lost Origin/TG11.ts @@ -69,15 +69,16 @@ const card: Card = { retreat: 0, regulationMark: "E", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674230 - } + illustrator: "Atsushi Furasawa", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674230, + tcgplayer: 284271 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/TG12.ts b/data/Sword & Shield/Lost Origin/TG12.ts index 5d098bd07b..002e5b2b21 100644 --- a/data/Sword & Shield/Lost Origin/TG12.ts +++ b/data/Sword & Shield/Lost Origin/TG12.ts @@ -70,15 +70,16 @@ const card: Card = { retreat: 1, regulationMark: "D", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674231 - } + illustrator: "Nisota Niso", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674231, + tcgplayer: 284272 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/TG13.ts b/data/Sword & Shield/Lost Origin/TG13.ts index dab87abec1..251fa74100 100644 --- a/data/Sword & Shield/Lost Origin/TG13.ts +++ b/data/Sword & Shield/Lost Origin/TG13.ts @@ -79,15 +79,16 @@ const card: Card = { retreat: 1, regulationMark: "D", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674232 - } + illustrator: "Teeziro", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674232, + tcgplayer: 284273 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/TG14.ts b/data/Sword & Shield/Lost Origin/TG14.ts index 3e9c31b507..4c2c5ef42a 100644 --- a/data/Sword & Shield/Lost Origin/TG14.ts +++ b/data/Sword & Shield/Lost Origin/TG14.ts @@ -61,15 +61,16 @@ const card: Card = { retreat: 3, regulationMark: "D", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 670830 - } + illustrator: "Yuya Oka", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 670830, + tcgplayer: 284275 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/TG15.ts b/data/Sword & Shield/Lost Origin/TG15.ts index b2509f36d4..95581f397c 100644 --- a/data/Sword & Shield/Lost Origin/TG15.ts +++ b/data/Sword & Shield/Lost Origin/TG15.ts @@ -57,15 +57,16 @@ const card: Card = { retreat: 3, regulationMark: "D", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674233 - } + illustrator: "Oswaldo KATO", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674233, + tcgplayer: 284276 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/TG16.ts b/data/Sword & Shield/Lost Origin/TG16.ts index 8fa2e87ccc..e1e50bdb95 100644 --- a/data/Sword & Shield/Lost Origin/TG16.ts +++ b/data/Sword & Shield/Lost Origin/TG16.ts @@ -68,15 +68,16 @@ const card: Card = { retreat: 1, regulationMark: "D", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674234 - } + illustrator: "Ryota Murayama", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674234, + tcgplayer: 284278 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/TG17.ts b/data/Sword & Shield/Lost Origin/TG17.ts index 8aaa7224cb..2ef462e0b7 100644 --- a/data/Sword & Shield/Lost Origin/TG17.ts +++ b/data/Sword & Shield/Lost Origin/TG17.ts @@ -57,15 +57,16 @@ const card: Card = { retreat: 2, regulationMark: "D", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674235 - } + illustrator: "Souichirou Gunjima", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674235, + tcgplayer: 284283 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/TG18.ts b/data/Sword & Shield/Lost Origin/TG18.ts index 44ab112174..d9671fd4c6 100644 --- a/data/Sword & Shield/Lost Origin/TG18.ts +++ b/data/Sword & Shield/Lost Origin/TG18.ts @@ -70,15 +70,16 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674095 - } + illustrator: "AKIRA EGAWA", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674095, + tcgplayer: 284284 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/TG19.ts b/data/Sword & Shield/Lost Origin/TG19.ts index 8cd65bd5c7..4fef99f05d 100644 --- a/data/Sword & Shield/Lost Origin/TG19.ts +++ b/data/Sword & Shield/Lost Origin/TG19.ts @@ -70,15 +70,16 @@ const card: Card = { retreat: 2, regulationMark: "F", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 670831 - } + illustrator: "Souichirou Gunjima", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 670831, + tcgplayer: 284286 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/TG20.ts b/data/Sword & Shield/Lost Origin/TG20.ts index 96f114c98e..12fdd051c2 100644 --- a/data/Sword & Shield/Lost Origin/TG20.ts +++ b/data/Sword & Shield/Lost Origin/TG20.ts @@ -70,15 +70,16 @@ const card: Card = { retreat: 1, regulationMark: "D", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674237 - } + illustrator: "GOSSAN", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674237, + tcgplayer: 284290 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/TG21.ts b/data/Sword & Shield/Lost Origin/TG21.ts index 8ba2b57068..fe7668e1dc 100644 --- a/data/Sword & Shield/Lost Origin/TG21.ts +++ b/data/Sword & Shield/Lost Origin/TG21.ts @@ -70,15 +70,16 @@ const card: Card = { retreat: 2, regulationMark: "D", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674238 - } + illustrator: "kodama", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674238, + tcgplayer: 284294 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/TG22.ts b/data/Sword & Shield/Lost Origin/TG22.ts index f6dc420e52..ef89df66b3 100644 --- a/data/Sword & Shield/Lost Origin/TG22.ts +++ b/data/Sword & Shield/Lost Origin/TG22.ts @@ -79,15 +79,16 @@ const card: Card = { retreat: 3, regulationMark: "D", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674239 - } + illustrator: "Mitsuhiro Arita", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674239, + tcgplayer: 284295 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/TG23.ts b/data/Sword & Shield/Lost Origin/TG23.ts index eb3973897c..66482d3a14 100644 --- a/data/Sword & Shield/Lost Origin/TG23.ts +++ b/data/Sword & Shield/Lost Origin/TG23.ts @@ -28,15 +28,16 @@ const card: Card = { trainerType: "Supporter", regulationMark: "E", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674240 - } + illustrator: "Taira Akitsu", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674240, + tcgplayer: 284296 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/TG24.ts b/data/Sword & Shield/Lost Origin/TG24.ts index af11863188..0c552a562c 100644 --- a/data/Sword & Shield/Lost Origin/TG24.ts +++ b/data/Sword & Shield/Lost Origin/TG24.ts @@ -28,15 +28,16 @@ const card: Card = { trainerType: "Supporter", regulationMark: "D", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674241 - } + illustrator: "NC Empire", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674241, + tcgplayer: 284297 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/TG25.ts b/data/Sword & Shield/Lost Origin/TG25.ts index 59f8ee5ff5..5abc615128 100644 --- a/data/Sword & Shield/Lost Origin/TG25.ts +++ b/data/Sword & Shield/Lost Origin/TG25.ts @@ -28,15 +28,16 @@ const card: Card = { trainerType: "Supporter", regulationMark: "E", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 670832 - } + illustrator: "Sanosuke Sakuma", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 670832, + tcgplayer: 284298 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/TG26.ts b/data/Sword & Shield/Lost Origin/TG26.ts index 8cc785e139..8ccb6165d6 100644 --- a/data/Sword & Shield/Lost Origin/TG26.ts +++ b/data/Sword & Shield/Lost Origin/TG26.ts @@ -28,15 +28,16 @@ const card: Card = { trainerType: "Supporter", regulationMark: "D", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674242 - } + illustrator: "Hideki Ishikawa", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674242, + tcgplayer: 284299 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/TG27.ts b/data/Sword & Shield/Lost Origin/TG27.ts index 0c3c5112fa..73da98a9a4 100644 --- a/data/Sword & Shield/Lost Origin/TG27.ts +++ b/data/Sword & Shield/Lost Origin/TG27.ts @@ -28,15 +28,16 @@ const card: Card = { trainerType: "Supporter", regulationMark: "D", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 670833 - } + illustrator: "saino misaki", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 670833, + tcgplayer: 284300 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/TG28.ts b/data/Sword & Shield/Lost Origin/TG28.ts index 57ae0fa0dd..a9eebd5fc8 100644 --- a/data/Sword & Shield/Lost Origin/TG28.ts +++ b/data/Sword & Shield/Lost Origin/TG28.ts @@ -28,15 +28,16 @@ const card: Card = { trainerType: "Supporter", regulationMark: "D", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674243 - } + illustrator: "Taira Akitsu", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674243, + tcgplayer: 284301 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/TG29.ts b/data/Sword & Shield/Lost Origin/TG29.ts index d671bc9e26..2c88d76cb6 100644 --- a/data/Sword & Shield/Lost Origin/TG29.ts +++ b/data/Sword & Shield/Lost Origin/TG29.ts @@ -57,15 +57,16 @@ const card: Card = { retreat: 2, regulationMark: "D", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674235 - } + illustrator: "aky CG Works", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674235, + tcgplayer: 284302 + } + }, + ], } export default card \ No newline at end of file diff --git a/data/Sword & Shield/Lost Origin/TG30.ts b/data/Sword & Shield/Lost Origin/TG30.ts index 5f53ff6aad..555f0b7bfb 100644 --- a/data/Sword & Shield/Lost Origin/TG30.ts +++ b/data/Sword & Shield/Lost Origin/TG30.ts @@ -77,15 +77,16 @@ const card: Card = { retreat: 0, regulationMark: "E", - variants: { - "normal": false, - "reverse": false, - "holo": true - }, - - thirdParty: { - cardmarket: 674245 - } + illustrator: "5ban Graphics", + variants: [ + { + type: "holo", + thirdParty: { + cardmarket: 674245, + tcgplayer: 284303 + } + }, + ], } export default card \ No newline at end of file