import { Card } from '../../../interfaces' import Set from '../Furious Fists' const card: Card = { name: { en: "Sparkling Robe", fr: "Peignoir Scintillant", }, illustrator: "Toyste Beach", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Le Pokémon auquel cette carte est attachée ne peut être affecté par aucun État Spécial. (Retirez tous les États Spéciaux affectant le Pokémon concerné.)", en: "The Pokémon this card is attached to can’t be affected by any Special Conditions. (Remove any Special Conditions affecting that Pokémon.)" }, trainerType: "Tool", } export default card