import { Card } from '../../../interfaces' import Set from '../Shining Fates' const card: Card = { set: Set, name: { fr: "Ordres du Boss (Lysandre)" }, illustrator: "Ryuta Fuse", rarity: "Rare", category: "Trainer", effect: { fr: "Échangez l’un des Pokémon de Banc de votre adversaire contre son Pokémon Actif." }, trainerType: "Supporter" } export default card