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