mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49: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: "Drilbur",
|
||||
fr: "Rototaupe",
|
||||
es: "Drilbur",
|
||||
it: "Drilbur",
|
||||
pt: "Drilbur",
|
||||
de: "Rotomurf"
|
||||
},
|
||||
illustrator: "Suwama Chiaki",
|
||||
rarity: "Common",
|
||||
@ -30,10 +34,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Rototiller",
|
||||
fr: "Fertilisation",
|
||||
es: "Fertilizante",
|
||||
it: "Aracampo",
|
||||
pt: "Rototiller",
|
||||
de: "Pflüger"
|
||||
},
|
||||
effect: {
|
||||
en: "Shuffle a card from your discard pile into your deck.",
|
||||
fr: "Mélangez une carte de votre pile de défausse avec votre deck.",
|
||||
es: "Pon 1 carta de tu pila de descartes en tu baraja y baraja todas las cartas.",
|
||||
it: "Rimischia una carta dalla tua pila degli scarti nel tuo mazzo.",
|
||||
pt: "Embaralhe 1 carta da sua pilha de descarte no seu baralho.",
|
||||
de: "Mische 1 Karte aus deinem Ablagestapel in dein Deck."
|
||||
},
|
||||
|
||||
},
|
||||
@ -44,6 +56,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Mud-Slap",
|
||||
fr: "Coud’Boue",
|
||||
es: "Bofetón Lodo",
|
||||
it: "Fangosberla",
|
||||
pt: "Tapa de Lama",
|
||||
de: "Lehmschelle"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
|
Reference in New Issue
Block a user