mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 02:19:17 +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 dpp: Set = {
|
||||
id: "dpp",
|
||||
|
||||
name: {
|
||||
en: "DP Black Star Promos",
|
||||
fr: "Promo DP"
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
serie: serie,
|
||||
tcgOnline: "PR-DPP",
|
||||
|
||||
cardCount: {
|
||||
total: 56,
|
||||
official: 56
|
||||
},
|
||||
|
||||
legal: {
|
||||
expanded: false,
|
||||
standard: false
|
||||
},
|
||||
releaseDate: "2007-05-01"
|
||||
|
||||
releaseDate: "2007-05-01",
|
||||
|
||||
variants: {
|
||||
normal: true,
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
}
|
||||
}
|
||||
|
||||
export default dpp
|
||||
|
Reference in New Issue
Block a user