import { Card } from '../../../interfaces' import Set from '../Noble Victories' const card: Card = { name: { en: "Xtransceiver", fr: "Vokit", }, illustrator: "Ryo Ueda", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Lancez une pièce. Si c'est face, cherchez une carte Supporter dans votre deck, montrez-la, puis ajoutez-la à votre main. Mélangez ensuite votre deck.", }, trainerType: "Item", } export default card