mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-23 03:12:10 +00:00
fix: Add holo variants for sv03-023 and sv03-027 (#669)
This commit is contained in:
parent
7f95bd3da1
commit
2f9c5814ff
@ -48,7 +48,9 @@ const card: Card = {
|
|||||||
regulationMark: "G",
|
regulationMark: "G",
|
||||||
|
|
||||||
variants: {
|
variants: {
|
||||||
holo: false
|
normal: true,
|
||||||
|
reverse: true,
|
||||||
|
holo: true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -48,7 +48,9 @@ const card: Card = {
|
|||||||
regulationMark: "G",
|
regulationMark: "G",
|
||||||
|
|
||||||
variants: {
|
variants: {
|
||||||
holo: false
|
normal: true,
|
||||||
|
reverse: true,
|
||||||
|
holo: true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user