import { Set } from '../../interfaces' import serie from '../Black & White' const bwp: Set = { id: "bwp", name: { en: "BW Black Star Promos", fr: "Promo BW", es: "NB Promo", it: "NB Promo", de: "SW Promokarten" }, serie: serie, tcgOnline: "PR-BLW", cardCount: { official: 101 }, releaseDate: "2011-04-26", abbreviations: { official: "BWP", fr: "PBW" } } export default bwp