import { Card } from "../../../interfaces" import Set from "../Shining Revelry" const card: Card = { set: Set, name: { en: "Iono" }, illustrator: "saino misaki", rarity: "Two Diamond", category: "Trainer", effect: { en: "Each player shuffles the cards in their hand into their deck, then draws that many cards." }, trainerType: "Supporter" } export default card