mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -10,24 +10,32 @@ const card: Card = {
|
||||
pt: "M-Scizor EX",
|
||||
de: "M-Scherox EX"
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
212,
|
||||
],
|
||||
|
||||
hp: 220,
|
||||
|
||||
types: [
|
||||
"Metal",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Scizor-EX",
|
||||
fr: "Cizayox-EX",
|
||||
es: "Scizor-EX",
|
||||
it: "Scizor-EX",
|
||||
pt: "Scizor-EX",
|
||||
de: "Scherox-EX"
|
||||
},
|
||||
stage: "MEGA",
|
||||
|
||||
stage: "MEGA",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@ -44,7 +52,7 @@ const card: Card = {
|
||||
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.",
|
||||
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.",
|
||||
@ -55,22 +63,23 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Psychic",
|
||||
value: "-20"
|
||||
},
|
||||
],
|
||||
|
||||
retreat: 2,
|
||||
|
||||
|
||||
|
||||
suffix: "EX"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user