import { Card } from "../../../interfaces" import Set from "../Wisdom of Sea and Sky" const card: Card = { set: Set, name: { en: "Fisher" }, illustrator: "Sanosuke Sakuma", rarity: "Two Star", category: "Trainer", effect: { en: "Flip 3 coins. For each heads, a {W} Pokémon is chosen at random from your discard pile and put into your hand." }, trainerType: "Supporter" } export default card