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: "Meditite",
fr: "Méditikka",
es: "Meditite",
it: "Meditite",
pt: "Meditite",
de: "Meditie"
},
illustrator: "Shibuzoh.",
rarity: "Common",
@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Bide",
fr: "Patience",
es: "Venganza",
it: "Pazienza",
pt: "Aguardar",
de: "Geduld"
},
effect: {
en: "Flip a coin. If heads, if this Pokémon would be Knocked Out by damage from an attack during your opponent's next turn, it is not Knocked Out, and its remaining HP becomes 10.",
en: "Flip a coin. If heads, if this Pokémon would be Knocked Out by damage from an attack during your opponents next turn, it is not Knocked Out, and its remaining HP becomes 10.",
fr: "Lancez une pièce. Si cest face, et si ce Pokémon doit être mis K.O. par les dégâts dune attaque pendant le prochain tour de votre adversaire, il nest pas mis K.O., mais il na plus que 10 PV.",
es: "Lanza 1 moneda. Si sale cara, si este Pokémon fuese a quedar Fuera de Combate por el daño de un ataque durante el próximo turno de tu rival, este Pokémon no queda Fuera de Combate, y sus PS restantes pasan a ser 10.",
it: "Lancia una moneta. Se esce testa, se questo Pokémon sta per essere messo KO dai danni di un attacco durante il prossimo turno del tuo avversario, non viene messo KO e i suoi PS rimanenti diventano 10.",
pt: "Jogue 1 moeda. Se sair cara, se este Pokémon estiver prestes a ser Nocauteado pelo dano de um ataque durante a próxima vez de jogar do seu oponente, ele não será Nocauteado e o PS restante dele será 10.",
de: "Wirf 1 Münze. Bei Kopf, wenn dieses Pokémon während des nächsten Zuges deines Gegners durch Schaden einer Attacke kampfunfähig würde, wird es nicht kampfunfähig und seine verbleibenden KP sind gleich 10."
},
},
@ -45,6 +57,10 @@ const card: Card = {
name: {
en: "Kick",
fr: "KoudPied",
es: "Patada",
it: "Calcio",
pt: "Chute",
de: "Tritt"
},
damage: 30,