mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
Added informations on more languages for Sword & Shield cards
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -6,7 +6,11 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
fr: "Tournicoton",
|
||||
en: "Gossifleur"
|
||||
en: "Gossifleur",
|
||||
es: "Gossifleur",
|
||||
it: "Gossifleur",
|
||||
pt: "Gossifleur",
|
||||
de: "Cottini"
|
||||
},
|
||||
|
||||
illustrator: "Kyoko Umemoto",
|
||||
@ -18,19 +22,31 @@ const card: Card = {
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Appel à la Famille",
|
||||
en: "Call for Family"
|
||||
en: "Call for Family",
|
||||
es: "Llamar a la Familia",
|
||||
it: "Cerca Famiglia",
|
||||
pt: "Chamar a Família",
|
||||
de: "Familienruf"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Cherchez dans votre deck jusqu’à 3 Pokémon de base, puis placez-les sur votre Banc. Mélangez ensuite votre deck.",
|
||||
en: "Search your deck for up to 3 Basic Pokémon and put them onto your Bench. Then, shuffle your deck."
|
||||
en: "Search your deck for up to 3 Basic Pokémon and put them onto your Bench. Then, shuffle your deck.",
|
||||
es: "Busca en tu baraja hasta 3 Pokémon Básicos y ponlos en tu Banca. Después, baraja las cartas de tu baraja.",
|
||||
it: "Cerca nel tuo mazzo fino a tre Pokémon Base e mettili nella tua panchina. Poi rimischia le carte del tuo mazzo.",
|
||||
pt: "Procure por até 3 Pokémon Básicos no seu baralho e coloque-os no seu Banco. Em seguida, embaralhe o seu baralho.",
|
||||
de: "Durchsuche dein Deck nach bis zu 3 Basis-Pokémon und lege sie auf deine Bank. Mische anschließend dein Deck."
|
||||
},
|
||||
|
||||
cost: ["Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
fr: "Tranch’Herbe",
|
||||
en: "Razor Leaf"
|
||||
en: "Razor Leaf",
|
||||
es: "Hoja Afilada",
|
||||
it: "Foglielama",
|
||||
pt: "Folha Navalha",
|
||||
de: "Rasierblatt"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
|
Reference in New Issue
Block a user