import { Card } from "../../../interfaces" import Set from "../Mythical Island" const card: Card = { set: Set, name: { en: "Pokémon Flute" }, illustrator: "Toyste Beach", category: "Trainer", effect: { en: "Put 1a Basic Pokémon from your opponent's discard pile onto their Bench." }, trainerType: "Item", rarity: "Two Diamond" } export default card