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:
@ -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: "Écras’Face",
|
||||
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."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user