1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-31 20:01:58 +00:00

editor: fix Paldea Evolved variants (#510)

Co-authored-by: Aviortheking <git@avior.me>
This commit is contained in:
TCGdex [Bot]
2024-07-03 16:28:15 +02:00
committed by GitHub
parent 0475848425
commit 7e3cf7aa08
277 changed files with 1511 additions and 277 deletions

View File

@@ -45,7 +45,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -67,7 +67,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -67,7 +67,12 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
normal: false,
reverse: false
}
}
export default card

View File

@@ -36,7 +36,11 @@ const card: Card = {
}],
retreat: 2,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -66,7 +66,12 @@ const card: Card = {
}],
retreat: 3,
regulationMark: "G"
regulationMark: "G",
variants: {
reverse: false,
normal: false
}
}
export default card

View File

@@ -58,7 +58,11 @@ const card: Card = {
}],
retreat: 3,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -67,7 +67,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -45,7 +45,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -67,7 +67,11 @@ const card: Card = {
}],
retreat: 2,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -36,7 +36,11 @@ const card: Card = {
}],
retreat: 3,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -58,7 +58,12 @@ const card: Card = {
}],
retreat: 3,
regulationMark: "G"
regulationMark: "G",
variants: {
reverse: false,
normal: false
}
}
export default card

View File

@@ -55,7 +55,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -35,7 +35,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -57,7 +57,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -66,7 +66,12 @@ const card: Card = {
}],
retreat: 2,
regulationMark: "G"
regulationMark: "G",
variants: {
reverse: false,
normal: false
}
}
export default card

View File

@@ -44,7 +44,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -35,7 +35,11 @@ const card: Card = {
}],
retreat: 2,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -55,7 +55,11 @@ const card: Card = {
}],
retreat: 2,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -55,7 +55,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -44,7 +44,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -57,7 +57,12 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
reverse: false,
normal: false
}
}
export default card

View File

@@ -44,7 +44,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -44,7 +44,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -66,7 +66,11 @@ const card: Card = {
}],
retreat: 3,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -35,7 +35,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -44,7 +44,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -55,7 +55,12 @@ const card: Card = {
}],
retreat: 4,
regulationMark: "G"
regulationMark: "G",
variants: {
reverse: false,
normal: false
}
}
export default card

View File

@@ -66,7 +66,11 @@ const card: Card = {
}],
retreat: 2,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -45,7 +45,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -67,7 +67,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -65,7 +65,11 @@ const card: Card = {
}],
retreat: 2,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -58,7 +58,12 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
reverse: false,
normal: false
}
}
export default card

View File

@@ -35,7 +35,11 @@ const card: Card = {
}],
retreat: 2,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -55,7 +55,11 @@ const card: Card = {
}],
retreat: 3,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -48,7 +48,11 @@ const card: Card = {
}],
retreat: 3,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -66,7 +66,12 @@ const card: Card = {
}],
retreat: 3,
regulationMark: "G"
regulationMark: "G",
variants: {
reverse: false,
normal: false
}
}
export default card

View File

@@ -35,7 +35,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -48,7 +48,11 @@ const card: Card = {
}],
retreat: 2,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -64,7 +64,12 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
reverse: false,
normal: false
}
}
export default card

View File

@@ -64,7 +64,11 @@ const card: Card = {
}],
retreat: 2,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -45,7 +45,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -67,7 +67,12 @@ const card: Card = {
}],
retreat: 4,
regulationMark: "G"
regulationMark: "G",
variants: {
reverse: false,
normal: false
}
}
export default card

View File

@@ -45,7 +45,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -67,7 +67,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -56,7 +56,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -65,7 +65,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -58,7 +58,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -44,7 +44,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -44,7 +44,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -48,7 +48,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -66,7 +66,12 @@ const card: Card = {
}],
retreat: 2,
regulationMark: "G"
regulationMark: "G",
variants: {
reverse: false,
normal: false
}
}
export default card

