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:
@ -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 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: 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,
|
||||
|
Reference in New Issue
Block a user