import { Card } from '../../../interfaces' import Set from '../BREAKpoint' const card: Card = { name: { en: "Pokémon Catcher", fr: "Attrape-Pokémon", }, illustrator: "5ban Graphics", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Lancez une pièce. Si c'est face, échangez l'un des Pokémon de Banc de votre adversaire avec son Pokémon Actif.", }, trainerType: "Item", } export default card