import { Card } from '../../../interfaces' import Set from '../Ancient Origins' const card: Card = { name: { en: "Level Ball", fr: "Niveau Ball", }, illustrator: "Toyste Beach", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Cherchez dans votre deck un Pokémon avec 90 PV ou moins, montrez-le, puis ajoutez-le à votre main. Mélangez ensuite votre deck.", }, trainerType: "Item", } export default card