import { Card } from '../../../interfaces' import Set from '../Evolutions' const card: Card = { name: { en: "Full Heal", fr: "Total Soin", }, illustrator: "Keiji Kinebuchi", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Retirez tous les États Spéciaux de votre Pokémon Actif.", }, trainerType: "Item", } export default card