import { Card } from '../../../interfaces' import Set from '../EX trainer Kit 2 (Plusle)' const card: Card = { name: { en: "Professor Cozmo's Discovery" }, illustrator: "Ken Sugimori", rarity: "None", category: "Trainer", set: Set, trainerType: "Supporter", effect: { en: "Flip a coin. If heads, draw the bottom 3 cards of your deck. If tails, draw the top 2 cards of your deck." } } export default card