1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 16:39:18 +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: "Tausche dein Aktives Pokémon gegen 1 Pokémon auf deiner Bank aus."
},
trainerType: "Item"
trainerType: "Item",
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card