1
0
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:
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: "Roigada de Galar V",
en: "Galarian Slowking V"
en: "Galarian Slowking V",
es: "Slowking de Galar V",
it: "Slowking di Galar V",
pt: "Slowking de Galar V",
de: "Galar-Laschoking V"
},
illustrator: "5ban Graphics",
@ -18,24 +22,40 @@ const card: Card = {
attacks: [{
name: {
fr: "Concoction",
en: "Concoction"
en: "Concoction",
es: "Brebaje",
it: "Intruglio",
pt: "Elixir Mágico",
de: "Gebräu"
},
effect: {
fr: "Défaussez une carte de votre main. Dans ce cas, piochez 3 cartes.",
en: "Discard a card from your hand. If you do, draw 3 cards."
en: "Discard a card from your hand. If you do, draw 3 cards.",
es: "Descarta 1 carta de tu mano. Si lo haces, roba 3 cartas.",
it: "Scarta una delle carte che hai in mano. Se lo fai, pesca tre carte.",
pt: "Descarte 1 carta da sua mão. Se fizer isto, compre 3 cartas.",
de: "Lege 1 Karte aus deiner Hand auf deinen Ablagestapel. Wenn du das machst, ziehe 3 Karten."
},
cost: ["Colorless"]
}, {
name: {
fr: "Promesse de Déclin",
en: "Word of Ruin"
en: "Word of Ruin",
es: "Palabra de Perdición",
it: "Parola Nefasta",
pt: "Maldizer",
de: "Wort des Verderbens"
},
effect: {
fr: "À la fin du prochain tour de votre adversaire, le Pokémon Défenseur sera mis K.O.",
en: "At the end of your opponents next turn, the Defending Pokémon will be Knocked Out."
en: "At the end of your opponents next turn, the Defending Pokémon will be Knocked Out.",
es: "Al final del próximo turno de tu rival, el Pokémon Defensor quedará Fuera de Combate.",
it: "Alla fine del prossimo turno del tuo avversario, il Pokémon difensore verrà messo KO.",
pt: "O Pokémon Defensor será Nocauteado no final do próximo turno do seu oponente.",
de: "Am Ende des nächsten Zuges deines Gegners wird das Verteidigende Pokémon kampfunfähig."
},
cost: ["Darkness", "Colorless"]