mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 08:59:18 +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:
@ -4,7 +4,11 @@ import Set from '../Darkness Ablaze'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Klang",
|
||||
fr: "Clic"
|
||||
fr: "Clic",
|
||||
es: "Klang",
|
||||
it: "Klang",
|
||||
pt: "Klang",
|
||||
de: "Kliklak"
|
||||
},
|
||||
|
||||
illustrator: "NC Empire",
|
||||
@ -29,11 +33,19 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Call for Backup",
|
||||
fr: "Renforts"
|
||||
fr: "Renforts",
|
||||
es: "Pedir Refuerzos",
|
||||
it: "Rinforzi",
|
||||
pt: "Chamar Reforço",
|
||||
de: "Back-up"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your deck for a Metal Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.",
|
||||
fr: "Cherchez dans votre deck un Pokémon Metal, montrez-le, puis ajoutez-le à votre main. Mélangez ensuite votre deck."
|
||||
fr: "Cherchez dans votre deck un Pokémon Metal, montrez-le, puis ajoutez-le à votre main. Mélangez ensuite votre deck.",
|
||||
es: "Busca en tu baraja 1 Pokémon Metal, enséñalo y ponlo en tu mano. Después, baraja las cartas de tu baraja.",
|
||||
it: "Cerca nel tuo mazzo un Pokémon Metal, mostralo e aggiungilo alle carte che hai in mano. Poi rimischia le carte del tuo mazzo.",
|
||||
pt: "Procure por 1 Pokémon Metal no seu baralho, revele-o e coloque-o na sua mão. Em seguida, embaralhe o seu baralho.",
|
||||
de: "Durchsuche dein Deck nach 1 Metal-Pokémon, zeige es deinem Gegner und nimm es auf deine Hand. Mische anschließend dein Deck."
|
||||
},
|
||||
|
||||
},
|
||||
@ -45,7 +57,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Spinning Attack",
|
||||
fr: "Attaque Tournante"
|
||||
fr: "Attaque Tournante",
|
||||
es: "Ataque Giratorio",
|
||||
it: "Attacco Rotante",
|
||||
pt: "Ataque Giratório",
|
||||
de: "Rundumangriff"
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
|
Reference in New Issue
Block a user