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:
@ -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,
|
||||
|
||||
|
Reference in New Issue
Block a user