import { Card } from '../../../interfaces' import Set from '../Champion\'s Path' const card: Card = { name: { en: "Potion", }, illustrator: "Ryo Ueda", rarity: "Common", category: "Trainer", set: Set, effect: { en: "Heal 30 damage from 1 of your Pokémon.", }, } export default card