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:
@ -3,24 +3,31 @@ import Set from '../Phantom Forces'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dialga-EX",
|
||||
en: "Dialga EX",
|
||||
fr: "Dialga EX",
|
||||
es: "Dialga EX",
|
||||
it: "Dialga EX",
|
||||
pt: "Dialga EX",
|
||||
de: "Dialga EX"
|
||||
},
|
||||
illustrator: "Ayaka Yoshida",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
illustrator: "Ayaka Yoshida",
|
||||
rarity: "Secret Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
483,
|
||||
],
|
||||
|
||||
hp: 180,
|
||||
|
||||
types: [
|
||||
"Metal",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@ -30,9 +37,19 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Chrono Wind",
|
||||
fr: "Vent Temporel",
|
||||
es: "Retroceso Cronológico",
|
||||
it: "Cronolancetta",
|
||||
pt: "Vento Temporal",
|
||||
de: "Zeitsturm"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon is a Pokémon-EX, it can't attack during your opponent's next turn.",
|
||||
fr: "Si le Pokémon Défenseur est un Pokémon-EX, il ne peut pas attaquer pendant le prochain tour de votre adversaire.",
|
||||
es: "Si el Pokémon Defensor es un Pokémon-EX, no puede atacar durante el próximo turno de tu rival.",
|
||||
it: "Durante il prossimo turno del tuo avversario, il Pokémon difensore non può attaccare se è un Pokémon-EX.",
|
||||
pt: "Se o Pokémon Defensor for um Pokémon-EX, ele não poderá atacar durante a próxima vez de jogar do seu oponente.",
|
||||
de: "Wenn das Verteidigende Pokémon ein Pokémon-EX ist, kann es während des nächsten Zuges deines Gegners nicht angreifen."
|
||||
},
|
||||
damage: 60,
|
||||
|
||||
@ -46,20 +63,32 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Full Metal Impact",
|
||||
fr: "Full Metal Impact",
|
||||
es: "Impacto Metálico Total",
|
||||
it: "Metallimpatto",
|
||||
pt: "Impacto Metálico Máximo",
|
||||
de: "Metalleinschlag"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard 2 Metal Energy attached to this Pokémon.",
|
||||
fr: "Défaussez 2 Énergies Metal attachées à ce Pokémon.",
|
||||
es: "Descarta 2 Energías Metal unidas a este Pokémon.",
|
||||
it: "Scarta due Energie Metal assegnate a questo Pokémon.",
|
||||
pt: "Descarte 2 Energias Metal ligadas a este Pokémon.",
|
||||
de: "Lege 2 an dieses Pokémon angelegte Metal-Energien auf deinen Ablagestapel."
|
||||
},
|
||||
damage: 150,
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Psychic",
|
||||
@ -67,9 +96,8 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
suffix: "EX",
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user