mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +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: "Shiinotic",
|
||||
fr: "Lampignon",
|
||||
es: "Shiinotic",
|
||||
it: "Shiinotic",
|
||||
pt: "Shiinotic",
|
||||
de: "Lamellux"
|
||||
},
|
||||
illustrator: "Suwama Chiaki",
|
||||
rarity: "Uncommon",
|
||||
@ -30,10 +34,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Effect Spore",
|
||||
fr: "Pose Spore",
|
||||
es: "Efecto Espora",
|
||||
it: "Spargispora",
|
||||
pt: "Esporo de Efeito",
|
||||
de: "Sporenwirt"
|
||||
},
|
||||
effect: {
|
||||
en: "If this Pokémon is your Active Pokémon and is damaged by an opponent's attack (even if this Pokémon is Knocked Out), the Attacking Pokémon is now Asleep.",
|
||||
en: "If this Pokémon is your Active Pokémon and is damaged by an opponent’s attack (even if this Pokémon is Knocked Out), the Attacking Pokémon is now Asleep.",
|
||||
fr: "Si ce Pokémon est votre Pokémon Actif et qu’il subit les dégâts d’une attaque de votre adversaire (même si ce Pokémon est mis K.O.), le Pokémon Attaquant est maintenant Endormi.",
|
||||
es: "Si este Pokémon es tu Pokémon Activo y resulta dañado por un ataque de tu rival (incluso si este Pokémon queda Fuera de Combate), el Pokémon Atacante pasa a estar Dormido.",
|
||||
it: "Se questo Pokémon è il tuo Pokémon attivo e viene danneggiato da un attacco del tuo avversario, anche se viene messo KO, il Pokémon attaccante viene addormentato.",
|
||||
pt: "Se este Pokémon for o seu Pokémon Ativo e for danificado por um ataque do seu oponente (mesmo que este Pokémon seja Nocauteado), o Pokémon Atacante será Adormecido.",
|
||||
de: "Wenn dieses Pokémon dein Aktives Pokémon ist und durch eine Attacke deines Gegners Schaden erhält (auch wenn dieses Pokémon dadurch kampfunfähig wird), schläft das Angreifende Pokémon jetzt."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -44,12 +56,20 @@ const card: Card = {
|
||||
"Fairy",
|
||||
],
|
||||
name: {
|
||||
en: "Dream's Touch",
|
||||
en: "Dream’s Touch",
|
||||
fr: "Contact Onirique",
|
||||
es: "Toque de Ensueño",
|
||||
it: "Tocco Onirico",
|
||||
pt: "Toque Onírico",
|
||||
de: "Traumsequenz"
|
||||
},
|
||||
effect: {
|
||||
en: "If your opponent's Active Pokémon is Asleep, your opponent shuffles all Energy from it into their deck.",
|
||||
en: "If your opponent’s Active Pokémon is Asleep, your opponent shuffles all Energy from it into their deck.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire est Endormi, votre adversaire mélange toute l’Énergie qui lui est attachée avec son deck.",
|
||||
es: "Si el Pokémon Activo de tu rival está Dormido, tu rival pone todas las Energías de ese Pokémon en su baraja y baraja todas las cartas.",
|
||||
it: "Se il Pokémon attivo del tuo avversario è addormentato, il tuo avversario rimischia tutte le Energie assegnategli nel suo mazzo.",
|
||||
pt: "Se o Pokémon Ativo do seu oponente estiver Adormecido, seu oponente embaralha todas as Energias ligadas a ele no próprio baralho.",
|
||||
de: "Wenn das Aktive Pokémon deines Gegners schläft, mischt dein Gegner alle Energien von jenem Pokémon in sein Deck."
|
||||
},
|
||||
damage: 50,
|
||||
|
||||
|
Reference in New Issue
Block a user