mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-10 07:51:58 +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 pl4: Set = {
|
||||
id: "pl4",
|
||||
|
||||
name: {
|
||||
en: "Arceus",
|
||||
fr: "Arceus"
|
||||
,
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
serie: serie,
|
||||
tcgOnline: "AR",
|
||||
|
||||
cardCount: {
|
||||
total: 111,
|
||||
official: 99
|
||||
},
|
||||
|
||||
legal: {
|
||||
expanded: false,
|
||||
standard: false
|
||||
},
|
||||
releaseDate: "2009-11-04"
|
||||
|
||||
releaseDate: "2009-11-04",
|
||||
|
||||
variants: {
|
||||
normal: true,
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
}
|
||||
}
|
||||
|
||||
export default pl4
|
||||
|
@@ -3,24 +3,34 @@ import serie from '../Platinum'
|
||||
|
||||
const pl1: Set = {
|
||||
id: "pl1",
|
||||
|
||||
name: {
|
||||
en: "Platinum",
|
||||
fr: "Platine"
|
||||
,
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
serie: serie,
|
||||
tcgOnline: "PL",
|
||||
|
||||
cardCount: {
|
||||
total: 133,
|
||||
official: 127
|
||||
},
|
||||
|
||||
legal: {
|
||||
expanded: false,
|
||||
standard: false
|
||||
},
|
||||
releaseDate: "2009-02-11"
|
||||
|
||||
releaseDate: "2009-02-11",
|
||||
|
||||
variants: {
|
||||
normal: true,
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
}
|
||||
}
|
||||
|
||||
export default pl1
|
||||
|
@@ -3,21 +3,31 @@ import serie from '../Platinum'
|
||||
|
||||
const ru1: Set = {
|
||||
id: "ru1",
|
||||
|
||||
name: {
|
||||
en: "Pokémon Rumble",
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
total: 16,
|
||||
official: 16
|
||||
},
|
||||
|
||||
legal: {
|
||||
expanded: false,
|
||||
standard: false
|
||||
},
|
||||
releaseDate: "2009-12-02"
|
||||
|
||||
releaseDate: "2009-12-02",
|
||||
|
||||
variants: {
|
||||
normal: true,
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
}
|
||||
}
|
||||
|
||||
export default ru1
|
||||
|
@@ -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
|
||||
|
@@ -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