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:
@ -6,7 +6,11 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
fr: "Boréas V",
|
||||
en: "Tornadus V"
|
||||
en: "Tornadus V",
|
||||
es: "Tornadus V",
|
||||
it: "Tornadus V",
|
||||
pt: "Tornadus V",
|
||||
de: "Boreos V"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Mochizuki",
|
||||
@ -18,12 +22,20 @@ const card: Card = {
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Grosse Bourrasque",
|
||||
en: "Blow Through"
|
||||
en: "Blow Through",
|
||||
es: "Gran Torbellino",
|
||||
it: "Colposecco",
|
||||
pt: "Sopro Intenso",
|
||||
de: "Durchdringender Strahl"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Si un Stade est en jeu, cette attaque inflige 20 dégâts supplémentaires.",
|
||||
en: "If a Stadium is in play, this attack does 20 more damage."
|
||||
en: "If a Stadium is in play, this attack does 20 more damage.",
|
||||
es: "Si hay un Estadio en juego, este ataque hace 20 puntos de daño más.",
|
||||
it: "Se c’è in gioco una carta Stadio, questo attacco infligge 20 danni in più.",
|
||||
pt: "Se um Estádio estiver em jogo, este ataque causará 20 pontos de dano a mais.",
|
||||
de: "Wenn eine Stadionkarte im Spiel ist, fügt diese Attacke 20 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
damage: "20+",
|
||||
@ -31,12 +43,20 @@ const card: Card = {
|
||||
}, {
|
||||
name: {
|
||||
fr: "Marteau Impitoyable",
|
||||
en: "Blasting Hammer"
|
||||
en: "Blasting Hammer",
|
||||
es: "Martillo Explosivo",
|
||||
it: "Martello Distruttivo",
|
||||
pt: "Martelada Avassaladora",
|
||||
de: "Sprengender Hammer"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Défaussez une Énergie de ce Pokémon.",
|
||||
en: "Discard an Energy from this Pokémon."
|
||||
en: "Discard an Energy from this Pokémon.",
|
||||
es: "Descarta 1 Energía de este Pokémon.",
|
||||
it: "Scarta un’Energia da questo Pokémon.",
|
||||
pt: "Descarte 1 Energia deste Pokémon.",
|
||||
de: "Lege 1 Energie von diesem Pokémon auf deinen Ablagestapel."
|
||||
},
|
||||
|
||||
damage: 180,
|
||||
|
Reference in New Issue
Block a user