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:
@ -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 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 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."
|
||||
},
|
||||
damage: 120,
|
||||
|
||||
|
Reference in New Issue
Block a user