mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-06 10:19:18 +00:00
started working on the latest promo
Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
26
sets/mc/2021swsh.ts
Normal file
26
sets/mc/2021swsh.ts
Normal file
@ -0,0 +1,26 @@
|
||||
import Set from '@tcgdex/sdk/interfaces/Set'
|
||||
|
||||
const year = "2021"
|
||||
|
||||
const set: Set = {
|
||||
name: {
|
||||
en: `Macdonald's Collection ${year}`,
|
||||
// fr: `Collection Macdonald ${year}`,
|
||||
},
|
||||
expansionCode: "mc",
|
||||
code: `${year}swsh`,
|
||||
|
||||
cardCount: {
|
||||
total: 25,
|
||||
official: 25
|
||||
},
|
||||
|
||||
releaseDate: `${year}-02-09`,
|
||||
|
||||
legal: {
|
||||
standard: false,
|
||||
expanded: false,
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user