1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-11 00:11:58 +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: "Porygon",
fr: "Porygon",
es: "Porygon",
it: "Porygon",
pt: "Porygon",
de: "Porygon"
},
illustrator: "Shin Nagasawa",
rarity: "Common",
@@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Code Check",
fr: "Vérification de Codes",
es: "Comprobación de Código",
it: "Controllo Codice",
pt: "Verificar Código",
de: "Code-Check"
},
effect: {
en: "Look at 1 of your opponent's face-down Prize cards.",
en: "Look at 1 of your opponents face-down Prize cards.",
fr: "Regardez lune des cartes Récompense de votre adversaire (actuellement face cachée).",
es: "Mira 1 de las cartas de Premio que están boca abajo de tu rival.",
it: "Guarda una delle carte Premio coperte del tuo avversario.",
pt: "Olhe 1 das cartas de Prêmio viradas para baixo do seu oponente.",
de: "Schau dir 1 der verdeckten Preiskarten deines Gegners an."
},
},
@@ -44,6 +56,10 @@ const card: Card = {
name: {
en: "Beam",
fr: "Rayon",
es: "Transmisión",
it: "Raggio",
pt: "Feixe",
de: "Strahl"
},
damage: 10,