import { Card } from '../../../interfaces' import Set from '../Phantom Forces' const card: Card = { name: { en: "VS Seeker", fr: "Cherche VS", }, illustrator: "5ban Graphics", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Ajoutez une carte Supporter de votre pile de défausse à votre main.", en: "Put a Supporter card from your discard pile into your hand." }, trainerType: "Item", } export default card