import { Card } from "../../../interfaces" import Set from "../Celestial Guardians" const card: Card = { set: Set, name: { en: "Lillie" }, illustrator: "hechima", rarity: "Two Star", category: "Trainer", effect: { en: "Heal 60 damage from 1 of your Stage 2 Pokémon." }, trainerType: "Supporter" } export default card