import { Card } from '../../../interfaces' import Set from '../Shining Fates' const card: Card = { set: Set, name: { fr: "Poké Enfant" }, illustrator: "Sanosuke Sakuma", rarity: "Ultra Rare", category: "Trainer", effect: { fr: "Cherchez dans votre deck un Pokémon, montrez-le, puis ajoutez-le à votre main. Mélangez ensuite votre deck." }, trainerType: "Supporter" } export default card