import { Card } from '../../../interfaces' import Set from '../Shining Legends' const card: Card = { name: { en: "Pokémon Breeder", fr: "Éleveuse de Pokémon", }, illustrator: "Kanako Eo", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Piochez 2 cartes et soignez 20 dégâts à votre Pokémon Actif. Si votre deck ne contient aucune carte, vous ne pouvez pas jouer cette carte.", }, trainerType: "Supporter", } export default card