import { Card } from '../../../interfaces' import Set from '../Evolving Skies' const card: Card = { set: Set, variants: { normal: false, reverse: false, holo: false, firstEdition: false }, name: { en: "Aroma Lady" }, rarity: "Secret Rare", category: "Trainer", effect: { en: "Draw 2 cards. If you do, your Active Pokemon recovers from all Special Conditions." }, trainerType: "Supporter" } export default card