1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-12 15:59:18 +00:00

feat: Added XY Datas for other languages (#265)

This commit is contained in:
2022-03-31 11:01:32 +02:00
committed by GitHub
parent fc74c637d3
commit 4ec775fe56
1694 changed files with 23608 additions and 4670 deletions

View File

@ -3,25 +3,39 @@ import Set from '../Furious Fists'
const card: Card = {
name: {
en: "M Lucario-EX",
en: "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",
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: [
{
@ -32,14 +46,25 @@ 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.",
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",
@ -47,10 +72,8 @@ const card: Card = {
},
],
suffix: "EX",
retreat: 2
}
export default card