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", legal: { standard: false, expanded: true }, } export default bw11