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:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Zorua",
|
||||
fr: "Zorua",
|
||||
es: "Zorua",
|
||||
it: "Zorua",
|
||||
pt: "Zorua",
|
||||
de: "Zorua"
|
||||
},
|
||||
illustrator: "Hitoshi Ariga",
|
||||
rarity: "Common",
|
||||
@ -30,10 +34,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Moonless Madness",
|
||||
fr: "Folie Obscure",
|
||||
es: "Demencia Nocturna",
|
||||
it: "Follia Notturna",
|
||||
pt: "Loucura sem Lua",
|
||||
de: "Mondloser Wahn"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent’s Active Pokémon is now Confused.",
|
||||
en: "Your opponent's Active Pokémon is now Confused.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Confundido.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene confuso.",
|
||||
pt: "O Pokémon Ativo do seu oponente agora está Confuso.",
|
||||
de: "Das Aktive Pokémon deines Gegners ist jetzt verwirrt."
|
||||
},
|
||||
|
||||
},
|
||||
@ -45,10 +57,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Dark Edge",
|
||||
fr: "Lame Obscurité",
|
||||
es: "Filo Siniestro",
|
||||
it: "Lama Oscura",
|
||||
pt: "Gume Sombrio",
|
||||
de: "Dunkelklinge"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard an Energy attached to this Pokémon.",
|
||||
fr: "Défaussez une Énergie attachée à ce Pokémon.",
|
||||
es: "Descarta 1 Energía unida a este Pokémon.",
|
||||
it: "Scarta un'Energia assegnata a questo Pokémon.",
|
||||
pt: "Descarte uma Energia ligada a este Pokémon.",
|
||||
de: "Lege 1 an dieses Pokémon angelegte Energie auf deinen Ablagestapel."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
|
Reference in New Issue
Block a user