mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-05-01 23:22:11 +00:00
fix: Add holo variant for sv03-100 (#713)
* fix: Add holo variant for sv03-100 * feat: Add verbose variants for sv03-100 * Update 100.ts --------- Co-authored-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
63790a056c
commit
814f94be6f
@ -47,8 +47,10 @@ const card: Card = {
|
|||||||
regulationMark: "G",
|
regulationMark: "G",
|
||||||
|
|
||||||
variants: {
|
variants: {
|
||||||
holo: false
|
normal: true,
|
||||||
}
|
holo: true,
|
||||||
|
reverse: true
|
||||||
}
|
}
|
||||||
|
};
|
||||||
|
|
||||||
export default card
|
export default card
|
Loading…
x
Reference in New Issue
Block a user