1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 00:29:19 +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: "Tentacool",
fr: "Tentacool",
es: "Tentacool",
it: "Tentacool",
pt: "Tentacool",
de: "Tentacha"
},
illustrator: "Shibuzoh.",
rarity: "Common",
@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Sludge Shock",
fr: "Choc Détritus",
es: "Impacto de Residuos",
it: "Fangoshock",
pt: "Choque de Lama",
de: "Schlammschock"
},
effect: {
en: "The Defending Pokémon can't be healed during your opponent's next turn.",
en: "The Defending Pokémon cant be healed during your opponents next turn.",
fr: "Le Pokémon Défenseur ne peut pas être soigné pendant le prochain tour de votre adversaire.",
es: "El Pokémon Defensor no puede ser curado durante el próximo turno de tu rival.",
it: "Durante il prossimo turno del tuo avversario, il Pokémon difensore non può essere curato.",
pt: "O Pokémon Defensor não poderá ser curado durante a próxima vez de jogar do seu oponente.",
de: "Das Verteidigende Pokémon kann während des nächsten Zuges deines Gegners nicht geheilt werden."
},
damage: 10,