import { Card } from "../../../interfaces" import Set from "../Extradimensional Crisis" const card: Card = { set: Set, name: { en: "Looker" }, illustrator: "Hideki Ishikawa", rarity: "Two Diamond", category: "Trainer", effect: { en: "Your opponent reveals all of the Supporter cards in their deck." }, trainerType: "Supporter" } export default card