import { Card } from '../../../interfaces' import Set from '../Furious Fists' const card: Card = { name: { en: "Full Heal", fr: "Total Soin", }, illustrator: "5ban Graphics", 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", } export default card