mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Breloom",
|
||||
fr: "Chapignon",
|
||||
es: "Breloom",
|
||||
it: "Breloom",
|
||||
pt: "Breloom",
|
||||
de: "Kapilz"
|
||||
},
|
||||
illustrator: "Hitoshi Ariga",
|
||||
rarity: "Rare",
|
||||
@ -21,6 +25,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Shroomish",
|
||||
fr: "Balignon",
|
||||
es: "Shroomish",
|
||||
it: "Shroomish",
|
||||
pt: "Shroomish",
|
||||
de: "Knilz"
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
@ -34,10 +42,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 neste Pokémon a mesma quantidade de danos 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: 20,
|
||||
|
||||
@ -51,10 +67,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Sky Uppercut",
|
||||
fr: "Stratopercut",
|
||||
es: "Gancho Alto",
|
||||
it: "Stramontante",
|
||||
pt: "Upper-cut Celeste",
|
||||
de: "Himmelhieb"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack’s damage isn’t affected by Resistance.",
|
||||
en: "This attack's damage isn't affected by Resistance.",
|
||||
fr: "Les dégâts de cette attaque ne sont pas affectés par la Résistance.",
|
||||
es: "El daño de este ataque no se ve afectado por Resistencia.",
|
||||
it: "Il danno di questo attacco non è influenzato dalla resistenza.",
|
||||
pt: "Os danos deste ataque não são afetados por Resistência.",
|
||||
de: "Der Schaden dieses Angriffs wird durch Resistenz nicht verändert."
|
||||
},
|
||||
damage: 70,
|
||||
|
||||
|
Reference in New Issue
Block a user