import { Card } from "../../../interfaces" import Set from "../Celestial Guardians" const card: Card = { set: Set, name: { en: "Ilima" }, illustrator: "Teeziro", rarity: "Two Diamond", category: "Trainer", effect: { en: "Put 1 of your Colorless Pokémon that has damage on it into your hand." }, trainerType: "Supporter" } export default card