1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 00:29:19 +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

@ -59,10 +59,10 @@ const card: Card = {
de: "Düsendurchzug"
},
effect: {
en: "Discard a Special Energy attached to your opponents Active Pokémon.",
en: "Discard a Special Energy attached to your opponent's Active Pokémon.",
fr: "Défaussez une Énergie spéciale attachée au Pokémon Actif de votre adversaire.",
es: "Descarta 1 Energía Especial unida al Pokémon Activo de tu rival.",
it: "Scarta unEnergia speciale assegnata al Pokémon attivo del tuo avversario.",
it: "Scarta un'Energia speciale assegnata al Pokémon attivo del tuo avversario.",
pt: "Descarte uma Energia Especial ligada ao Pokémon Ativo do seu oponente.",
de: "Lege 1 an das Aktive Pokémon deines Gegners angelegte Spezial-Energie auf den Ablagestapel deines Gegners."
},
@ -85,7 +85,16 @@ const card: Card = {
},
],
retreat: 0
retreat: 0,
evolveFrom: {
en: "Old Amber Aerodactyl",
fr: "Vieil Ambre Ptéra",
es: "Ámbar Viejo Aerodactyl",
it: "Ambra Antica di Aerodactyl",
pt: "Âmbar Velho de Aerodactyl",
de: "Altbernstein Aerodactyl"
}
}
export default card