import { Card } from '../../../interfaces' import Set from '../BREAKpoint' const card: Card = { name: { en: "Psychic’s Third Eye", fr: "Troisième Œil du Kinésiste", }, illustrator: "Yusuke Ohmura", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Votre adversaire montre sa main.\n\nDéfaussez autant de cartes que vous voulez de votre main. Ensuite, piochez autant de cartes.", en: "Your opponent reveals his or her hand.\n\nDiscard as many cards as you like from your hand. Then, draw that many cards." }, trainerType: "Supporter", } export default card