mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
Made Variants mandatory
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -3,13 +3,14 @@ import serie from '../Sun & Moon'
|
||||
|
||||
const sma: Set = {
|
||||
id: "sma",
|
||||
|
||||
name: {
|
||||
en: "Yellow A Alternate",
|
||||
fr: "Carte Alternative A Jaune"
|
||||
,
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
total: 94,
|
||||
@ -22,6 +23,13 @@ const sma: Set = {
|
||||
standard: true,
|
||||
expanded: true
|
||||
},
|
||||
|
||||
variants: {
|
||||
normal: true,
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
}
|
||||
}
|
||||
|
||||
export default sma
|
Reference in New Issue
Block a user