mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 19:02:10 +00:00
fix: Enable reverse variant for SV04.5 Paldean Fates holo rare cards (#603)
This commit is contained in:
parent
aeaa784100
commit
878c0dc83a
@ -61,8 +61,7 @@ const card: Card = {
|
||||
regulationMark: "G",
|
||||
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
normal: false
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -48,8 +48,7 @@ const card: Card = {
|
||||
regulationMark: "G",
|
||||
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
normal: false
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -69,8 +69,7 @@ const card: Card = {
|
||||
regulationMark: "G",
|
||||
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
normal: false
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -70,8 +70,7 @@ const card: Card = {
|
||||
regulationMark: "G",
|
||||
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
normal: false
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -70,8 +70,7 @@ const card: Card = {
|
||||
regulationMark: "G",
|
||||
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
normal: false
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -61,8 +61,7 @@ const card: Card = {
|
||||
regulationMark: "G",
|
||||
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
normal: false
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -68,8 +68,7 @@ const card: Card = {
|
||||
regulationMark: "G",
|
||||
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
normal: false
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -69,8 +69,7 @@ const card: Card = {
|
||||
regulationMark: "G",
|
||||
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
normal: false
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -47,8 +47,7 @@ const card: Card = {
|
||||
regulationMark: "G",
|
||||
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
normal: false
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -69,8 +69,7 @@ const card: Card = {
|
||||
regulationMark: "G",
|
||||
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
normal: false
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -69,8 +69,7 @@ const card: Card = {
|
||||
regulationMark: "G",
|
||||
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
normal: false
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -69,8 +69,7 @@ const card: Card = {
|
||||
regulationMark: "G",
|
||||
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
normal: false
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -67,8 +67,7 @@ const card: Card = {
|
||||
regulationMark: "G",
|
||||
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
normal: false
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -47,8 +47,7 @@ const card: Card = {
|
||||
regulationMark: "G",
|
||||
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
normal: false
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -29,8 +29,7 @@ const card: Card = {
|
||||
regulationMark: "G",
|
||||
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
normal: false
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -29,8 +29,7 @@ const card: Card = {
|
||||
regulationMark: "G",
|
||||
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false
|
||||
normal: false
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user