import { Card } from '../../../interfaces' import Set from '../Unified Minds' const card: Card = { name: { en: "Coach Trainer", fr: "Dresseurs Coach", }, illustrator: "nagimiso", rarity: "Ultra Rare", category: "Trainer", set: Set, effect: { fr: "Piochez 2 cartes. Si votre Pokémon Actif est un Pokémon ESCOUADE, piochez 2 cartes supplémentaires.", }, trainerType: "Supporter", } export default card