1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 08:39:17 +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: "Dunaja",
en: "Silicobra"
en: "Silicobra",
es: "Silicobra",
it: "Silicobra",
pt: "Silicobra",
de: "Salanga"
},
illustrator: "Akira Komayama",
@ -18,12 +22,20 @@ const card: Card = {
attacks: [{
name: {
fr: "Jet de Sable",
en: "Sand Attack"
en: "Sand Attack",
es: "Ataque Arena",
it: "Turbosabbia",
pt: "Ataque de Areia",
de: "Sandwirbel"
},
effect: {
fr: "Pendant le prochain tour de votre adversaire, si le Pokémon Défenseur essaie dattaquer, votre adversaire lance une pièce. Si cest pile, lattaque nest pas lancée.",
en: "During your opponents next turn, if the Defending Pokémon tries to attack, your opponent flips a coin. If tails, that attack doesnt happen."
en: "During your opponents next turn, if the Defending Pokémon tries to attack, your opponent flips a coin. If tails, that attack doesnt happen.",
es: "Durante el próximo turno de tu rival, si el Pokémon Defensor intenta atacar, tu rival lanza 1 moneda. Si sale cruz, ese ataque no se hace.",
it: "Se durante il prossimo turno del tuo avversario il Pokémon difensore prova ad attaccare, il tuo avversario lancia una moneta. Se esce croce, quellattacco non ha luogo.",
pt: "Durante o próximo turno do seu oponente, se o Pokémon Defensor tentar atacar, seu oponente jogará 1 moeda. Se sair coroa, aquele ataque não acontecerá.",
de: "Wenn das Verteidigende Pokémon während des nächsten Zuges deines Gegners versucht anzugreifen, wirft dein Gegner 1 Münze. Bei Zahl wird jene Attacke nicht ausgeführt."
},
cost: ["Colorless"]