mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 17:39:18 +00:00
fix: added variants in Brilliant Stars (#432)
This commit is contained in:
@ -25,7 +25,13 @@ const card: Card = {
|
||||
de: "Du kannst diese Karte nur verwenden, wenn du 2 andere Karten aus deiner Hand auf deinen Ablagestapel legst.\nDurchsuche dein Deck nach 1 Pokémon, zeige es deinem Gegner und nimm es auf deine Hand. Mische anschließend dein Deck."
|
||||
},
|
||||
|
||||
trainerType: "Item"
|
||||
trainerType: "Item",
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user