import { Card } from '../../../interfaces' import Set from '../Kalos Starter Set' const card: Card = { name: { en: "Pokémon Catcher", fr: "Attrape-Pokémon", }, illustrator: "5ban Graphics", rarity: "None", 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.", en: "Flip a coin. If heads, switch 1 of your opponent’s Benched Pokémon with his or her Active Pokémon." }, trainerType: "Item", } export default card