import { Card } from '../../../interfaces' import Set from '../Yellow A Alternate' const card: Card = { name: { en: "Cynthia", fr: "Cynthia", }, illustrator: "Yusuke Ohmura", rarity: "Common", category: "Trainer", set: Set, effect: { fr: "Mélangez votre main avec votre deck. Ensuite, piochez 6 cartes.", }, trainerType: "Supporter", } export default card