mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19: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:
@ -4,7 +4,11 @@ import Set from '../Rebel Clash'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Duraludon",
|
||||
fr: "Duralugon"
|
||||
fr: "Duralugon",
|
||||
es: "Duraludon",
|
||||
it: "Duraludon",
|
||||
pt: "Duraludon",
|
||||
de: "Duraludon"
|
||||
},
|
||||
|
||||
illustrator: "Shin Nagasawa",
|
||||
@ -19,11 +23,19 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Metal Sharpener",
|
||||
fr: "Affuteur de Métal"
|
||||
fr: "Affuteur de Métal",
|
||||
es: "Afilador de Metales",
|
||||
it: "Affilametallo",
|
||||
pt: "Amolador de Metal",
|
||||
de: "Metallschleifer"
|
||||
},
|
||||
effect: {
|
||||
en: "Attach a Metal Energy card from your discard pile to 1 of your Pokémon.",
|
||||
fr: "Attachez une carte Énergie Metal de votre pile de défausse à l’un de vos Pokémon."
|
||||
fr: "Attachez une carte Énergie Metal de votre pile de défausse à l’un de vos Pokémon.",
|
||||
es: "Une 1 carta de Energía Metal de tu pila de descartes a 1 de tus Pokémon.",
|
||||
it: "Assegna a uno dei tuoi Pokémon una carta Energia Metal dalla tua pila degli scarti.",
|
||||
pt: "Ligue 1 carta de Energia Metal da sua pilha de descarte a 1 dos seus Pokémon.",
|
||||
de: "Lege 1 Metal-Energiekarte aus deinem Ablagestapel an 1 deiner Pokémon an."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -36,7 +48,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Power Beam",
|
||||
fr: "Puissant Rayon"
|
||||
fr: "Puissant Rayon",
|
||||
es: "Rayo de Luz Poderoso",
|
||||
it: "Raggiopotenza",
|
||||
pt: "Raio de Poder",
|
||||
de: "Power-Strahl"
|
||||
},
|
||||
|
||||
damage: 110,
|
||||
|
Reference in New Issue
Block a user