mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Bidoof",
|
||||
fr: "Keunotor",
|
||||
es: "Bidoof",
|
||||
it: "Bidoof",
|
||||
pt: "Bidoof",
|
||||
de: "Bidiza"
|
||||
},
|
||||
illustrator: "Akira Komayama",
|
||||
rarity: "Common",
|
||||
@ -30,6 +34,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Gnaw",
|
||||
fr: "Ronge",
|
||||
es: "Roer",
|
||||
it: "Rosicchiamento",
|
||||
pt: "Roída",
|
||||
de: "Nagen"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
@ -43,10 +51,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Scrunch",
|
||||
fr: "Compresse",
|
||||
es: "Acurruque",
|
||||
it: "Schiacciamento",
|
||||
pt: "Esmigalhar",
|
||||
de: "Zähneknirschen"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, prevent all damage done to this Pokémon by attacks during your opponent’s next turn.",
|
||||
en: "Flip a coin. If heads, prevent all damage done to this Pokémon by attacks during your opponent's next turn.",
|
||||
fr: "Lancez une pièce. Si c'est face, évitez tous les dégâts infligés à ce Pokémon par des attaques pendant le prochain tour de votre adversaire.",
|
||||
es: "Lanza 1 moneda. Si sale cara, evita todo el daño infligido a este Pokémon por ataques durante el próximo turno de tu rival.",
|
||||
it: "Lancia una moneta. Se esce testa, previeni tutti i danni da attacchi inflitti a questo Pokémon durante il prossimo turno del tuo avversario.",
|
||||
pt: "Jogue uma moeda. Se sair cara, impedirá todos os danos causados a este Pokémon por ataques na próxima vez de jogar do seu oponente.",
|
||||
de: "Wirf 1 Münze. Bei \"Kopf\" verhindere allen Schaden, der diesem Pokémon während des nächsten Zuges deines Gegners durch Angriffe zugefügt wird."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user