import { Card } from '../../../interfaces' import Set from '../Sandstorm' const card: Card = { name: { en: "Double Full Heal", fr: "Double guérison totale" }, illustrator: "Ryo Ueda", rarity: "Uncommon", category: "Trainer", set: Set, trainerType: "Item", effect: { fr: "Retirez à chacun de vos Pokémon Actifs ses États Spéciaux." } } export default card