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:
@ -30,17 +30,32 @@ const card: Card = {
|
||||
cost: ["Psychic"],
|
||||
|
||||
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 up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck."
|
||||
en: "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck.",
|
||||
fr: "Cherchez dans votre deck jusqu'à 2 Pokémon de base, puis placez-les sur votre Banc. Mélangez ensuite votre deck.",
|
||||
de: "Durchsuche dein Deck nach bis zu 2 Basis-Pokémon und lege sie auf deine Bank. Mische anschließend dein Deck.",
|
||||
es: "Busca en tu baraja hasta 2 Pokémon Básicos y ponlos en tu Banca. Después, baraja las cartas de tu baraja.",
|
||||
pt: "Procure por até 2 Pokémon Básicos no seu baralho e coloque-os no seu Banco. Em seguida, embaralhe o seu baralho.",
|
||||
it: "Cerca nel tuo mazzo fino a due Pokémon Base e mettili nella tua panchina. Poi rimischia le carte del tuo mazzo."
|
||||
}
|
||||
}, {
|
||||
cost: ["Psychic", "Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Heart Sign"
|
||||
en: "Heart Sign",
|
||||
fr: "Signe de Cœur",
|
||||
de: "Herzbild",
|
||||
es: "Señal Corazón",
|
||||
pt: "Sinal de Coração",
|
||||
it: "Cuoricino"
|
||||
},
|
||||
|
||||
damage: 80
|
||||
|
Reference in New Issue
Block a user