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: "Beheeyem",
|
||||
fr: "Neitram",
|
||||
es: "Beheeyem",
|
||||
it: "Beheeyem",
|
||||
pt: "Beheeyem",
|
||||
de: "Megalon"
|
||||
},
|
||||
illustrator: "Tomokazu Komiya",
|
||||
rarity: "Uncommon",
|
||||
@ -21,6 +25,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Elgyem",
|
||||
fr: "Lewsor",
|
||||
es: "Elgyem",
|
||||
it: "Elgyem",
|
||||
pt: "Elgyem",
|
||||
de: "Pygraulon"
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
@ -33,10 +41,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Mind Bullet",
|
||||
fr: "Ball'Esprit",
|
||||
es: "Bala Mental",
|
||||
it: "Psicodardo",
|
||||
pt: "Projétil de Mente",
|
||||
de: "Gedankengeschoss"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 20 damage to 1 of your opponent’s Pokémon times the amount of Energy attached to that Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
en: "This attack does 20 damage to 1 of your opponent's Pokémon times the amount of Energy attached to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Cette attaque inflige 20 dégâts à l'un des Pokémon de votre adversaire multipliés par le nombre d'Énergies lui étant attachées. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
|
||||
es: "Este ataque hace 20 puntos de daño a 1 de los Pokémon de tu rival por cada Energía unida a ese Pokémon. (No apliques Debilidad y Resistencia a los Pokémon en Banca).",
|
||||
it: "Questo attacco infligge 20 danni a uno dei Pokémon del tuo avversario per ogni Energia assegnata a quel Pokémon. Ricorda che non puoi applicare debolezza e resistenza ai Pokémon in panchina.",
|
||||
pt: "Este ataque causa 20 de danos a 1 dos Pokémon do seu oponente vezes a quantidade de Energia ligada a aquele Pokémon. (Não aplique Fraqueza e Resistência a Pokémon no Banco.)",
|
||||
de: "Dieser Angriff fügt 1 Pokémon deines Gegners 20 Schadenspunkte mal der Anzahl der an jenes Pokémon angelegten Energien zu. (Wende Schwäche und Resistenz bei Pokémon auf der Bank nicht an.)"
|
||||
},
|
||||
|
||||
},
|
||||
@ -48,10 +64,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Psybeam",
|
||||
fr: "Rafale Psy",
|
||||
es: "Psicorrayo",
|
||||
it: "Psicoraggio",
|
||||
pt: "Feixe Psíquico",
|
||||
de: "Psystrahl"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent’s Active Pokémon is now Confused.",
|
||||
en: "Your opponent's Active Pokémon is now Confused.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Confundido.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene confuso.",
|
||||
pt: "O Pokémon Ativo do seu oponente agora está Confuso.",
|
||||
de: "Das Aktive Pokémon deines Gegners ist jetzt verwirrt."
|
||||
},
|
||||
damage: 50,
|
||||
|
||||
|
Reference in New Issue
Block a user