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:
@ -4,7 +4,11 @@ import Set from '../BREAKpoint'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "M Scizor EX",
|
||||
fr: "M-Cizayox-EX",
|
||||
fr: "M-Cizayox EX",
|
||||
es: "M-Scizor EX",
|
||||
it: "M Scizor EX",
|
||||
pt: "M-Scizor EX",
|
||||
de: "M-Scherox EX"
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Ultra Rare",
|
||||
@ -34,10 +38,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Iron Crusher",
|
||||
fr: "Écrase Fer",
|
||||
es: "Triturahierros",
|
||||
it: "Schiacciata Ferrea",
|
||||
pt: "Esmagador de Ferro",
|
||||
de: "Eisenbeißer"
|
||||
},
|
||||
effect: {
|
||||
en: "You may discard a Special Energy attached to your opponent’s Active Pokémon or a Stadium card in play.",
|
||||
fr: "Vous pouvez défausser une carte Énergie spéciale attachée au Pokémon Actif de votre adversaire ou une carte Stade en jeu.",
|
||||
es: "Puedes descartar 1 Energía Especial unida al Pokémon Activo de tu rival o 1 carta de Estadio en juego.",
|
||||
it: "Puoi scartare una Energia speciale assegnata al Pokémon attivo del tuo avversario o una carta Stadio in gioco.",
|
||||
pt: "Você pode descartar uma Energia Especial ligada ao Pokémon Ativo do seu oponente ou um card de Estádio em jogo.",
|
||||
de: "Du kannst 1 an das Aktive Pokémon deines Gegners angelegte Spezial-Energie auf dessen Ablagestapel oder 1 Stadionkarte im Spiel auf den Ablagestapel legen."
|
||||
},
|
||||
damage: 120,
|
||||
|
||||
|
Reference in New Issue
Block a user