1
0
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:
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 '../Phantom Forces'
const card: Card = {
name: {
en: "M Gengar-EX",
en: "M Gengar EX",
fr: "M-Ectoplasma EX",
es: "M-Gengar EX",
it: "M Gengar EX",
pt: "M-Gengar EX",
de: "M-Gengar EX"
},
illustrator: "5ban Graphics",
rarity: "Rare",
category: "Pokemon",
illustrator: "5ban Graphics",
rarity: "Secret Rare",
category: "Pokemon",
set: Set,
dexId: [
94,
],
hp: 220,
types: [
"Psychic",
],
evolveFrom: {
en: "Gengar-EX",
fr: "Ectoplasma-EX",
es: "Gengar-EX",
it: "Gengar-EX",
pt: "Gengar-EX",
de: "Gengar-EX"
},
stage: "MEGA",
stage: "MEGA",
attacks: [
{
@ -32,19 +46,31 @@ const card: Card = {
],
name: {
en: "Phantom Gate",
fr: "Miroir Miroir",
es: "Puerta Espectral",
it: "Portale Fantasma",
pt: "Portão Fantasma",
de: "Phantomtor"
},
effect: {
en: "Choose 1 of your opponent's Pokémon's attacks and use it as this attack.",
fr: "Choisissez l'une des attaques des Pokémon de votre adversaire et utilisez-la en tant que cette attaque.",
es: "Elige 1 de los ataques de los Pokémon de tu rival y úsalo para este ataque.",
it: "Scegli uno degli attacchi dei Pokémon del tuo avversario e usalo al posto di questo attacco.",
pt: "Escolha 1 dos ataques dos Pokémon do seu oponente e use-o como este ataque.",
de: "Wähle 1 Angriff eines gegnerischen Pokémon und verwende ihn als diesen Angriff."
},
},
],
weaknesses: [
{
type: "Darkness",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
@ -52,9 +78,8 @@ const card: Card = {
},
],
suffix: "EX",
retreat: 1
}
export default card