import { Card } from "../../../interfaces" import Set from "../Eevee Grove" const card: Card = { set: Set, name: { en: "Penny" }, illustrator: "Susumu Maeya", rarity: "Two Diamond", category: "Trainer", effect: { en: "Look at a random Supporter card that's not Penny from your opponent's deck and shuffle it back into their deck. Use the effect of that card as the effect of this card." }, trainerType: "Supporter" } export default card