import { Card } from '../../../interfaces' import Set from '../Primal Clash' const card: Card = { name: { en: "Repeat Ball", fr: "Bis Ball", }, illustrator: "Toyste Beach", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Cherchez dans votre deck un Pokémon du même nom que l'un de vos Pokémon en jeu, montrez-le, puis ajoutez-le à votre main. Mélangez ensuite votre deck.", en: "Search your deck for a Pokémon with the same name as 1 of your Pokémon in play, reveal it, and put it into your hand. Shuffle your deck afterward." }, trainerType: "Item", } export default card