import { Card } from '../../../interfaces' import Set from '../Ancient Origins' const card: Card = { name: { en: "Ace Trainer", fr: "Top Dresseur", }, illustrator: "Ken Sugimori", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Vous pouvez jouer cette carte seulement s'il vous reste plus de cartes Récompense que votre adversaire.\n\nChaque joueur mélange sa main avec son deck. Ensuite, piochez 6 cartes. Votre adversaire pioche 3 cartes.", en: "You can play this card only if you have more Prize cards left than your opponent. \n\nEach player shuffles his or her hand into his or her deck. Then, draw 6 cards. Your opponent draws 3 cards." }, trainerType: "Supporter", } export default card