import { Card } from '../../../interfaces' import Set from '../Boundaries Crossed' const card: Card = { name: { en: "Switch", fr: "Échange", }, illustrator: "Ayaka Yoshida", rarity: "Common", category: "Trainer", set: Set, effect: { fr: "Échangez votre Pokémon Actif avec 1 de vos Pokémon de Banc.", }, trainerType: "Item", } export default card