1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-20 11: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

@ -18,9 +18,9 @@ const card: Card = {
effect: {
en: "You can use this card only if you discard 2 other cards from your hand.\n\nSearch your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.",
fr: "Vous ne pouvez utiliser cette carte que si vous défaussez 2 autres cartes de votre main.\nCherchez dans votre deck un Pokémon, montrez-le, puis ajoutez-le à votre main. Mélangez ensuite votre deck.",
fr: "Vous ne pouvez utiliser cette carte que si vous défaussez 2 autres cartes de votre main.\n\nCherchez dans votre deck un Pokémon, montrez-le, puis ajoutez-le à votre main. Mélangez ensuite votre deck.",
es: "Puedes usar esta carta solo si descartas otras 2 cartas de tu mano.\nBusca en tu baraja 1 Pokémon, enséñalo y ponlo en tu mano. Después, baraja las cartas de tu baraja.",
it: "Puoi usare questa carta solo se scarti altre due carte che hai in mano.\nCerca nel tuo mazzo un Pokémon, mostralo e aggiungilo alle carte che hai in mano. Poi rimischia le carte del tuo mazzo.",
it: "Puoi usare questa carta solo se scarti altre due carte che hai in mano.\n\nCerca nel tuo mazzo un Pokémon, mostralo e aggiungilo alle carte che hai in mano. Poi rimischia le carte del tuo mazzo.",
pt: "Você só pode usar esta carta se descartar outras 2 cartas da sua mão.\nProcure por um Pokémon no seu baralho, revele-o e coloque-o na sua mão. Em seguida, embaralhe o seu baralho.",
de: "Du kannst diese Karte nur einsetzen, 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."
},
@ -30,7 +30,9 @@ const card: Card = {
variants: {
holo: false
}
},
illustrator: "Ayaka Yoshida"
}
export default card