mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Tyrantrum",
|
||||
fr: "Rexillius",
|
||||
es: "Tyrantrum",
|
||||
it: "Tyrantrum",
|
||||
pt: "Tyrantrum",
|
||||
de: "Monargoras"
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
@ -21,6 +25,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Tyrunt",
|
||||
fr: "Ptyranidur",
|
||||
es: "Tyrunt",
|
||||
it: "Tyrunt",
|
||||
pt: "Tyrunt",
|
||||
de: "Balgoras"
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
@ -35,10 +43,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Chew Up",
|
||||
fr: "Mâchoires Affamées",
|
||||
es: "Mascar",
|
||||
it: "Masticata",
|
||||
pt: "Mastigar",
|
||||
de: "Zerkauen"
|
||||
},
|
||||
effect: {
|
||||
en: "If your opponent’s Active Pokémon has any Special Energy attached to it, this attack does 90 more damage.",
|
||||
fr: "Si de l’Énergie spéciale est attachée au Pokémon Actif de votre adversaire, cette attaque inflige 90 dégâts supplémentaires.",
|
||||
en: "If your opponent's Active Pokémon has any Special Energy attached to it, this attack does 90 more damage.",
|
||||
fr: "Si de l'Énergie spéciale est attachée au Pokémon Actif de votre adversaire, cette attaque inflige 90 dégâts supplémentaires.",
|
||||
es: "Si el Pokémon Activo de tu rival tiene alguna Energía Especial unida a él, este ataque hace 90 puntos de daño más.",
|
||||
it: "Se il Pokémon attivo del tuo avversario ha delle Energie speciali assegnate, questo attacco infligge 90 danni in più.",
|
||||
pt: "Se o Pokémon Ativo do seu oponente possuir alguma Energia Especial ligada a ele, este ataque causará 90 de danos adicionais.",
|
||||
de: "Wenn an dem Aktiven Pokémon deines Gegners Spezial-Energie angelegt ist, fügt dieser Angriff 90 weitere Schadenspunkte zu."
|
||||
},
|
||||
damage: "60+",
|
||||
|
||||
@ -53,10 +69,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Giga Impact",
|
||||
fr: "Giga Impact",
|
||||
es: "Giga Impacto",
|
||||
it: "Gigaimpatto",
|
||||
pt: "Giga Impacto",
|
||||
de: "Gigastoß"
|
||||
},
|
||||
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 sua próxima vez de jogar.",
|
||||
de: "Dieses Pokémon kann während deines nächsten Zuges nicht angreifen."
|
||||
},
|
||||
damage: 150,
|
||||
|
||||
|
Reference in New Issue
Block a user