mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59:18 +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 '../XY'
|
||||
|
||||
const xy11: Set = {
|
||||
id: "xy11",
|
||||
|
||||
name: {
|
||||
en: "Steam Siege",
|
||||
fr: "Offensive Vapeur"
|
||||
,
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
serie: serie,
|
||||
tcgOnline: "STS",
|
||||
|
||||
cardCount: {
|
||||
@ -23,6 +24,13 @@ const xy11: Set = {
|
||||
standard: false,
|
||||
expanded: true
|
||||
},
|
||||
|
||||
variants: {
|
||||
normal: true,
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
}
|
||||
}
|
||||
|
||||
export default xy11
|
Reference in New Issue
Block a user