1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 17:39:18 +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,23 +31,43 @@ const card: Card = {
cost: ["Colorless"],
name: {
en: "Find a Friend"
en: "Find a Friend",
fr: "Trouver un Ami",
de: "Freunde finden",
es: "Encontrar un Amigo",
pt: "Encontre um Amigo",
it: "Trovamico"
},
effect: {
en: "Search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck."
en: "Search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.",
fr: "Cherchez dans votre deck un Pokémon, montrez-le, puis ajoutez-le à votre main. Mélangez ensuite votre deck.",
de: "Durchsuche dein Deck nach 1 Pokémon, zeige es deinem Gegner und nimm es auf deine Hand. Mische anschließend dein Deck.",
es: "Busca en tu baraja 1 Pokémon, enséñalo y ponlo en tu mano. Después, baraja las cartas de tu baraja.",
pt: "Procure por 1 Pokémon no seu baralho, revele-o e coloque-o na sua mão. Em seguida, embaralhe o seu baralho.",
it: "Cerca nel tuo mazzo un Pokémon, mostralo e aggiungilo alle carte che hai in mano. Poi rimischia le carte del tuo mazzo."
}
}, {
cost: ["Colorless", "Colorless"],
name: {
en: "Take Down"
en: "Take Down",
fr: "Bélier",
de: "Bodycheck",
es: "Derribo",
pt: "Desmantelar",
it: "Riduttore"
},
damage: 30,
effect: {
en: "This Pokémon also does 10 damage to itself."
en: "This Pokémon also does 10 damage to itself.",
fr: "Ce Pokémon s'inflige aussi 10 dégâts.",
de: "Dieses Pokémon fügt auch sich selbst 10 Schadenspunkte zu.",
es: "Este Pokémon también se hace 10 puntos de daño a sí mismo.",
pt: "Este Pokémon também causa 10 pontos de dano a si mesmo.",
it: "Questo Pokémon infligge anche 10 danni a se stesso."
}
}],