1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 08:39:17 +00:00

Added Sun & Moon for other languages

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-06-30 14:12:31 +02:00
parent 369f8dadf7
commit dc0dcff103
2732 changed files with 54455 additions and 6885 deletions

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Nuzleaf",
fr: "Pifeuil",
es: "Nuzleaf",
it: "Nuzleaf",
pt: "Nuzleaf",
de: "Blanas"
},
illustrator: "Ken Sugimori",
rarity: "Uncommon",
@ -33,6 +37,10 @@ const card: Card = {
name: {
en: "Pound",
fr: "ÉcrasFace",
es: "Destructor",
it: "Botta",
pt: "Pancada",
de: "Pfund"
},
damage: 20,
@ -46,10 +54,18 @@ const card: Card = {
name: {
en: "Clear the Room",
fr: "Vider les Lieux",
es: "Hacer Sitio",
it: "Sgombero",
pt: "Expulsar da Sala",
de: "Rausschmeißen"
},
effect: {
en: "Your opponent reveals their hand. Choose a Supporter card you find there. Your opponent shuffles that card into their deck.",
fr: "Votre adversaire dévoile sa main. Choisissez une carte Supporter que vous y trouvez. Votre adversaire mélange cette carte avec son deck.",
es: "Tu rival enseña las cartas de su mano. Elige 1 carta de Partidario que encuentres entre ellas. Tu rival pone esa carta en su baraja y las baraja todas.",
it: "Il tuo avversario mostra le carte che ha in mano. Scegli una carta Aiuto presente tra quelle carte. Il tuo avversario rimischia quella carta nel suo mazzo.",
pt: "Seu oponente revela a própria mão. Escolha 1 carta de Apoiador que encontrar lá. Seu oponente embaralha aquela carta no próprio baralho.",
de: "Dein Gegner zeigt dir seine Handkarten. Wähle 1 Unterstützerkarte, die du dort findest. Dein Gegner mischt jene Karte in sein Deck."
},
},