import { Card } from '../../../interfaces' import Set from '../Emerging Powers' const card: Card = { name: { en: "Pokémon Catcher", fr: "Attrape-Pokémon", }, illustrator: "5ban Graphics", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Échangez le Pokémon Actif de votre adversaire avec 1 de ses Pokémon de Banc.", }, trainerType: "Item", } export default card