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:
@ -25,7 +25,13 @@ const card: Card = {
|
||||
de: "Heile 30 Schadenspunkte bei 1 deiner Pokémon."
|
||||
},
|
||||
|
||||
trainerType: "Item"
|
||||
trainerType: "Item",
|
||||
variants: {
|
||||
normal: true,
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user