import { Set } from '../../interfaces' import serie from '../Black & White' const bw8: Set = { id: "bw8", name: { en: "Plasma Storm", fr: "Tempète Plasma" }, serie: serie, tcgOnline: "PLS", cardCount: { total: 138, official: 135 }, releaseDate: "2013-02-06", variants: { normal: true, reverse: true, holo: false, firstEdition: false } } export default bw8