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: {
fr: "Pyrobut VMAX",
en: "Cinderace VMAX"
en: "Cinderace VMAX",
es: "Cinderace VMAX",
it: "Cinderace VMAX",
pt: "Cinderace VMAX",
de: "Liberlo VMAX"
},
illustrator: "PLANETA Mochizuki",
@ -23,12 +27,20 @@ const card: Card = {
attacks: [{
name: {
fr: "Riposte",
en: "Counter"
en: "Counter",
es: "Contraataque",
it: "Contrattacco",
pt: "Contra-atacar",
de: "Konter"
},
effect: {
fr: "Si ce Pokémon a subi les dégâts dune attaque pendant le dernier tour de votre adversaire, cette attaque inflige en plus ce montant-là de dégâts.",
en: "If this Pokémon was damaged by an attack during your opponents last turn, this attack does that much more damage."
en: "If this Pokémon was damaged by an attack during your opponents last turn, this attack does that much more damage.",
es: "Si este Pokémon resultó dañado por un ataque durante el último turno de tu rival, este ataque hace ese número de puntos de daño más.",
it: "Se questo Pokémon è stato danneggiato da un attacco durante lultimo turno del tuo avversario, questo attacco infligge altrettanti danni in più.",
pt: "Se este Pokémon tiver sido danificado por um ataque durante o último turno do seu oponente, este ataque causará a mesma quantidade de dano a mais.",
de: "Wenn diesem Pokémon während des letzten Zuges deines Gegners durch eine Attacke Schaden zugefügt wurde, fügt diese Attacke genauso viel Schaden mehr zu."
},
damage: "30+",
@ -36,12 +48,20 @@ const card: Card = {
}, {
name: {
fr: "Ballon Brûlomax",
en: "Max Pyro Ball"
en: "Max Pyro Ball",
es: "Maxibalón Ígneo",
it: "Dynapalla Infuocata",
pt: "Bola Incendiária Max",
de: "Dyna-Feuerball"
},
effect: {
fr: "Le Pokémon Actif de votre adversaire est maintenant Brûlé.",
en: "Your opponents Active Pokémon is now Burned."
en: "Your opponents Active Pokémon is now Burned.",
es: "El Pokémon Activo de tu rival pasa a estar Quemado.",
it: "Il Pokémon attivo del tuo avversario viene bruciato.",
pt: "O Pokémon Ativo do seu oponente agora está Queimado.",
de: "Das Aktive Pokémon deines Gegners ist jetzt verbrannt."
},
damage: 170,