1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 17:39:18 +00:00

feat: added variants to Journey Together cards (#715)

This commit is contained in:
Andre Viermann
2025-04-30 22:04:22 +02:00
committed by GitHub
parent dc51d5e8a8
commit 17a0e241cc
188 changed files with 1877 additions and 373 deletions

View File

@ -69,7 +69,15 @@ const card: Card = {
}],
retreat: 2,
regulationMark: "I"
regulationMark: "I",
variants: {
"firstEdition": false,
"holo": true,
"normal": false
"reverse": false,
"wPromo": false,
}
}
export default card
export default card