import { Card } from '../../../interfaces' import Set from '../Boundaries Crossed' const card: Card = { name: { en: "Gold Potion", fr: "Potion d'Or", }, illustrator: "Ryo Ueda", rarity: "Rare", category: "Trainer", set: Set, effect: { fr: "Soignez 90 dégâts à votre Pokémon Actif.", }, trainerType: "Item", } export default card