1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-12 15:59: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: "Joltik",
fr: "Statitik",
es: "Joltik",
it: "Joltik",
pt: "Joltik",
de: "Wattzapf"
},
illustrator: "Yuka Morii",
rarity: "Common",
@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Leech Life",
fr: "Vampirisme",
es: "Chupavidas",
it: "Sanguisuga",
pt: "Suga-vidas",
de: "Blutsauger"
},
effect: {
en: "Heal from this Pokémon the same amount of damage you did to your opponent's Active Pokémon.",
en: "Heal from this Pokémon the same amount of damage you did to your opponents Active Pokémon.",
fr: "Soignez à ce Pokémon la même quantité de dégâts que vous avez infligés au Pokémon Actif de votre adversaire.",
es: "Cura a este Pokémon el mismo número de puntos de daño que hayas infligido al Pokémon Activo de tu rival.",
it: "Cura questo Pokémon da una quantità di danni pari a quelli inflitti al Pokémon attivo del tuo avversario.",
pt: "Cure deste Pokémon a mesma quantidade de dano que você causou ao Pokémon Ativo do seu oponente.",
de: "Heile bei diesem Pokémon genauso viel Schaden, wie du dem Aktiven Pokémon deines Gegners zugefügt hast."
},
damage: 10,