1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-10 07:51: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: "Patrat",
fr: "Ratentif",
es: "Patrat",
it: "Patrat",
pt: "Patrat",
de: "Nagelotz"
},
illustrator: "Ayaka Yoshida",
rarity: "Common",
@@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Glance",
fr: "Coup dŒil",
es: "Ojeada",
it: "Occhiatina",
pt: "Olhada de Relance",
de: "Kurzer Blick"
},
effect: {
en: "Look at the top card of your opponent's deck.",
en: "Look at the top card of your opponents deck.",
fr: "Regardez la carte du dessus du deck de votre adversaire.",
es: "Mira la primera carta de la baraja de tu rival.",
it: "Guarda la prima carta del mazzo del tuo avversario.",
pt: "Olhe a primeira carta do baralho do seu oponente.",
de: "Schau dir die oberste Karte des Decks deines Gegners an."
},
},
@@ -45,6 +57,10 @@ const card: Card = {
name: {
en: "Tackle",
fr: "Charge",
es: "Placaje",
it: "Azione",
pt: "Investida",
de: "Tackle"
},
damage: 20,