1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 00:09:18 +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: "Starly",
fr: "Étourmi",
es: "Starly",
it: "Starly",
pt: "Starly",
de: "Staralili"
},
illustrator: "miki kudo",
rarity: "Common",
@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Bug Search",
fr: "Recherche Insecte",
es: "Búsqueda de Bichos",
it: "Coleoricerca",
pt: "Busca de Inseto",
de: "Käfersuche"
},
effect: {
en: "Your opponent reveals their hand.",
fr: "Votre adversaire dévoile sa main.",
es: "Tu rival enseña las cartas de su mano.",
it: "Il tuo avversario mostra le carte che ha in mano.",
pt: "Seu oponente revela a própria mão.",
de: "Dein Gegner zeigt dir seine Handkarten."
},
},
@ -45,6 +57,10 @@ const card: Card = {
name: {
en: "Flap",
fr: "Battement",
es: "Aleteo",
it: "Alabattito",
pt: "Asa",
de: "Flattern"
},
damage: 20,