1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 16:19:18 +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: "Alolan Sandshrew",
fr: "Sabelette dAlola",
es: "Sandshrew de Alola",
it: "Sandshrew di Alola",
pt: "Sandshrew de Alola",
de: "Alola-Sandan"
},
illustrator: "Mizue",
rarity: "Common",
@ -28,10 +32,18 @@ const card: Card = {
name: {
en: "Defense Curl",
fr: "BoulArmure",
es: "Rizo Defensa",
it: "Ricciolscudo",
pt: "Espiral de Defesa",
de: "Einigler"
},
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 opponents next turn.",
fr: "Lancez une pièce. Si cest 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 1 moeda. Se sair cara, prevenirá todo o dano causado a este Pokémon por ataques durante a próxima vez de jogar do seu oponente.",
de: "Wirf 1 Münze. Verhindere bei Kopf allen Schaden, der diesem Pokémon während des nächsten Zuges deines Gegners durch Attacken zugefügt wird."
},
},
@ -44,6 +56,10 @@ const card: Card = {
name: {
en: "Ice Ball",
fr: "BallGlace",
es: "Bola Hielo",
it: "Palla Gelo",
pt: "Bola de Gelo",
de: "Frostbeule"
},
damage: 30,