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

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