mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-29 19:19:50 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Spiritomb",
|
||||
fr: "Spiritomb",
|
||||
es: "Spiritomb",
|
||||
it: "Spiritomb",
|
||||
pt: "Spiritomb",
|
||||
de: "Kryppuk"
|
||||
},
|
||||
illustrator: "PLANETA",
|
||||
rarity: "Rare",
|
||||
@ -30,10 +34,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "B Cancel",
|
||||
fr: "Interruption B",
|
||||
es: "B Cancelar",
|
||||
it: "(B) Annulla",
|
||||
pt: "Cancelamento B",
|
||||
de: "B"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent can’t play any Pokémon from his or her hand to evolve the Defending Pokémon during his or her next turn.",
|
||||
en: "Your opponent can't play any Pokémon from his or her hand to evolve the Defending Pokémon during his or her next turn.",
|
||||
fr: "Votre adversaire ne peut pas jouer de Pokémon de sa main pour faire évoluer le Pokémon Défenseur pendant son prochain tour.",
|
||||
es: "Tu rival no puede jugar ningún Pokémon de su mano para hacer evolucionar al Pokémon Defensor durante su próximo turno.",
|
||||
it: "Il tuo avversario non può giocare Pokémon dalla sua mano per far evolvere il Pokémon difensore durante il suo prossimo turno.",
|
||||
pt: "Seu oponente não poderá jogar nenhum Pokémon da própria mão para evoluir o Pokémon Defensor durante a próxima vez de jogar desse oponente.",
|
||||
de: "Dein Gegner kann während seines nächsten Zuges keine Pokémon von seiner Hand spielen, um das Verteidigende Pokémon zu entwickeln."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
@ -46,10 +58,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Confuse Ray",
|
||||
fr: "Onde Folie",
|
||||
es: "Rayo Confuso",
|
||||
it: "Stordiraggio",
|
||||
pt: "Raio da Confusão",
|
||||
de: "Konfustrahl"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, your opponent’s Active Pokémon is now Confused.",
|
||||
fr: "Lancez une pièce. Si c’est face, le Pokémon Actif de votre adversaire est maintenant Confus.",
|
||||
en: "Flip a coin. If heads, your opponent's Active Pokémon is now Confused.",
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Actif de votre adversaire est maintenant Confus.",
|
||||
es: "Lanza 1 moneda. Si sale cara, el Pokémon Activo de tu rival pasa a estar Confundido.",
|
||||
it: "Lancia una moneta. Se esce testa, il Pokémon attivo del tuo avversario viene confuso.",
|
||||
pt: "Jogue uma moeda. Se sair cara, o Pokémon Ativo do seu oponente ficará Confuso.",
|
||||
de: "Wirf 1 Münze. Bei \"Kopf\" ist das Aktive Pokémon deines Gegners jetzt verwirrt."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
|
Reference in New Issue
Block a user