import { Card } from '../../../interfaces' import Set from '../Celestial Storm' const card: Card = { name: { en: "Last Chance Potion", fr: "Potion de la Dernière Chance", }, illustrator: "Ayaka Yoshida", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Soignez 120 dégâts à l’un de vos Pokémon auquel il reste 30 PV ou moins.", }, trainerType: "Item", } export default card