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

fix: modified variants in Pokémon Go and Astral Radiance (#420)

This commit is contained in:
calli23
2023-01-30 09:41:17 +01:00
committed by GitHub
parent 9074fbf511
commit 2a7e84c93a
92 changed files with 537 additions and 96 deletions

View File

@ -26,7 +26,12 @@ const card: Card = {
},
trainerType: "Item",
regulationMark: "F"
regulationMark: "F",
variants: {
"normal": false,
"reverse": false,
"holo": true
}
}
export default card