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: "Manectric",
|
||||
fr: "Élecsprint",
|
||||
es: "Manectric",
|
||||
it: "Manectric",
|
||||
pt: "Manectric",
|
||||
de: "Voltenso"
|
||||
},
|
||||
illustrator: "Naoki Saito",
|
||||
rarity: "Rare",
|
||||
@ -21,6 +25,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Electrike",
|
||||
fr: "Dynavolt",
|
||||
es: "Electrike",
|
||||
it: "Electrike",
|
||||
pt: "Electrike",
|
||||
de: "Frizelbliz"
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
@ -34,10 +42,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Lightning Turn",
|
||||
fr: "Tour Éclair",
|
||||
es: "Giro Relámpago",
|
||||
it: "Girata Fulminante",
|
||||
pt: "Giro de Raios",
|
||||
de: "Blitzartige Drehung"
|
||||
},
|
||||
effect: {
|
||||
en: "Switch this Pokémon with 1 of your Benched Pokémon.",
|
||||
fr: "Échangez ce Pokémon avec l'un de vos Pokémon de Banc.",
|
||||
es: "Cambia este Pokémon por 1 de tus Pokémon en Banca.",
|
||||
it: "Scambia questo Pokémon con uno della tua panchina.",
|
||||
pt: "Troque este Pokémon por 1 dos seus Pokémon no Banco.",
|
||||
de: "Tausche dieses Pokémon gegen 1 Pokémon auf deiner Bank aus."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -51,10 +67,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Electric Shock",
|
||||
fr: "Choc Électrique",
|
||||
es: "Sacudida Eléctrica",
|
||||
it: "Elettroshock",
|
||||
pt: "Choque Elétrico",
|
||||
de: "Elektroschock"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard all Lightning Energy attached to this Pokémon. Your opponent’s Active Pokémon is now Paralyzed.",
|
||||
en: "Discard all Lightning Energy attached to this Pokémon. Your opponent's Active Pokémon is now Paralyzed.",
|
||||
fr: "Défaussez toutes les Énergies Lightning attachées à ce Pokémon. Le Pokémon Actif de votre adversaire est maintenant Paralysé.",
|
||||
es: "Descarta todas las Energías Lightning unidas a este Pokémon. El Pokémon Activo de tu rival pasa a estar Paralizado.",
|
||||
it: "Scarta tutte le Energie Lightning assegnate a questo Pokémon. Il Pokémon attivo del tuo avversario viene paralizzato.",
|
||||
pt: "Descarte toda a Energia Lightning ligada a este Pokémon. O Pokémon Ativo do seu oponente agora está Paralisado.",
|
||||
de: "Lege alle an dieses Pokémon angelegten Lightning-Energien auf deinen Ablagestapel. Das Aktive Pokémon deines Gegners ist jetzt paralysiert."
|
||||
},
|
||||
damage: 70,
|
||||
|
||||
|
Reference in New Issue
Block a user