1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 00:09:18 +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

View File

@ -47,8 +47,10 @@ const card: Card = {
regulationMark: "G",
variants: {
holo: false
normal: true,
holo: true,
reverse: true
}
}
};
export default card
export default card