mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -4,26 +4,38 @@ import Set from '../Furious Fists'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "M Lucario EX",
|
||||
fr: "M Lucario EX",
|
||||
fr: "M-Lucario EX",
|
||||
es: "M-Lucario EX",
|
||||
it: "M Lucario EX",
|
||||
pt: "M-Lucario EX",
|
||||
de: "M Lucario EX"
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Secret Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
448,
|
||||
],
|
||||
|
||||
hp: 220,
|
||||
|
||||
types: [
|
||||
"Fighting",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Lucario-EX",
|
||||
fr: "Lucario-EX",
|
||||
es: "Lucario-EX",
|
||||
it: "Lucario-EX",
|
||||
pt: "Lucario-EX",
|
||||
de: "Lucario-EX"
|
||||
},
|
||||
stage: "MEGA",
|
||||
|
||||
stage: "MEGA",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@ -35,15 +47,24 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Rising Fist",
|
||||
fr: "Poing Imminent",
|
||||
es: "Puño Ascendente",
|
||||
it: "Sollevapugno",
|
||||
pt: "Punho Ascendente",
|
||||
de: "Vorschnellende Faust"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard an Energy attached to your opponent’s Active Pokémon.",
|
||||
en: "Discard an Energy attached to your opponent's Active Pokémon.",
|
||||
fr: "Défaussez une Énergie attachée au Pokémon Actif de votre adversaire.",
|
||||
es: "Descarta 1 Energía unida al Pokémon Activo de tu rival.",
|
||||
it: "Scarta un'Energia assegnata al Pokémon attivo del tuo avversario.",
|
||||
pt: "Descarte uma Energia ligada ao Pokémon Ativo do seu oponente.",
|
||||
de: "Lege 1 an das Aktive Pokémon deines Gegners angelegte Energie auf den Ablagestapel deines Gegners."
|
||||
},
|
||||
damage: 140,
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Psychic",
|
||||
@ -52,9 +73,7 @@ const card: Card = {
|
||||
],
|
||||
|
||||
retreat: 2,
|
||||
|
||||
|
||||
|
||||
suffix: "EX"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user