1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-28 14:59:19 +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: "Chinchou",
fr: "Loupio",
es: "Chinchou",
it: "Chinchou",
pt: "Chinchou",
de: "Lampi"
},
illustrator: "Ayaka Yoshida",
rarity: "Common",
@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Searching Light",
fr: "Sonde Lumineuse",
es: "Buscaluz",
it: "Proiettore",
pt: "Procurar Luz",
de: "Suchscheinwerfer"
},
effect: {
en: "Look at 1 of your face-down Prize cards.",
fr: "Regardez lune de vos cartes Récompense (actuellement face cachée).",
es: "Mira 1 de tus cartas de Premio que están boca abajo.",
it: "Guarda una delle tue carte Premio coperte.",
pt: "Olhe 1 das suas cartas de Prêmio viradas para baixo.",
de: "Sieh dir 1 deiner verdeckten Preiskarten an."
},
},
@ -46,6 +58,10 @@ const card: Card = {
name: {
en: "Electro Ball",
fr: "Boule Élek",
es: "Bola Voltio",
it: "Energisfera",
pt: "Bola Elétrica",
de: "Elektroball"
},
damage: 30,