Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 17 additions & 10 deletions data/Sword & Shield/Lost Origin/001.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
27 changes: 17 additions & 10 deletions data/Sword & Shield/Lost Origin/002.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
27 changes: 17 additions & 10 deletions data/Sword & Shield/Lost Origin/003.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
27 changes: 17 additions & 10 deletions data/Sword & Shield/Lost Origin/004.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
27 changes: 17 additions & 10 deletions data/Sword & Shield/Lost Origin/005.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
27 changes: 17 additions & 10 deletions data/Sword & Shield/Lost Origin/006.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
27 changes: 17 additions & 10 deletions data/Sword & Shield/Lost Origin/007.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
27 changes: 17 additions & 10 deletions data/Sword & Shield/Lost Origin/008.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
27 changes: 17 additions & 10 deletions data/Sword & Shield/Lost Origin/009.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
27 changes: 17 additions & 10 deletions data/Sword & Shield/Lost Origin/010.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
27 changes: 17 additions & 10 deletions data/Sword & Shield/Lost Origin/011.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading
Loading