1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-17 01:49:19 +00:00

fix: SWSH8 attacks in other languages (#742)

This commit is contained in:
2025-05-24 18:12:17 +02:00
committed by GitHub
parent 3859a2fb71
commit 21e158805b
247 changed files with 3954 additions and 699 deletions

View File

@ -31,17 +31,32 @@ const card: Card = {
cost: ["Colorless"],
name: {
en: "Raised Bad"
en: "Raised Bad",
fr: "Mauvaise Éducation",
de: "Verzogen",
es: "Malcriado",
pt: "Maldade de Berço",
it: "Maleducato"
},
effect: {
en: "Search your deck for up to 2 Darkness Energy cards and attach them to this Pokémon. Then, shuffle your deck."
en: "Search your deck for up to 2 {D} Energy cards and attach them to this Pokémon. Then, shuffle your deck.",
fr: "Cherchez dans votre deck jusqu'à 2 cartes Énergie {D}, puis attachez-les à ce Pokémon. Mélangez ensuite votre deck.",
de: "Durchsuche dein Deck nach bis zu 2 {D}-Energiekarten und lege sie an dieses Pokémon an. Mische anschließend dein Deck.",
es: "Busca en tu baraja hasta 2 cartas de Energía {D} y únelas a este Pokémon. Después, baraja las cartas de tu baraja.",
pt: "Procure por até 2 cartas de Energia {D} no seu baralho e ligue-as a este Pokémon. Em seguida, embaralhe o seu baralho.",
it: "Cerca nel tuo mazzo fino a due carte Energia {D} e assegnale a questo Pokémon. Poi rimischia le carte del tuo mazzo."
}
}, {
cost: ["Colorless", "Colorless", "Colorless"],
name: {
en: "Smash Kick"
en: "Smash Kick",
fr: "Coud'Pattes",
de: "Schmetterkick",
es: "Patada Destrucción",
pt: "Chute Poderoso",
it: "Calcio Esplosivo"
},
damage: 30