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.", en: "Search your deck for a Pokémon with 90 HP or less, reveal it, and put it into your hand. Shuffle your deck afterward." }, trainerType: "Item", } export default card