1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 08:19:17 +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: "Golduck",
fr: "Akwakwak",
es: "Golduck",
it: "Golduck",
pt: "Golduck",
de: "Entoron"
},
illustrator: "Mitsuhiro Arita",
rarity: "Rare",
@ -33,10 +37,18 @@ const card: Card = {
name: {
en: "Derail",
fr: "Déraillement",
es: "Descarrilar",
it: "Deragliamento",
pt: "Descarrilar",
de: "Entgleisen"
},
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: 20,
@ -50,6 +62,10 @@ const card: Card = {
name: {
en: "Hydro Splash",
fr: "Hydro-Éclaboussure",
es: "Hidroestallido",
it: "Idrosplash",
pt: "Hidro Borrifada",
de: "Hydroplatscher"
},
damage: 70,