import { Card } from "../../../interfaces" import Set from "../Celestial Guardians" const card: Card = { set: Set, name: { en: "Leaf Cape" }, illustrator: "Toyste Beach", rarity: "Two Diamond", category: "Trainer", effect: { en: "The Grass Pokémon this card is attached to gets +30 HP." }, trainerType: "Tool" } export default card