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

@ -32,12 +32,12 @@ const card: Card = {
},
effect: {
en: "Search your deck for up to 2 Basic Water Energy cards and attach them to 1 of your Basic Pokémon. Then, shuffle your deck.",
fr: "Cherchez dans votre deck jusqu'à 2 cartes Énergie Water de base, puis attachez-les à l'un de vos Pokémon de base. Mélangez ensuite votre deck.",
es: "Busca en tu baraja hasta 2 cartas de Energía Water Básica y únelas a uno de tus Pokémon Básicos. Después, baraja las cartas de tu baraja.",
it: "Cerca nel tuo mazzo fino a due carte Energia base Water e assegnale a uno dei tuoi Pokémon Base. Poi rimischia le carte del tuo mazzo.",
pt: "Procure por até 2 cartas de Energia Water Básica no seu baralho e ligue-as a 1 dos seus Pokémon Básicos. Em seguida, embaralhe o seu baralho.",
de: "Durchsuche dein Deck nach bis zu 2 Basis-Water-Energiekarten und lege sie an 1 deiner Basis-Pokémon an. Mische anschließend dein Deck."
en: "Search your deck for up to 2 Basic {W} Energy cards and attach them to 1 of your Basic Pokémon. Then, shuffle your deck.",
fr: "Cherchez dans votre deck jusqu'à 2 cartes Énergie {W} de base, puis attachez-les à l'un de vos Pokémon de base. Mélangez ensuite votre deck.",
es: "Busca en tu baraja hasta 2 cartas de Energía {W} Básica y únelas a uno de tus Pokémon Básicos. Después, baraja las cartas de tu baraja.",
it: "Cerca nel tuo mazzo fino a due carte Energia base {W} e assegnale a uno dei tuoi Pokémon Base. Poi rimischia le carte del tuo mazzo.",
pt: "Procure por até 2 cartas de Energia {W} Básica no seu baralho e ligue-as a 1 dos seus Pokémon Básicos. Em seguida, embaralhe o seu baralho.",
de: "Durchsuche dein Deck nach bis zu 2 Basis-{W}-Energiekarten und lege sie an 1 deiner Basis-Pokémon an. Mische anschließend dein Deck."
}
}, {
cost: ["Water"],
@ -69,7 +69,9 @@ const card: Card = {
variants: {
normal: false,
reverse: false
}
},
illustrator: "Kagemaru Himeno"
}
export default card