mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +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: "Dhelmise",
|
||||
fr: "Sinistrail",
|
||||
es: "Dhelmise",
|
||||
it: "Dhelmise",
|
||||
pt: "Dhelmise",
|
||||
de: "Moruda"
|
||||
},
|
||||
illustrator: "Kyoko Umemoto",
|
||||
rarity: "Rare",
|
||||
@ -31,10 +35,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Giga Drain",
|
||||
fr: "Giga-Sangsue",
|
||||
es: "Gigadrenado",
|
||||
it: "Gigassorbimento",
|
||||
pt: "Gigadreno",
|
||||
de: "Gigasauger"
|
||||
},
|
||||
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 opponent’s Active Pokémon.",
|
||||
fr: "Soignez à ce Pokémon la même quantité de dégâts que vous avez infligée au Pokémon Actif de votre adversaire.",
|
||||
es: "Cura a este Pokémon el mismo número de puntos de daño que hayas hecho 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: 30,
|
||||
|
||||
@ -48,10 +60,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Powerful Spin",
|
||||
fr: "Pirouette Puissante",
|
||||
es: "Supergiro",
|
||||
it: "Supergiro",
|
||||
pt: "Pirueta Potente",
|
||||
de: "Mächtiger Wirbler"
|
||||
},
|
||||
effect: {
|
||||
en: "This Pokémon can't attack during your next turn.",
|
||||
en: "This Pokémon can’t attack during your next turn.",
|
||||
fr: "Ce Pokémon ne peut pas attaquer pendant votre prochain tour.",
|
||||
es: "Este Pokémon no puede atacar durante tu próximo turno.",
|
||||
it: "Questo Pokémon non può attaccare durante il tuo prossimo turno.",
|
||||
pt: "Este Pokémon não poderá atacar durante a sua próxima vez de jogar.",
|
||||
de: "Dieses Pokémon kann während deines nächsten Zuges nicht angreifen."
|
||||
},
|
||||
damage: 130,
|
||||
|
||||
|
Reference in New Issue
Block a user