1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-01 15:12:10 +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:
Octopixell 2025-04-30 09:50:55 +02:00 committed by GitHub
parent 63790a056c
commit 814f94be6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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