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:
@ -47,8 +47,10 @@ const card: Card = {
|
||||
regulationMark: "G",
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
normal: true,
|
||||
holo: true,
|
||||
reverse: true
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user