import { Set } from '../../interfaces' import serie from '../Base' const basep: Set = { id: "basep", name: { en: "Wizards Black Star Promos", fr: "Wizards Black Star Promos" }, serie: serie, tcgOnline: "PR", cardCount: { total: 53, official: 53 }, legal: { expanded: false, standard: false }, releaseDate: "1999-07-01", variants: { normal: true, reverse: true, holo: false, firstEdition: true } } export default basep