mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 09:59:19 +00:00
fix: SV sets now have their illustrator set (#743)
This commit is contained in:
@ -33,12 +33,12 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Lancez une pièce. Si c'est face, cherchez dans votre deck jusqu'à 2 cartes Énergie Water de base, puis attachez-les à ce Pokémon. Mélangez ensuite votre deck.",
|
||||
en: "Flip a coin. If heads, search your deck for up to 2 Basic Water Energy cards and attach them to this Pokémon. Then, shuffle your deck.",
|
||||
es: "Lanza 1 moneda. Si sale cara, 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.",
|
||||
it: "Lancia una moneta. Se esce testa, 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: "Jogue uma moeda. Se sair cara, 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.",
|
||||
de: "Wirf 1 Münze. Durchsuche bei Kopf dein Deck nach bis zu 2 Basis-Water-Energiekarten und lege sie an dieses Pokémon an. Mische anschließend dein Deck."
|
||||
fr: "Lancez une pièce. Si c'est face, cherchez dans votre deck jusqu'à 2 cartes Énergie {W} de base, puis attachez-les à ce Pokémon. Mélangez ensuite votre deck.",
|
||||
en: "Flip a coin. If heads, search your deck for up to 2 Basic {W} Energy cards and attach them to this Pokémon. Then, shuffle your deck.",
|
||||
es: "Lanza 1 moneda. Si sale cara, 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.",
|
||||
it: "Lancia una moneta. Se esce testa, 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: "Jogue uma moeda. Se sair cara, 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.",
|
||||
de: "Wirf 1 Münze. Durchsuche bei Kopf dein Deck nach bis zu 2 Basis-{W}-Energiekarten und lege sie an dieses Pokémon an. Mische anschließend dein Deck."
|
||||
}
|
||||
}, {
|
||||
cost: ["Water", "Water", "Water"],
|
||||
@ -60,7 +60,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Yukiko Baba"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user