import { Card } from '../../../interfaces' import Set from '../Celestial Storm' const card: Card = { name: { en: "Lure Ball", fr: "Appât Ball", }, illustrator: "Katsura Tabata", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Lancez 3 pièces. Pour chaque côté face, ajoutez un Pokémon Évolutif de votre pile de défausse à votre main.", }, trainerType: "Item", } export default card