mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49: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 pl2: Set = {
|
||||
id: "pl2",
|
||||
|
||||
name: {
|
||||
en: "Rising Rivals",
|
||||
fr: "Rivaux Émergeants"
|
||||
,
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
serie: serie,
|
||||
tcgOnline: "RR",
|
||||
|
||||
cardCount: {
|
||||
total: 120,
|
||||
official: 111
|
||||
},
|
||||
|
||||
legal: {
|
||||
expanded: false,
|
||||
standard: false
|
||||
},
|
||||
releaseDate: "2009-05-16"
|
||||
|
||||
releaseDate: "2009-05-16",
|
||||
|
||||
variants: {
|
||||
normal: true,
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
}
|
||||
}
|
||||
|
||||
export default pl2
|
||||
|
Reference in New Issue
Block a user