1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00
cards-database/data/McDonald's Collection/Macdonald's Collection 2011.ts

30 lines
474 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { Set } from '../../interfaces'
import serie from '../McDonald\'s Collection'
const s2011bw: Set = {
id: "2011bw",
name: {
en: "Macdonald's Collection 2011",
fr: "Promo McDonald's 2012",
es: "Colección de McDonald's 2011",
it: "McDonald's Collection",
de: "McDonalds Kollektion 2011",
},
serie: serie,
cardCount: {
official: 12
},
releaseDate: "2011-06-17",
abbreviations: {
official: "MCD11",
fr: "M12"
}
}
export default s2011bw