import { Card } from '../../../interfaces' import Set from '../Rebel Clash' const card: Card = { set: Set, name: { en: "Boss’s Orders (Giovanni)", fr: "Ordres du Boss (Giovanni)" }, illustrator: "nagimiso", rarity: "Rare", category: "Trainer", effect: { en: "Switch 1 of your opponent’s Benched Pokémon with their Active Pokémon.", fr: "Échangez l’un des Pokémon de Banc de votre adversaire contre son Pokémon Actif." }, trainerType: "Supporter" } export default card