import { Card } from "../../../interfaces" import Set from "../Wisdom of Sea and Sky" const card: Card = { set: Set, name: { en: "Hiker" }, illustrator: "Hitoshi Ariga", rarity: "Two Diamond", category: "Trainer", effect: { en: "For each of your {F} Pokémon in play, look at that many cards from the top of your deck and put them back in any order." }, trainerType: "Supporter" } export default card