1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-27 14:29: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 up to 2 Basic Fire Energy cards and attach them to this Pokémon. Then, shuffle your deck.",
fr: "Cherchez dans votre deck jusqu'à 2 cartes Énergie Fire de base, puis attachez-les à ce Pokémon. Mélangez ensuite votre deck.",
es: "Busca en tu baraja hasta 2 cartas de Energía Fire Básica y únelas a este Pokémon. Después, baraja las cartas de tu baraja.",
it: "Cerca nel tuo mazzo fino a due carte Energia base Fire e assegnale a questo Pokémon. Poi rimischia le carte del tuo mazzo.",
pt: "Procure por até 2 cartas de Energia Fire Básica no seu baralho e ligue-as a este Pokémon. Em seguida, embaralhe o seu baralho.",
de: "Durchsuche dein Deck nach bis zu 2 Basis-Fire-Energiekarten und lege sie an dieses Pokémon an. Mische anschließend dein Deck."
en: "Search your deck for up to 2 Basic {R} Energy cards and attach them to this Pokémon. Then, shuffle your deck.",
fr: "Cherchez dans votre deck jusqu'à 2 cartes Énergie {R} de base, puis attachez-les à ce Pokémon. Mélangez ensuite votre deck.",
es: "Busca en tu baraja hasta 2 cartas de Energía {R} Básica y únelas a este Pokémon. Después, baraja las cartas de tu baraja.",
it: "Cerca nel tuo mazzo fino a due carte Energia base {R} e assegnale a questo Pokémon. Poi rimischia le carte del tuo mazzo.",
pt: "Procure por até 2 cartas de Energia {R} Básica no seu baralho e ligue-as a este Pokémon. Em seguida, embaralhe o seu baralho.",
de: "Durchsuche dein Deck nach bis zu 2 Basis-{R}-Energiekarten und lege sie an dieses Pokémon an. Mische anschließend dein Deck."
}
}, {
cost: ["Fire", "Fire", "Fire"],
@ -55,7 +55,8 @@ const card: Card = {
}],
retreat: 3,
regulationMark: "G"
regulationMark: "G",
illustrator: "Uta"
}
export default card