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

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