1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-17 18:09:19 +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

@ -33,12 +33,12 @@ const card: Card = {
},
effect: {
fr: "Cherchez dans votre deck un Pokémon Grass de base, puis placez-le sur votre Banc. Mélangez ensuite votre deck.",
en: "Search your deck for a Basic Grass Pokémon and put it onto your Bench. Then, shuffle your deck.",
es: "Busca en tu baraja 1 Pokémon Grass Básico y ponlo en tu Banca. Después, baraja las cartas de tu baraja.",
it: "Cerca nel tuo mazzo un Pokémon Base Grass e mettilo nella tua panchina. Poi rimischia le carte del tuo mazzo.",
pt: "Procure por um Pokémon Grass Básico no seu baralho e coloque-o no seu Banco. Em seguida, embaralhe o seu baralho.",
de: "Durchsuche dein Deck nach 1 Basis-Grass-Pokémon und lege es auf deine Bank. Mische anschließend dein Deck."
fr: "Cherchez dans votre deck un Pokémon {G} de base, puis placez-le sur votre Banc. Mélangez ensuite votre deck.",
en: "Search your deck for a Basic {G} Pokémon and put it onto your Bench. Then, shuffle your deck.",
es: "Busca en tu baraja 1 Pokémon {G} Básico y ponlo en tu Banca. Después, baraja las cartas de tu baraja.",
it: "Cerca nel tuo mazzo un Pokémon Base {G} e mettilo nella tua panchina. Poi rimischia le carte del tuo mazzo.",
pt: "Procure por um Pokémon {G} Básico no seu baralho e coloque-o no seu Banco. Em seguida, embaralhe o seu baralho.",
de: "Durchsuche dein Deck nach 1 Basis-{G}-Pokémon und lege es auf deine Bank. Mische anschließend dein Deck."
}
}, {
cost: ["Grass", "Colorless"],
@ -60,7 +60,9 @@ const card: Card = {
variants: {
holo: false
}
},
illustrator: "You Iribi"
}
export default card