1
0
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:
2021-02-12 16:50:41 +01:00
parent 0f92dae2c2
commit d89dff6e16
28 changed files with 1177 additions and 1 deletions

26
sets/mc/2021swsh.ts Normal file
View 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