1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-30 06:42:10 +00:00
Florian Bouillon dc0dcff103
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-06-30 14:12:31 +02:00

42 lines
1.4 KiB
TypeScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { Card } from '../../../interfaces'
import Set from '../Unbroken Bonds'
const card: Card = {
name: {
en: "Molayne",
fr: "Molène",
es: "Lario",
it: "Tapso",
pt: "Marcos",
de: "Marlon"
},
illustrator: "Masakazu Fukuda",
rarity: "Ultra Rare",
category: "Trainer",
set: Set,
effect: {
fr: "Vous ne pouvez jouer cette carte que si vous défaussez 2 cartes Énergie Metal de votre main.\n\nMélangez une carte Dresseur de votre pile de défausse avec votre deck.",
en: "You can play this card only if you discard 2 Metal Energy cards from your hand.\n\nShuffle a Trainer card from your discard pile into your deck.",
es: "Puedes jugar esta carta solo si descartas 2 cartas de Energía Metal de tu mano.\n\nPon 1 carta de Entrenador de tu pila de descartes en tu baraja y baraja todas las cartas.",
it: "Puoi giocare questa carta solo se scarti due carte Energia Metal che hai in mano.\n\nRimischia una carta Allenatore dalla tua pila degli scarti nel tuo mazzo.",
pt: "Você só pode jogar esta carta se descartar 2 cartas de Energia Metal da sua mão.\n\nEmbaralhe 1 carta de Treinador da sua pilha de descarte no seu baralho.",
de: "Du kannst diese Karte nur spielen, wenn du 2 Metal-Energiekarten aus deiner Hand auf deinen Ablagestapel legst.\n\nMische 1 Trainerkarte aus deinem Ablagestapel in dein Deck."
},
trainerType: "Supporter",
}
export default card