mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +00:00
26
sets/mc/2013bw.ts
Normal file
26
sets/mc/2013bw.ts
Normal file
@ -0,0 +1,26 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
|
||||
const year = "2011"
|
||||
|
||||
const set: Set = {
|
||||
name: {
|
||||
en: `Macdonald's Collection ${year}`,
|
||||
fr: `Collection Macdonald ${year}`,
|
||||
},
|
||||
expansionCode: "mc",
|
||||
code: `${year}bw`,
|
||||
|
||||
cardCount: {
|
||||
total: 12,
|
||||
official: 12
|
||||
},
|
||||
|
||||
releaseDate: `${year}-11-01`,
|
||||
|
||||
legal: {
|
||||
standard: false,
|
||||
expanded: false,
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user