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

@ -34,12 +34,12 @@ const card: Card = {
},
effect: {
en: "Search your deck for up to 2 Basic Water Energy cards and attach them to this Pokémon. Then, shuffle your deck.",
fr: "Cherchez dans votre deck jusqu'à 2 cartes Énergie Water de base, puis attachez-les à ce Pokémon. Mélangez ensuite votre deck.",
es: "Busca en tu baraja hasta 2 cartas de Energía Water Básica y únelas a este Pokémon. Después, baraja las cartas de tu baraja.",
de: "Durchsuche dein Deck nach bis zu 2 Basis-Water-Energiekarten und lege sie an dieses Pokémon an. Mische anschließend dein Deck.",
it: "Cerca nel tuo mazzo fino a due carte Energia base Water e assegnale a questo Pokémon. 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 este Pokémon. Em seguida, embaralhe o seu baralho.",
en: "Search your deck for up to 2 Basic {W} Energy cards and attach them to this Pokémon. Then, shuffle your deck.",
fr: "Cherchez dans votre deck jusqu'à 2 cartes Énergie {W} de base, puis attachez-les à ce Pokémon. Mélangez ensuite votre deck.",
es: "Busca en tu baraja hasta 2 cartas de Energía {W} Básica y únelas a este Pokémon. Después, baraja las cartas de tu baraja.",
de: "Durchsuche dein Deck nach bis zu 2 Basis-{W}-Energiekarten und lege sie an dieses Pokémon an. Mische anschließend dein Deck.",
it: "Cerca nel tuo mazzo fino a due carte Energia base {W} e assegnale a questo Pokémon. 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 este Pokémon. Em seguida, embaralhe o seu baralho.",
'es-mx': "Busca en tu mazo hasta 2 cartas de Energía Water Básica y únelas a este Pokémon. Después, baraja las cartas de tu mazo."
}
}, {
@ -59,7 +59,8 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "I"
regulationMark: "I",
illustrator: "Kuroimori"
}
export default card