mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 01:49: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: "Cherchez dans votre deck une carte Énergie Lightning de base, puis attachez-la à ce Pokémon. Mélangez ensuite votre deck.",
|
||||
en: "Search your deck for a Basic Lightning Energy card and attach it to this Pokémon. Then, shuffle your deck.",
|
||||
es: "Busca en tu baraja 1 carta de Energía Lightning Básica y únela a este Pokémon. Después, baraja las cartas de tu baraja.",
|
||||
it: "Cerca nel tuo mazzo una carta Energia base Lightning e assegnala a questo Pokémon. Poi rimischia le carte del tuo mazzo.",
|
||||
pt: "Procure por uma carta de Energia Lightning Básica no seu baralho e ligue-a a este Pokémon. Em seguida, embaralhe o seu baralho.",
|
||||
de: "Durchsuche dein Deck nach 1 Basis-Lightning-Energiekarte und lege sie an dieses Pokémon an. Mische anschließend dein Deck."
|
||||
fr: "Cherchez dans votre deck une carte Énergie {L} de base, puis attachez-la à ce Pokémon. Mélangez ensuite votre deck.",
|
||||
en: "Search your deck for a Basic {L} Energy card and attach it to this Pokémon. Then, shuffle your deck.",
|
||||
es: "Busca en tu baraja 1 carta de Energía {L} Básica y únela a este Pokémon. Después, baraja las cartas de tu baraja.",
|
||||
it: "Cerca nel tuo mazzo una carta Energia base {L} e assegnala a questo Pokémon. Poi rimischia le carte del tuo mazzo.",
|
||||
pt: "Procure por uma carta de Energia {L} Básica no seu baralho e ligue-a a este Pokémon. Em seguida, embaralhe o seu baralho.",
|
||||
de: "Durchsuche dein Deck nach 1 Basis-{L}-Energiekarte und lege sie an dieses Pokémon an. Mische anschließend dein Deck."
|
||||
}
|
||||
}, {
|
||||
cost: ["Lightning", "Lightning", "Colorless"],
|
||||
@ -60,7 +60,9 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Naoyo Kimura"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user