mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-23 04:19:18 +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 bw9: Set = {
|
||||
id: "bw9",
|
||||
|
||||
name: {
|
||||
en: "Plasma Freeze",
|
||||
fr: "Glaciation Plasma"
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
serie: serie,
|
||||
tcgOnline: "PLF",
|
||||
|
||||
cardCount: {
|
||||
@ -22,6 +23,13 @@ const bw9: Set = {
|
||||
standard: false,
|
||||
expanded: true
|
||||
},
|
||||
|
||||
variants: {
|
||||
normal: true,
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
}
|
||||
}
|
||||
|
||||
export default bw9
|
Reference in New Issue
Block a user