import { Set } from '../../interfaces' import serie from '../Black & White' const bw11: Set = { id: "bw11", name: { en: "Legendary Treasures", fr: "Legendary Treasures" }, serie: serie, tcgOnline: "LTR", cardCount: { total: 115, official: 113 }, releaseDate: "2013-11-06", variants: { normal: true, reverse: true, holo: false, firstEdition: false } } export default bw11