import { Set } from '../../interfaces' import serie from '../Black & White' const bw10: Set = { id: "bw10", name: { en: "Plasma Blast", fr: "Explosion Plasma", de: "Plasma-Blaster", pt: "Explosão de Plasma" // also "Explosão Plasma" in the PTCGO }, serie: serie, tcgOnline: "PLB", cardCount: { official: 101 }, releaseDate: "2013-08-14", abbreviations: { official: "PLB", fr: "EPL" } } export default bw10