1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 16:19: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: "Sawsbuck",
fr: "Haydaim"
fr: "Haydaim",
es: "Sawsbuck",
it: "Sawsbuck",
pt: "Sawsbuck",
de: "Kronjuwild"
},
illustrator: "Sekio",
@ -23,7 +27,11 @@ const card: Card = {
attacks: [{
name: {
en: "Tackle",
fr: "Charge"
fr: "Charge",
es: "Placaje",
it: "Azione",
pt: "Investida",
de: "Tackle"
},
damage: 30,
@ -31,12 +39,20 @@ const card: Card = {
}, {
name: {
en: "Winter Horn",
fr: "Corne Hivernale"
fr: "Corne Hivernale",
es: "Cornamenta Invernal",
it: "Corna Invernali",
pt: "Chifre Invernal",
de: "Winterhorn"
},
effect: {
en: "If you have a Stadium in play, this attack does 80 more damage.",
fr: "Si vous avez un Stade en jeu, cette attaque inflige 80 dégâts supplémentaires."
fr: "Si vous avez un Stade en jeu, cette attaque inflige 80 dégâts supplémentaires.",
es: "Si tienes un Estadio en juego, este ataque hace 80 puntos de daño más.",
it: "Se hai in gioco una carta Stadio, questo attacco infligge 80 danni in più.",
pt: "Se você tiver um Estádio em jogo, este ataque causará 80 pontos de dano a mais.",
de: "Wenn du eine Stadionkarte im Spiel hast, fügt diese Attacke 80 Schadenspunkte mehr zu."
},
damage: "80+",