import { Card } from '../../../interfaces' import Set from '../Primal Clash' const card: Card = { name: { en: "Dive Ball", fr: "Scuba Ball", }, illustrator: "Toyste Beach", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Cherchez un Pokémon Water dans votre deck, montrez-le, puis ajoutez-le à votre main. Mélangez ensuite votre deck.", en: "Search your deck for a Water Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward." }, trainerType: "Item", } export default card