import { Card } from '../../../interfaces' import Set from '../Plasma Freeze' const card: Card = { name: { en: "Team Plasma Ball", fr: "Team Plasma Ball", }, illustrator: "5ban Graphics", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Cherchez un Pokémon de la Team Plasma dans votre deck, montrez-le, puis ajoutez-le à votre main. Mélangez ensuite votre deck.", }, trainerType: "Item", } export default card