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:
@ -28,7 +28,15 @@ const card: Card = {
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "H"
|
||||
regulationMark: "H",
|
||||
|
||||
variants: {
|
||||
"firstEdition": false,
|
||||
"holo": false,
|
||||
"normal": true
|
||||
"reverse": true,
|
||||
"wPromo": false,
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user