import { Set } from '../../interfaces' import serie from '../Black & White' const bw2: Set = { id: "bw2", name: { en: "Emerging Powers", fr: "Pouvoirs Émergents" }, serie: serie, tcgOnline: "EPO", cardCount: { total: 98, official: 98 }, releaseDate: "2011-08-31", variants: { normal: true, reverse: true, holo: false, firstEdition: false } } export default bw2