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:
@ -6,7 +6,11 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
en: "Stonjourner",
|
||||
fr: "Dolman"
|
||||
fr: "Dolman",
|
||||
es: "Stonjourner",
|
||||
it: "Stonjourner",
|
||||
pt: "Stonjourner",
|
||||
de: "Humanolith"
|
||||
},
|
||||
|
||||
illustrator: "Masakazu Fukuda",
|
||||
@ -18,12 +22,20 @@ const card: Card = {
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Land’s Pulse",
|
||||
fr: "Vibration Terrestre"
|
||||
fr: "Vibration Terrestre",
|
||||
es: "Pulso Telúrico",
|
||||
it: "Pulsazione Tellurica",
|
||||
pt: "Pulso da Terra",
|
||||
de: "Bodenpuls"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If a Stadium is in play, this attack does 30 more damage.",
|
||||
fr: "Si un Stade est en jeu, cette attaque inflige 30 dégâts supplémentaires."
|
||||
fr: "Si un Stade est en jeu, cette attaque inflige 30 dégâts supplémentaires.",
|
||||
es: "Si hay un Estadio en juego, este ataque hace 30 puntos de daño más.",
|
||||
it: "Se c’è in gioco una carta Stadio, questo attacco infligge 30 danni in più.",
|
||||
pt: "Se um Estádio estiver em jogo, este ataque causará 30 pontos de dano a mais.",
|
||||
de: "Wenn eine Stadionkarte im Spiel ist, fügt diese Attacke 30 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
damage: "30+",
|
||||
@ -31,12 +43,20 @@ const card: Card = {
|
||||
}, {
|
||||
name: {
|
||||
en: "Giga Hammer",
|
||||
fr: "Giga Marteau"
|
||||
fr: "Giga Marteau",
|
||||
es: "Gigamartillo",
|
||||
it: "Gigamartello",
|
||||
pt: "Gigamartelo",
|
||||
de: "Gigahammer"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "During your next turn, this Pokémon can’t use Giga Hammer.",
|
||||
fr: "Pendant votre prochain tour, ce Pokémon ne peut pas utiliser Giga Marteau."
|
||||
fr: "Pendant votre prochain tour, ce Pokémon ne peut pas utiliser Giga Marteau.",
|
||||
es: "Durante tu próximo turno, este Pokémon no puede usar Gigamartillo.",
|
||||
it: "Durante il tuo prossimo turno, questo Pokémon non può usare Gigamartello.",
|
||||
pt: "Durante o seu próximo turno, este Pokémon não poderá usar Gigamartelo.",
|
||||
de: "Während deines nächsten Zuges kann dieses Pokémon Gigahammer nicht einsetzen."
|
||||
},
|
||||
|
||||
damage: 120,
|
||||
|
Reference in New Issue
Block a user