1
0
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:
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: ["Darkness"],
name: {
en: "Call for Family"
en: "Call for Family",
fr: "Appel à la Famille",
de: "Familienruf",
es: "Llamar a la Familia",
pt: "Chamar a Família",
it: "Cerca Famiglia"
},
effect: {
en: "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck."
en: "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck.",
fr: "Cherchez dans votre deck un Pokémon de base, puis placez-le sur votre Banc. Mélangez ensuite votre deck.",
de: "Durchsuche dein Deck nach 1 Basis-Pokémon und lege es auf deine Bank. Mische anschließend dein Deck.",
es: "Busca en tu baraja 1 Pokémon Básico y ponlo en tu Banca. Después, baraja las cartas de tu baraja.",
pt: "Procure por 1 Pokémon Básico no seu baralho e coloque-o no seu Banco. Em seguida, embaralhe o seu baralho.",
it: "Cerca nel tuo mazzo un Pokémon Base e mettilo nella tua panchina. Poi rimischia le carte del tuo mazzo."
}
}, {
cost: ["Darkness", "Colorless"],
name: {
en: "Super Poison Breath"
en: "Super Poison Breath",
fr: "Super Haleine Empoisonnée",
de: "Super-Gifthauch",
es: "Aliento Supervenenoso",
pt: "Super-hálito Venenoso",
it: "Super Velenospiro"
},
damage: 20,
effect: {
en: "Your opponent's Active Pokémon is now Poisoned."
en: "Your opponent's Active Pokémon is now Poisoned.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné.",
de: "Das Aktive Pokémon deines Gegners ist jetzt vergiftet.",
es: "El Pokémon Activo de tu rival pasa a estar Envenenado.",
pt: "O Pokémon Ativo do seu oponente agora está Envenenado.",
it: "Il Pokémon attivo del tuo avversario viene avvelenato."
}
}],