import { Card } from "../../../interfaces" import Set from "../Celestial Guardians" const card: Card = { set: Set, name: { en: "Guzma" }, illustrator: "GOSSAN", rarity: "Two Star", category: "Trainer", effect: { en: "Discard all Pokémon Tool cards attached to each of your opponent's Pokémon." }, trainerType: "Supporter" } export default card