import { Card } from "../../../interfaces" import Set from "../Mythical Island" const card: Card = { set: Set, name: { en: "Budding Expeditioner" }, illustrator: "Yuu Nishida", category: "Trainer", effect: { en: "Put your Mew ex in the Active Spot into your hand." }, trainerType: "Supporter", rarity: "Two Star" } export default card