import { Card } from '../../../interfaces' import Set from '../Unified Minds' const card: Card = { name: { en: "Great Potion", fr: "Potion Géniale", }, illustrator: "Yoshinobu Saito", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Soignez 50 dégâts à votre Pokémon-GX Actif.", }, trainerType: "Item", } export default card