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:
@ -15,7 +15,13 @@ const card: Card = {
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Energy",
|
||||
energyType: "Normal"
|
||||
energyType: "Normal",
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user