import { Card } from '../../../interfaces' import Set from '../Fates Collide' const card: Card = { name: { en: "Mega Catcher", fr: "Attrape Méga", }, illustrator: "Toyste Beach", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Échangez l'un des Pokémon Méga-Évolution du Banc de votre adversaire avec son Pokémon Actif.", }, trainerType: "Item", } export default card