1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 08:39:17 +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: "Pikachu",
fr: "Pikachu",
es: "Pikachu",
it: "Pikachu",
pt: "Pikachu",
de: "Pikachu"
},
illustrator: "Sanosuke Sakuma",
rarity: "Common",
@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Meal Time",
fr: "À Belles Dents",
es: "Hora de Comer",
it: "Buon Appetito",
pt: "Hora da Refeição",
de: "Mahlzeit"
},
effect: {
en: "Flip a coin until you get tails. For each heads, draw a card.",
fr: "Lancez une pièce jusquà ce que vous obteniez un côté pile. Pour chaque côté face, piochez une carte.",
es: "Lanza 1 moneda hasta que salga cruz. Por cada cara, roba 1 carta.",
it: "Lancia una moneta finché non esce croce. Ogni volta che esce testa, pesca una carta.",
pt: "Jogue 1 moeda até sair coroa. Para cada cara, compre 1 carta.",
de: "Wirf so lang 1 Münze, bis zum ersten Mal das Ergebnis Zahl kommt. Ziehe pro Kopf 1 Karte."
},
},
@ -45,6 +57,10 @@ const card: Card = {
name: {
en: "Gnaw",
fr: "Ronge",
es: "Roer",
it: "Rosicchiamento",
pt: "Roída",
de: "Nagen"
},
damage: 20,