mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39:18 +00:00
Made Variants mandatory
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -3,23 +3,33 @@ import serie from '../Diamond & Pearl'
|
||||
|
||||
const dp4: Set = {
|
||||
id: "dp4",
|
||||
|
||||
name: {
|
||||
en: "Great Encounters",
|
||||
fr: "Duels au Sommets"
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
serie: serie,
|
||||
tcgOnline: "GE",
|
||||
|
||||
cardCount: {
|
||||
total: 106,
|
||||
official: 106
|
||||
},
|
||||
|
||||
legal: {
|
||||
expanded: false,
|
||||
standard: false
|
||||
},
|
||||
releaseDate: "2008-02-01"
|
||||
|
||||
releaseDate: "2008-02-01",
|
||||
|
||||
variants: {
|
||||
normal: true,
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
}
|
||||
}
|
||||
|
||||
export default dp4
|
||||
|
Reference in New Issue
Block a user