1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 17:09:19 +00:00

fix: added variants in Brilliant Stars (#432)

This commit is contained in:
calli23
2023-03-21 15:18:18 +01:00
committed by GitHub
parent 636a49f9a8
commit e0e3a1a4fd
216 changed files with 1512 additions and 216 deletions

View File

@ -67,7 +67,13 @@ const card: Card = {
}],
retreat: 3,
regulationMark: "F"
regulationMark: "F",
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card