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:
@ -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 can’t be healed during your opponent’s 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,
|
||||
|
||||
|
Reference in New Issue
Block a user