import { Card } from '../../../interfaces' import Set from '../SWSH Black Star Promos' const card: Card = { set: Set, illustrator: "Naoki Saito", category: "Trainer", name: { en: "Marnie" }, rarity: "None", effect: { en: "Each player shuffles their hand and puts it on the bottom of their deck. If either player put any cards on the bottom of their deck in this way, you draw 5 cards, and your opponent draws 4 cards." }, trainerType: "Supporter", variants: { normal: false, reverse: false, holo: true, firstEdition: false }, regulationMark: "D" } export default card