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