mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
Made Variants mandatory
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -3,23 +3,33 @@ import serie from '../Miscellaneous'
|
||||
|
||||
const jumbo: Set = {
|
||||
id: "jumbo",
|
||||
|
||||
name: {
|
||||
en: "Jumbo cards",
|
||||
fr: "Cartes Jumbo"
|
||||
,
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
total: 160,
|
||||
official: 160
|
||||
},
|
||||
|
||||
legal: {
|
||||
expanded: false,
|
||||
standard: false
|
||||
},
|
||||
releaseDate: "2000-02-01"
|
||||
|
||||
releaseDate: "2000-02-01",
|
||||
|
||||
variants: {
|
||||
normal: true,
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
}
|
||||
}
|
||||
|
||||
export default jumbo
|
||||
|
Reference in New Issue
Block a user