import { Card } from '../../../interfaces' import Set from '../Phantom Forces' const card: Card = { name: { en: "Hand Scope", fr: "Scrute Main", }, illustrator: "Toyste Beach", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Votre adversaire montre sa main.", en: "Your opponent reveals his or her hand." }, trainerType: "Item", } export default card