mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 02:19:17 +00:00
Made Variants mandatory
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -3,12 +3,13 @@ import serie from '../Black & White'
|
||||
|
||||
const dv1: Set = {
|
||||
id: "dv1",
|
||||
|
||||
name: {
|
||||
en: "Dragon Vault",
|
||||
fr: "Coffre des Dragons"
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
serie: serie,
|
||||
tcgOnline: "DRV",
|
||||
|
||||
cardCount: {
|
||||
@ -22,6 +23,13 @@ const dv1: Set = {
|
||||
standard: false,
|
||||
expanded: true
|
||||
},
|
||||
|
||||
variants: {
|
||||
normal: true,
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
}
|
||||
}
|
||||
|
||||
export default dv1
|
Reference in New Issue
Block a user