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

@ -10,20 +10,22 @@ const card: Card = {
pt: "Espeon EX",
de: "Psiana EX"
},
illustrator: "Ryo Ueda",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
dexId: [
196,
],
hp: 170,
types: [
"Psychic",
],
suffix: "EX",
attacks: [
@ -40,10 +42,10 @@ const card: Card = {
de: "Wundersamer Glanz"
},
effect: {
en: "Devolve each of your opponents evolved Pokémon and put the highest Stage Evolution card on it into your opponents hand.",
en: "Devolve each of your opponent's evolved Pokémon and put the highest Stage Evolution card on it into your opponent's hand.",
fr: "Faites dés-évoluer chacun des Pokémon évolués de votre adversaire et mettez sa carte Évolution de plus haut Niveau dans la main de votre adversaire.",
es: "Involuciona a cada uno de los Pokémon evolucionados de tu rival y pon la carta de Evolución de fase más alta que tenga sobre él en la mano de tu rival.",
it: "Annulla levoluzione di ciascuno dei Pokémon evoluti del tuo avversario e mettine la carta Evoluzione di fase più alta nella sua mano.",
it: "Annulla l'evoluzione di ciascuno dei Pokémon evoluti del tuo avversario e mettine la carta Evoluzione di fase più alta nella sua mano.",
pt: "Reverte cada um dos Pokémon evoluídos do seu oponente e coloca o card de Evolução de Estágio mais alto na mão do seu oponente.",
de: "Rückentwickle jedes entwickelte Pokémon deines Gegners. Dein Gegner nimmt die höchste daraufliegende Evolutionskarte auf seine Hand."
},
@ -64,7 +66,7 @@ const card: Card = {
de: "Psychoschock"
},
effect: {
en: "This attacks damage isnt affected by any effects on your opponents Active Pokémon.",
en: "This attack's damage isn't affected by any effects on your opponent's Active Pokémon.",
fr: "Les dégâts de cette attaque ne sont affectés par aucun effet en action sur le Pokémon Actif de votre adversaire.",
es: "El daño de este ataque no se ve afectado por ningún efecto en el Pokémon Activo de tu rival.",
it: "I danni di questo attacco non sono influenzati da alcun effetto presente sul Pokémon attivo del tuo avversario.",
@ -75,6 +77,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Psychic",
@ -83,9 +86,7 @@ const card: Card = {
],
retreat: 1,
stage: "Basic"
}
export default card