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:
@@ -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 opponent’s face-down Prize cards.",
|
||||
fr: "Regardez l’une 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,
|
||||
|
Reference in New Issue
Block a user