import { Card } from "../../../interfaces" import Set from "../Wisdom of Sea and Sky" const card: Card = { set: Set, name: { en: "Silver" }, illustrator: "Hideki Ishikawa", rarity: "Two Diamond", category: "Trainer", effect: { en: "Your opponent reveals their hand. Choose a Supporter card you find there and shuffle it into your opponent's deck." }, trainerType: "Supporter" } export default card