import { Card } from '../../../interfaces' import Set from '../Battle Styles' const card: Card = { set: Set, name: { en: "Level Ball", fr: "Niveau Ball" }, illustrator: "Ryo Ueda", rarity: "Uncommon", category: "Trainer", effect: { en: "Search your deck for a Pokémon with 90 HP or less, reveal it, and put it into your hand. Then, shuffle your deck.", 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", regulationMark: "E" } export default card