import { Card } from '../../../interfaces' import Set from '../Roaring Skies' const card: Card = { name: { en: "Switch", fr: "Échange", }, illustrator: "5ban Graphics", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Échangez votre Pokémon Actif avec l'un de vos Pokémon de Banc.", en: "Switch your Active Pokémon with 1 of your Benched Pokémon." }, trainerType: "Item", } export default card