mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +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: "Diglett",
|
||||
fr: "Taupiqueur",
|
||||
es: "Diglett",
|
||||
it: "Diglett",
|
||||
pt: "Diglett",
|
||||
de: "Digda"
|
||||
},
|
||||
illustrator: "Kouki Saitou",
|
||||
rarity: "Common",
|
||||
@ -27,10 +31,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Underground Work",
|
||||
fr: "Travail Souterrain",
|
||||
es: "Trabajo Subterráneo",
|
||||
it: "Lavoro Sotterraneo",
|
||||
pt: "Obra Subterrânea",
|
||||
de: "Untergrundarbeiten"
|
||||
},
|
||||
effect: {
|
||||
en: "If you discard this Pokémon with the effect of Giovanni's Exile, discard the top card of your opponent's deck.",
|
||||
en: "If you discard this Pokémon with the effect of Giovanni’s Exile, discard the top card of your opponent’s deck.",
|
||||
fr: "Si vous défaussez ce Pokémon du fait de l’effet d’Exil de Giovanni, défaussez la carte du dessus du deck de votre adversaire.",
|
||||
es: "Si descartas este Pokémon con el efecto de la carta Exilio de Giovanni, descarta la primera carta de la baraja de tu rival.",
|
||||
it: "Se scarti questo Pokémon per effetto di Esilio di Giovanni, scarta la prima carta del mazzo del tuo avversario.",
|
||||
pt: "Se você descartar este Pokémon com o efeito de Exílio do Giovanni, descarte a primeira carta do baralho do seu oponente.",
|
||||
de: "Wenn du dieses Pokémon mit dem Effekt von Giovannis Exil auf deinen Ablagestapel legst, lege die oberste Karte vom Deck deines Gegners auf seinen Ablagestapel."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -42,6 +54,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Hook",
|
||||
fr: "Crochet",
|
||||
es: "Garfio",
|
||||
it: "Uncino",
|
||||
pt: "Gancho",
|
||||
de: "Haken"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
|
Reference in New Issue
Block a user