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: {
|
||||
fr: "Fulgudog",
|
||||
en: "Boltund"
|
||||
en: "Boltund",
|
||||
es: "Boltund",
|
||||
it: "Boltund",
|
||||
pt: "Boltund",
|
||||
de: "Bellektro"
|
||||
},
|
||||
|
||||
illustrator: "Kagemaru Himeno",
|
||||
@ -23,12 +27,20 @@ const card: Card = {
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Grosse Morsure",
|
||||
en: "Big Bite"
|
||||
en: "Big Bite",
|
||||
es: "Gran Mordisco",
|
||||
it: "Grande Morso",
|
||||
pt: "Mordidona",
|
||||
de: "Mächtiger Biss"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Pendant le prochain tour de votre adversaire, le Pokémon Défenseur ne peut pas battre en retraite.",
|
||||
en: "During your opponent’s next turn, the Defending Pokémon can’t retreat."
|
||||
en: "During your opponent’s next turn, the Defending Pokémon can’t retreat.",
|
||||
es: "Durante el próximo turno de tu rival, el Pokémon Defensor no puede retirarse.",
|
||||
it: "Durante il prossimo turno del tuo avversario, il Pokémon difensore non può ritirarsi.",
|
||||
pt: "Durante o próximo turno do seu oponente, o Pokémon Defensor não poderá recuar.",
|
||||
de: "Während des nächsten Zuges deines Gegners kann sich das Verteidigende Pokémon nicht zurückziehen."
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
@ -36,12 +48,20 @@ const card: Card = {
|
||||
}, {
|
||||
name: {
|
||||
fr: "Crocs Combatifs",
|
||||
en: "Fighting Fangs"
|
||||
en: "Fighting Fangs",
|
||||
es: "Colmillos Luchadores",
|
||||
it: "Zanne Combattenti",
|
||||
pt: "Caninos de Luta",
|
||||
de: "Kämpfende Reißzähne"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon-V ou un Pokémon-GX, cette attaque inflige 90 dégâts supplémentaires.",
|
||||
en: "If your opponent’s Active Pokémon is a Pokémon V or Pokémon-GX, this attack does 90 more damage."
|
||||
en: "If your opponent’s Active Pokémon is a Pokémon V or Pokémon-GX, this attack does 90 more damage.",
|
||||
es: "Si el Pokémon Activo de tu rival es un Pokémon V o un Pokémon-GX, este ataque hace 90 puntos de daño más.",
|
||||
it: "Se il Pokémon attivo del tuo avversario è un Pokémon-V o un Pokémon-GX, questo attacco infligge 90 danni in più.",
|
||||
pt: "Se o Pokémon Ativo do seu oponente for um Pokémon V ou um Pokémon-GX, este ataque causará 90 pontos de dano a mais.",
|
||||
de: "Wenn das Aktive Pokémon deines Gegners ein Pokémon-V oder Pokémon-GX ist, fügt diese Attacke 90 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
damage: "90+",
|
||||
|
Reference in New Issue
Block a user