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,24 +3,34 @@ import serie from '../Platinum'
|
||||
|
||||
const pl3: Set = {
|
||||
id: "pl3",
|
||||
|
||||
name: {
|
||||
en: "Supreme Victors",
|
||||
fr: "Vainqueurs Suprêmes"
|
||||
,
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
serie: serie,
|
||||
tcgOnline: "SV",
|
||||
|
||||
cardCount: {
|
||||
total: 153,
|
||||
official: 147
|
||||
},
|
||||
|
||||
legal: {
|
||||
expanded: false,
|
||||
standard: false
|
||||
},
|
||||
releaseDate: "2009-08-19"
|
||||
|
||||
releaseDate: "2009-08-19",
|
||||
|
||||
variants: {
|
||||
normal: true,
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
}
|
||||
}
|
||||
|
||||
export default pl3
|
||||
|
Reference in New Issue
Block a user