Skip to content

Commit 192dc1f

Browse files
pragmaticivanclaude
andcommitted
feat: migrate Chaos Rising (MEP) to new variant format
Moves thirdParty tcgplayer IDs into variants array and removes old boolean variant fields. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent dbcf9aa commit 192dc1f

122 files changed

Lines changed: 976 additions & 1220 deletions

Some content is hidden

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

data/Mega Evolution/Chaos Rising/001.ts

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ import Set from "../Chaos Rising"
44
const card: Card = {
55
set: Set,
66

7-
variants: {
8-
normal: true,
9-
reverse: false,
10-
holo: false,
11-
firstEdition: false
12-
},
13-
147
name: {
158
en: "Weedle"
169
},
@@ -44,9 +37,14 @@ const card: Card = {
4437
retreat: 1,
4538
regulationMark: "J",
4639

47-
thirdParty: {
48-
tcgplayer: 693561
49-
}
40+
variants: [
41+
{
42+
type: "normal",
43+
thirdParty: {
44+
tcgplayer: 693561
45+
}
46+
}
47+
],
5048
}
5149

5250
export default card

data/Mega Evolution/Chaos Rising/002.ts

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ import Set from "../Chaos Rising"
44
const card: Card = {
55
set: Set,
66

7-
variants: {
8-
normal: true,
9-
reverse: false,
10-
holo: false,
11-
firstEdition: false
12-
},
13-
147
name: {
158
en: "Kakuna"
169
},
@@ -57,9 +50,14 @@ const card: Card = {
5750
retreat: 3,
5851
regulationMark: "J",
5952

60-
thirdParty: {
61-
tcgplayer: 693502
62-
}
53+
variants: [
54+
{
55+
type: "normal",
56+
thirdParty: {
57+
tcgplayer: 693502
58+
}
59+
}
60+
],
6361
}
6462

6563
export default card

data/Mega Evolution/Chaos Rising/003.ts

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ import Set from "../Chaos Rising"
44
const card: Card = {
55
set: Set,
66

7-
variants: {
8-
normal: true,
9-
reverse: false,
10-
holo: false,
11-
firstEdition: false
12-
},
13-
147
name: {
158
en: "Beedrill ex"
169
},
@@ -50,9 +43,14 @@ const card: Card = {
5043
retreat: 1,
5144
regulationMark: "J",
5245

53-
thirdParty: {
54-
tcgplayer: 693453
55-
}
46+
variants: [
47+
{
48+
type: "normal",
49+
thirdParty: {
50+
tcgplayer: 693453
51+
}
52+
}
53+
],
5654
}
5755

5856
export default card

data/Mega Evolution/Chaos Rising/004.ts

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ import Set from "../Chaos Rising"
44
const card: Card = {
55
set: Set,
66

7-
variants: {
8-
normal: true,
9-
reverse: false,
10-
holo: false,
11-
firstEdition: false
12-
},
13-
147
name: {
158
en: "Carnivine"
169
},
@@ -44,9 +37,14 @@ const card: Card = {
4437
retreat: 2,
4538
regulationMark: "J",
4639

47-
thirdParty: {
48-
tcgplayer: 693459
49-
}
40+
variants: [
41+
{
42+
type: "normal",
43+
thirdParty: {
44+
tcgplayer: 693459
45+
}
46+
}
47+
],
5048
}
5149

5250
export default card

data/Mega Evolution/Chaos Rising/005.ts

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ import Set from "../Chaos Rising"
44
const card: Card = {
55
set: Set,
66

7-
variants: {
8-
normal: true,
9-
reverse: false,
10-
holo: false,
11-
firstEdition: false
12-
},
13-
147
name: {
158
en: "Chespin"
169
},
@@ -47,9 +40,14 @@ const card: Card = {
4740
retreat: 2,
4841
regulationMark: "J",
4942

50-
thirdParty: {
51-
tcgplayer: 693461
52-
}
43+
variants: [
44+
{
45+
type: "normal",
46+
thirdParty: {
47+
tcgplayer: 693461
48+
}
49+
}
50+
],
5351
}
5452

5553
export default card

data/Mega Evolution/Chaos Rising/006.ts

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ import Set from "../Chaos Rising"
44
const card: Card = {
55
set: Set,
66

7-
variants: {
8-
normal: true,
9-
reverse: false,
10-
holo: false,
11-
firstEdition: false
12-
},
13-
147
name: {
158
en: "Quilladin"
169
},
@@ -56,9 +49,14 @@ const card: Card = {
5649
retreat: 3,
5750
regulationMark: "J",
5851

59-
thirdParty: {
60-
tcgplayer: 693537
61-
}
52+
variants: [
53+
{
54+
type: "normal",
55+
thirdParty: {
56+
tcgplayer: 693537
57+
}
58+
}
59+
],
6260
}
6361

6462
export default card

data/Mega Evolution/Chaos Rising/007.ts

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ import Set from "../Chaos Rising"
44
const card: Card = {
55
set: Set,
66

7-
variants: {
8-
normal: true,
9-
reverse: false,
10-
holo: false,
11-
firstEdition: false
12-
},
13-
147
name: {
158
en: "Chesnaught"
169
},
@@ -61,9 +54,14 @@ const card: Card = {
6154
retreat: 4,
6255
regulationMark: "J",
6356

64-
thirdParty: {
65-
tcgplayer: 693460
66-
}
57+
variants: [
58+
{
59+
type: "normal",
60+
thirdParty: {
61+
tcgplayer: 693460
62+
}
63+
}
64+
],
6765
}
6866

6967
export default card

data/Mega Evolution/Chaos Rising/008.ts

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ import Set from "../Chaos Rising"
44
const card: Card = {
55
set: Set,
66

7-
variants: {
8-
normal: true,
9-
reverse: false,
10-
holo: false,
11-
firstEdition: false
12-
},
13-
147
name: {
158
en: "Vulpix"
169
},
@@ -43,9 +36,14 @@ const card: Card = {
4336
retreat: 1,
4437
regulationMark: "J",
4538

46-
thirdParty: {
47-
tcgplayer: 693558
48-
}
39+
variants: [
40+
{
41+
type: "normal",
42+
thirdParty: {
43+
tcgplayer: 693558
44+
}
45+
}
46+
],
4947
}
5048

5149
export default card

data/Mega Evolution/Chaos Rising/009.ts

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ import Set from "../Chaos Rising"
44
const card: Card = {
55
set: Set,
66

7-
variants: {
8-
normal: true,
9-
reverse: false,
10-
holo: false,
11-
firstEdition: false
12-
},
13-
147
name: {
158
en: "Ninetales"
169
},
@@ -55,9 +48,14 @@ const card: Card = {
5548
retreat: 1,
5649
regulationMark: "J",
5750

58-
thirdParty: {
59-
tcgplayer: 693526
60-
}
51+
variants: [
52+
{
53+
type: "normal",
54+
thirdParty: {
55+
tcgplayer: 693526
56+
}
57+
}
58+
],
6159
}
6260

6361
export default card

data/Mega Evolution/Chaos Rising/010.ts

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ import Set from "../Chaos Rising"
44
const card: Card = {
55
set: Set,
66

7-
variants: {
8-
normal: true,
9-
reverse: false,
10-
holo: false,
11-
firstEdition: false
12-
},
13-
147
name: {
158
en: "Ho-Oh"
169
},
@@ -54,9 +47,14 @@ const card: Card = {
5447
retreat: 2,
5548
regulationMark: "J",
5649

57-
thirdParty: {
58-
tcgplayer: 693500
59-
}
50+
variants: [
51+
{
52+
type: "normal",
53+
thirdParty: {
54+
tcgplayer: 693500
55+
}
56+
}
57+
],
6058
}
6159

6260
export default card

0 commit comments

Comments
 (0)