1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-12 15:59: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: "Furfrou",
fr: "Couafarel",
es: "Furfrou",
it: "Furfrou",
pt: "Furfrou",
de: "Coiffwaff"
},
illustrator: "Kagemaru Himeno",
rarity: "Common",
@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Return",
fr: "Retour",
es: "Retribución",
it: "Ritorno",
pt: "Retorno",
de: "Rückkehr"
},
effect: {
en: "You may draw cards until you have 5 cards in your hand.",
fr: "Vous pouvez piocher des cartes jusquà ce que vous ayez 5 cartes en main.",
es: "Puedes robar cartas hasta que tengas 5 cartas en tu mano.",
it: "Puoi pescare fino ad avere cinque carte in mano.",
pt: "Você pode comprar cartas até ter 5 cartas na sua mão.",
de: "Du kannst so lang Karten ziehen, bis du 5 Karten auf deiner Hand hast."
},
damage: 20,