mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 01:19:18 +00:00
fix: SWSH8 attacks in other languages (#742)
This commit is contained in:
@ -27,23 +27,43 @@ const card: Card = {
|
||||
cost: ["Psychic"],
|
||||
|
||||
name: {
|
||||
en: "Energy Mix"
|
||||
en: "Energy Mix",
|
||||
fr: "Mélange Énergétique",
|
||||
de: "Energie-Mix",
|
||||
es: "Mezcla de Energía",
|
||||
pt: "Mistura de Energias",
|
||||
it: "Miscuglio di Energia"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Search your deck for an Energy card and attach it to 1 of your Fusion Strike Pokémon. Then, shuffle your deck."
|
||||
en: "Search your deck for an Energy card and attach it to 1 of your Fusion Strike Pokémon. Then, shuffle your deck.",
|
||||
fr: "Cherchez dans votre deck une carte Énergie, puis attachez-la à l'un de vos Pokémon Poing de Fusion. Mélangez ensuite votre deck.",
|
||||
de: "Durchsuche dein Deck nach 1 Energiekarte und lege sie an 1 deiner Fusionsangriff-Pokémon an. Mische anschließend dein Deck.",
|
||||
es: "Busca en tu baraja 1 carta de Energía y únela a 1 de tus Pokémon Golpe Fusión. Después, baraja las cartas de tu baraja.",
|
||||
pt: "Procure por 1 carta de Energia no seu baralho e ligue-a a 1 dos seus Pokémon Golpe Fusão. Em seguida, embaralhe o seu baralho.",
|
||||
it: "Cerca nel tuo mazzo una carta Energia e assegnala a uno dei tuoi Pokémon Colpo Fusione. Poi rimischia le carte del tuo mazzo."
|
||||
}
|
||||
}, {
|
||||
cost: ["Psychic", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Psychic Leap"
|
||||
en: "Psychic Leap",
|
||||
fr: "Bond Psychique",
|
||||
de: "Psycho-Sprung",
|
||||
es: "Salto Psíquico",
|
||||
pt: "Salto Psíquico",
|
||||
it: "Guizzo Psichico"
|
||||
},
|
||||
|
||||
damage: 70,
|
||||
|
||||
effect: {
|
||||
en: "You may shuffle this Pokémon and all attached cards into your deck."
|
||||
en: "You may shuffle this Pokémon and all attached cards into your deck.",
|
||||
fr: "Vous pouvez mélanger dans votre deck ce Pokémon et toutes les cartes attachées.",
|
||||
de: "Du kannst dieses Pokémon und alle angelegten Karten in dein Deck mischen.",
|
||||
es: "Puedes poner este Pokémon y todas las cartas unidas a él en tu baraja y barajar todas las cartas.",
|
||||
pt: "Você pode embaralhar este Pokémon e todas as cartas ligadas a ele no seu baralho.",
|
||||
it: "Puoi rimischiare questo Pokémon e tutte le carte a esso assegnate nel tuo mazzo."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user