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: "Skarmory",
|
||||
fr: "Airmure"
|
||||
fr: "Airmure",
|
||||
es: "Skarmory",
|
||||
it: "Skarmory",
|
||||
pt: "Skarmory",
|
||||
de: "Panzaeron"
|
||||
},
|
||||
|
||||
illustrator: "NC Empire",
|
||||
@ -24,11 +28,19 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Metal Arms",
|
||||
fr: "Bras Métalliques"
|
||||
fr: "Bras Métalliques",
|
||||
es: "Extremidades Metálicas",
|
||||
it: "Arti Metallici",
|
||||
pt: "Braços Metálicos",
|
||||
de: "Metallarme"
|
||||
},
|
||||
effect: {
|
||||
en: "If this Pokémon has a Pokémon Tool attached, this attack does 40 more damage.",
|
||||
fr: "Si une carte Outil Pokémon est attachée à ce Pokémon, cette attaque inflige 40 dégâts supplémentaires."
|
||||
fr: "Si une carte Outil Pokémon est attachée à ce Pokémon, cette attaque inflige 40 dégâts supplémentaires.",
|
||||
es: "Si este Pokémon tiene 1 Herramienta Pokémon unida a él, este ataque hace 40 puntos de daño más.",
|
||||
it: "Se questo Pokémon ha un Oggetto Pokémon assegnato, questo attacco infligge 40 danni in più.",
|
||||
pt: "Se este Pokémon tiver uma Ferramenta Pokémon ligada a ele, este ataque causará 40 pontos de dano a mais.",
|
||||
de: "Wenn an dieses Pokémon eine Pokémon-Ausrüstung angelegt ist, fügt diese Attacke 40 Schadenspunkte mehr zu."
|
||||
},
|
||||
damage: "10+",
|
||||
|
||||
@ -41,7 +53,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Cutting Wind",
|
||||
fr: "Vent Glacial"
|
||||
fr: "Vent Glacial",
|
||||
es: "Viento Helado",
|
||||
it: "Vento Tagliente",
|
||||
pt: "Vento Dilacerante",
|
||||
de: "Schneidender Wind"
|
||||
},
|
||||
|
||||
damage: 80,
|
||||
|
Reference in New Issue
Block a user