import { Card } from '../../../interfaces' import Set from '../Burning Shadows' const card: Card = { name: { en: "Guzma", fr: "Guzma", }, illustrator: "Ken Sugimori", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Échangez l’un des Pokémon de Banc de votre adversaire avec son Pokémon Actif. Dans ce cas, échangez votre Pokémon Actif avec l’un de vos Pokémon de Banc.", }, trainerType: "Supporter", } export default card