mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59:18 +00:00
Added some XY translations (#63)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -4,7 +4,11 @@ import Set from '../Evolutions'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "M Pidgeot EX",
|
||||
fr: "M-Roucarnage-EX",
|
||||
fr: "M-Roucarnage EX",
|
||||
es: "M-Pidgeot EX",
|
||||
it: "M Pidgeot EX",
|
||||
pt: "M-Pidgeot EX",
|
||||
de: "M-Tauboss EX"
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
@ -39,10 +43,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Mach Cyclone",
|
||||
fr: "Mach Cyclone",
|
||||
es: "Ciclón Mach",
|
||||
it: "Ciclone Mach",
|
||||
pt: "Ciclone Mach",
|
||||
de: "Schallsturm"
|
||||
},
|
||||
effect: {
|
||||
en: "You may have your opponent switch his or her Active Pokémon with 1 of his or her Benched Pokémon.",
|
||||
fr: "Vous pouvez demander à votre adversaire d’échanger son Pokémon Actif avec l’un de ses Pokémon de Banc.",
|
||||
es: "Puedes hacer que tu rival cambie su Pokémon Activo por 1 de sus Pokémon en Banca.",
|
||||
it: "Puoi far scambiare al tuo avversario il suo Pokémon attivo con uno dei suoi Pokémon in panchina.",
|
||||
pt: "Você pode fazer seu oponente trocar o próprio Pokémon Ativo por um dos Pokémon no Banco dele(a).",
|
||||
de: "Du kannst deinen Gegner dazu veranlassen, sein Aktives Pokémon gegen 1 Pokémon auf seiner Bank auszutauschen."
|
||||
},
|
||||
damage: 130,
|
||||
|
||||
|
Reference in New Issue
Block a user