1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 00:09: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:
2021-06-29 17:20:26 +02:00
parent b1c866b38b
commit 96f34fcafb
1520 changed files with 28918 additions and 4846 deletions

View File

@ -6,7 +6,11 @@ const card: Card = {
name: {
en: "Golurk",
fr: "Golemastoc"
fr: "Golemastoc",
es: "Golurk",
it: "Golurk",
pt: "Golurk",
de: "Golgantes"
},
illustrator: "Teeziro",
@ -23,12 +27,20 @@ const card: Card = {
attacks: [{
name: {
en: "Reinforced Punch",
fr: "Coup de Poing Renforcé"
fr: "Coup de Poing Renforcé",
es: "Puñetazo Reforzado",
it: "Fortepugno",
pt: "Soco Reforçado",
de: "Verstärkter Hieb"
},
effect: {
en: "If this Pokémon has a Pokémon Tool attached, this attack does 90 more damage.",
fr: "Si un Outil Pokémon est attaché à ce Pokémon, cette attaque inflige 90 dégâts supplémentaires."
fr: "Si un Outil Pokémon est attaché à ce Pokémon, cette attaque inflige 90 dégâts supplémentaires.",
es: "Si este Pokémon tiene 1 Herramienta Pokémon unida a él, este ataque hace 90 puntos de daño más.",
it: "Se questo Pokémon ha una carta Oggetto Pokémon assegnata, questo attacco infligge 90 danni in più.",
pt: "Se este Pokémon tiver uma Ferramenta Pokémon ligada a ele, este ataque causará 90 pontos de dano a mais.",
de: "Wenn an dieses Pokémon eine Pokémon-Ausrüstung angelegt ist, fügt diese Attacke 90 Schadenspunkte mehr zu."
},
damage: "60+",
@ -36,12 +48,20 @@ const card: Card = {
}, {
name: {
en: "Megaton Fall",
fr: "Chute Mégatonne"
fr: "Chute Mégatonne",
es: "Caída Megatón",
it: "Caduta Megatonica",
pt: "Queda do Megaton",
de: "Megatonnenfall"
},
effect: {
en: "This Pokémon also does 30 damage to itself.",
fr: "Ce Pokémon sinflige aussi 30 dégâts."
fr: "Ce Pokémon sinflige aussi 30 dégâts.",
es: "Este Pokémon también se hace 30 puntos de daño a sí mismo.",
it: "Questo Pokémon infligge anche 30 danni a se stesso.",
pt: "Este Pokémon também causa 30 pontos de dano a si mesmo.",
de: "Dieses Pokémon fügt auch sich selbst 30 Schadenspunkte zu."
},
damage: 190,