1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 00:09:18 +00:00

Added some XY translations (#63)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-08-23 00:18:16 +02:00
committed by GitHub
parent 741c19791e
commit 0ce5e62460
642 changed files with 8206 additions and 1657 deletions

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Gible",
fr: "Griknot",
es: "Gible",
it: "Gible",
pt: "Gible",
de: "Kaumalat"
},
illustrator: "Naoyo Kimura",
rarity: "Common",
@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Never Enough",
fr: "Insatiable",
es: "Nunca Suficiente",
it: "Senza Fine",
pt: "Nunca é o Suficiente",
de: "Gier"
},
effect: {
en: "Discard a card from your hand. If you do, draw 2 cards.",
fr: "Défaussez une carte de votre main. Dans ce cas, piochez 2 cartes.",
es: "Descarta 1 carta de tu mano. Si lo haces, roba 2 cartas.",
it: "Scarta una delle carte che hai in mano. Se lo fai, pesca due carte.",
pt: "Descarte um card da sua mão. Se fizer isso, compre 2 cards.",
de: "Lege 1 Karte von deiner Hand auf deinen Ablagestapel. Wenn du das machst, ziehe 2 Karten."
},
},