import { Card } from '../../../interfaces' import Set from '../HeartGold SoulSilver' const card: Card = { name: { en: "Full Heal", fr: "Énergie guérisseuse", }, illustrator: "Takashi Yamaguchi", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Retirez tous les États spéciaux de votre Pokémon actif.", en: "Remove all Special Conditions from your Active Pokémon." }, trainerType: "Item", variants: { normal: true, reverse: true, holo: false, firstEdition: false } } export default card