View File

@@ -44,7 +44,11 @@ const card: Card = {
}],
retreat: 3,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -64,7 +64,11 @@ const card: Card = {
}],
retreat: 3,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -57,7 +57,11 @@ const card: Card = {
}],
retreat: 3,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -57,7 +57,12 @@ const card: Card = {
}],
retreat: 2,
regulationMark: "G"
regulationMark: "G",
variants: {
reverse: false,
normal: false
}
}
export default card

View File

@@ -35,7 +35,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -48,7 +48,11 @@ const card: Card = {
}],
retreat: 2,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -48,7 +48,11 @@ const card: Card = {
}],
retreat: 2,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -57,7 +57,12 @@ const card: Card = {
}],
retreat: 2,
regulationMark: "G"
regulationMark: "G",
variants: {
reverse: false,
normal: false
}
}
export default card

View File

@@ -66,7 +66,12 @@ const card: Card = {
}],
retreat: 2,
regulationMark: "G"
regulationMark: "G",
variants: {
reverse: false,
normal: false
}
}
export default card

View File

@@ -56,7 +56,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -57,7 +57,12 @@ const card: Card = {
}],
retreat: 0,
regulationMark: "G"
regulationMark: "G",
variants: {
reverse: false,
normal: false
}
}
export default card

View File

@@ -65,7 +65,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -56,7 +56,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -49,7 +49,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -49,7 +49,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -58,7 +58,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -45,7 +45,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -49,7 +49,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -67,7 +67,12 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
reverse: false,
normal: false
}
}
export default card

View File

@@ -45,7 +45,11 @@ const card: Card = {
}],
retreat: 2,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -67,7 +67,11 @@ const card: Card = {
}],
retreat: 3,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -35,7 +35,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -57,7 +57,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -57,7 +57,12 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
reverse: false,
normal: false
}
}
export default card

View File

@@ -44,7 +44,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -48,7 +48,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -64,7 +64,12 @@ const card: Card = {
}],
retreat: 3,
regulationMark: "G"
regulationMark: "G",
variants: {
reverse: false,
normal: false
}
}
export default card

View File

@@ -57,7 +57,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -55,7 +55,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -57,7 +57,11 @@ const card: Card = {
}],
retreat: 0,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -56,7 +56,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -58,7 +58,11 @@ const card: Card = {
}],
retreat: 2,
regulationMark: "G"
regulationMark: "G",
variants: {
reverse: false
}
}
export default card

View File

@@ -56,7 +56,11 @@ const card: Card = {
}],
retreat: 3,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -66,7 +66,12 @@ const card: Card = {
}],
retreat: 3,
regulationMark: "G"
regulationMark: "G",
variants: {
reverse: false,
normal: false
}
}
export default card

View File

@@ -45,7 +45,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -58,7 +58,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -67,7 +67,12 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
reverse: false,
normal: false
}
}
export default card

View File

@@ -58,7 +58,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -58,7 +58,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -67,7 +67,11 @@ const card: Card = {
}],
retreat: 2,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -64,7 +64,12 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
reverse: false,
normal: false
}
}
export default card

View File

@@ -58,7 +58,11 @@ const card: Card = {
}],
retreat: 2,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -49,7 +49,11 @@ const card: Card = {
}],
retreat: 3,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -58,7 +58,11 @@ const card: Card = {
}],
retreat: 4,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -65,7 +65,12 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
normal: false,
reverse: false
}
}
export default card

View File

@@ -66,7 +66,12 @@ const card: Card = {
}],
retreat: 2,
regulationMark: "G"
regulationMark: "G",
variants: {
reverse: false,
normal: false
}
}
export default card

View File

@@ -64,7 +64,12 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
normal: false,
reverse: false
}
}
export default card

View File

@@ -55,7 +55,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -55,7 +55,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

Some files were not shown because too many files have changed in this diff Show More