import { Set } from '../../interfaces' import serie from '../Black & White' const bw10: Set = { id: "bw10", name: { en: "Plasma Blast", fr: "Explosion Plasma" }, serie: serie, tcgOnline: "PLB", cardCount: { total: 105, official: 101 }, releaseDate: "2013-08-14", variants: { normal: true, reverse: true, holo: false, firstEdition: false } } export default bw10