import { Card } from '../../../interfaces' import Set from '../Fates Collide' const card: Card = { name: { en: "Random Receiver", fr: "Récepteur Aléatoire", }, illustrator: "Toyste Beach", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Montrez des cartes du dessus de votre deck jusqu'à ce que vous montriez une carte Supporter. Ajoutez-la à votre main. Mélangez les autres cartes avec votre deck.", en: "Reveal cards from the top of your deck until you reveal a Supporter card. Put it into your hand. Shuffle the other cards back into your deck." }, trainerType: "Item", } export default card