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

fix: modified variants in Crown Zenith (#427)

This commit is contained in:
calli23
2023-02-06 16:47:30 +01:00
committed by GitHub
parent 5cf0f1af5a
commit 636a49f9a8
230 changed files with 1610 additions and 230 deletions

View File

@ -25,7 +25,13 @@ const card: Card = {
de: "Wirf 1 Münze. Tausche bei Kopf 1 Pokémon auf der Bank deines Gegners gegen sein Aktives Pokémon aus."
},
trainerType: "Item"
trainerType: "Item",
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card