import { Card } from '../../../interfaces' import Set from '../Best of game' const card: Card = { set: Set, name: { en: "Professor Elm" }, illustrator: "Ken Sugimori", rarity: "None", category: "Trainer", effect: { en: "Shuffle your hand into your deck. Then, draw 7 cards. You can’t play any more Trainer cards this turn." } } export default card