mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
Made Variants mandatory
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -3,20 +3,28 @@ import serie from '../McDonald\'s Collection'
|
||||
|
||||
const s2016xy: Set = {
|
||||
id: "2016xy",
|
||||
|
||||
name: {
|
||||
en: "Macdonald's Collection 2016",
|
||||
fr: "Collection Macdonald 2016"
|
||||
,
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
total: 12,
|
||||
official: 12
|
||||
},
|
||||
|
||||
releaseDate: "2016-08-20"
|
||||
releaseDate: "2016-08-20",
|
||||
|
||||
variants: {
|
||||
normal: true,
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
}
|
||||
}
|
||||
|
||||
export default s2016xy
|
Reference in New Issue
Block a user