import { Card } from "../../../interfaces" import Set from "../Extradimensional Crisis" const card: Card = { set: Set, name: { en: "Gladion" }, illustrator: "hncl", rarity: "Two Diamond", category: "Trainer", effect: { en: "Put 1 random Type: Null or Silvally from your deck into your hand." }, trainerType: "Supporter" } export default card