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

fix: SV sets now have their illustrator set (#743)

This commit is contained in:
2025-05-24 19:10:13 +02:00
committed by GitHub
parent 21e158805b
commit 90d12fc9b6
2975 changed files with 12862 additions and 5855 deletions

View File

@ -32,12 +32,12 @@ const card: Card = {
},
effect: {
en: "Search your deck for a Basic Fire Energy card and attach it to this Pokémon. Then, shuffle your deck.",
fr: "Cherchez dans votre deck une carte Énergie Fire de base, puis attachez-la à ce Pokémon. Mélangez ensuite votre deck.",
es: "Busca en tu baraja 1 carta de Energía Fire Básica y únela a este Pokémon. Después, baraja las cartas de tu baraja.",
it: "Cerca nel tuo mazzo una carta Energia base Fire e assegnala a questo Pokémon. Poi rimischia le carte del tuo mazzo.",
pt: "Procure por uma carta de Energia Fire Básica no seu baralho e ligue-a a este Pokémon. Em seguida, embaralhe o seu baralho.",
de: "Durchsuche dein Deck nach 1 Basis-Fire-Energiekarte und lege sie an dieses Pokémon an. Mische anschließend dein Deck."
en: "Search your deck for a Basic {R} Energy card and attach it to this Pokémon. Then, shuffle your deck.",
fr: "Cherchez dans votre deck une carte Énergie {R} de base, puis attachez-la à ce Pokémon. Mélangez ensuite votre deck.",
es: "Busca en tu baraja 1 carta de Energía {R} Básica y únela a este Pokémon. Después, baraja las cartas de tu baraja.",
it: "Cerca nel tuo mazzo una carta Energia base {R} e assegnala a questo Pokémon. Poi rimischia le carte del tuo mazzo.",
pt: "Procure por uma carta de Energia {R} Básica no seu baralho e ligue-a a este Pokémon. Em seguida, embaralhe o seu baralho.",
de: "Durchsuche dein Deck nach 1 Basis-{R}-Energiekarte und lege sie an dieses Pokémon an. Mische anschließend dein Deck."
}
}, {
cost: ["Fire", "Colorless", "Colorless"],
@ -59,7 +59,9 @@ const card: Card = {
variants: {
holo: false
}
},
illustrator: "Mizue"
}
export default card