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.", }, trainerType: "Item", } export default card