1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 00:29:19 +00:00

Added some XY translations (#63)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-08-23 00:18:16 +02:00
committed by GitHub
parent 741c19791e
commit 0ce5e62460
642 changed files with 8206 additions and 1657 deletions

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Aerodactyl",
fr: "Ptéra",
es: "Aerodactyl",
it: "Aerodactyl",
pt: "Aerodactyl",
de: "Aerodactyl"
},
illustrator: "kawayoo",
@ -32,6 +36,10 @@ const card: Card = {
name: {
en: "Bite",
fr: "Morsure",
es: "Mordisco",
it: "Morso",
pt: "Mordida",
de: "Biss"
},
damage: 30,
@ -45,10 +53,18 @@ const card: Card = {
name: {
en: "Jet Draft",
fr: "Souffle Supersonique",
es: "Corriente Jet",
it: "Scia Jet",
pt: "Vento de Jato",
de: "Düsendurchzug"
},
effect: {
en: "Discard a Special Energy attached to your opponents 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.",
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."
},
damage: 120,