mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-11 00:11:58 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Beheeyem",
|
||||
fr: "Neitram",
|
||||
es: "Beheeyem",
|
||||
it: "Beheeyem",
|
||||
pt: "Beheeyem",
|
||||
de: "Megalon"
|
||||
},
|
||||
illustrator: "Kyoko Umemoto",
|
||||
rarity: "Rare",
|
||||
@@ -33,6 +37,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Psypunch",
|
||||
fr: "Coup de Poing Psy",
|
||||
es: "Psicopuño",
|
||||
it: "Psicopugno",
|
||||
pt: "Soco Psíquico",
|
||||
de: "Psyhieb"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
@@ -47,10 +55,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Mysterious Noise",
|
||||
fr: "Bruit Mystérieux",
|
||||
es: "Ruido Misterioso",
|
||||
it: "Rumore Misterioso",
|
||||
pt: "Ruído Misterioso",
|
||||
de: "Geheimnisvolle Laute"
|
||||
},
|
||||
effect: {
|
||||
en: "Shuffle this Pokémon and all cards attached to it into your deck. Your opponent can't play any Item cards from their hand during their next turn.",
|
||||
en: "Shuffle this Pokémon and all cards attached to it into your deck. Your opponent can’t play any Item cards from their hand during their next turn.",
|
||||
fr: "Mélangez ce Pokémon et toutes les cartes qui lui sont attachées avec votre deck. Votre adversaire ne peut pas jouer de carte Objet de sa main pendant son prochain tour.",
|
||||
es: "Pon este Pokémon y todas las cartas unidas a él en tu baraja, y barájalas todas. Tu rival no puede jugar ninguna carta de Objeto de su mano durante su próximo turno.",
|
||||
it: "Rimischia questo Pokémon e tutte le carte a esso assegnate nel tuo mazzo. Il tuo avversario non può giocare le carte Strumento che ha in mano durante il suo prossimo turno.",
|
||||
pt: "Embaralhe este Pokémon e todas as cartas ligadas a ele no seu baralho. Seu oponente não poderá jogar nenhuma carta de Item da própria mão durante a próxima vez dele(a) jogar.",
|
||||
de: "Mische dieses Pokémon und alle an es angelegten Karten in dein Deck. Dein Gegner kann während seines nächsten Zuges keine Itemkarten aus seiner Hand spielen."
|
||||
},
|
||||
damage: 90,
|
||||
|
||||
|
Reference in New Issue
Block a user