1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 01:19:18 +00:00

Made Variants mandatory

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-05-02 17:04:19 +02:00
parent 79a11faaa6
commit f8744ee6dd
155 changed files with 3114 additions and 255 deletions

View File

@ -3,22 +3,32 @@ import serie from '../Pop'
const np: Set = {
id: "np",
name: {
en: "Nintendo Black Star Promos",
},
serie: serie,
serie: serie,
tcgOnline: "PR-NP",
cardCount: {
total: 40,
official: 40
},
legal: {
expanded: false,
standard: false
},
releaseDate: "2003-10-01"
releaseDate: "2003-10-01",
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default np

View File

@ -3,21 +3,31 @@ import serie from '../Pop'
const pop1: Set = {
id: "pop1",
name: {
en: "POP Series 1",
},
serie: serie,
serie: serie,
cardCount: {
total: 17,
official: 17
},
legal: {
expanded: false,
standard: false
},
releaseDate: "2004-09-01"
releaseDate: "2004-09-01",
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default pop1

View File

@ -3,21 +3,31 @@ import serie from '../Pop'
const pop2: Set = {
id: "pop2",
name: {
en: "POP Series 2",
},
serie: serie,
serie: serie,
cardCount: {
total: 17,
official: 17
},
legal: {
expanded: false,
standard: false
},
releaseDate: "2005-08-01"
releaseDate: "2005-08-01",
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default pop2

View File

@ -3,21 +3,31 @@ import serie from '../Pop'
const pop3: Set = {
id: "pop3",
name: {
en: "POP Series 3",
},
serie: serie,
serie: serie,
cardCount: {
total: 17,
official: 17
},
legal: {
expanded: false,
standard: false
},
releaseDate: "2006-04-01"
releaseDate: "2006-04-01",
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default pop3

View File

@ -3,21 +3,31 @@ import serie from '../Pop'
const pop4: Set = {
id: "pop4",
name: {
en: "POP Series 4",
},
serie: serie,
serie: serie,
cardCount: {
total: 17,
official: 17
},
legal: {
expanded: false,
standard: false
},
releaseDate: "2006-08-01"
releaseDate: "2006-08-01",
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default pop4

View File

@ -3,21 +3,31 @@ import serie from '../Pop'
const pop5: Set = {
id: "pop5",
name: {
en: "POP Series 5",
},
serie: serie,
serie: serie,
cardCount: {
total: 17,
official: 17
},
legal: {
expanded: false,
standard: false
},
releaseDate: "2007-03-01"
releaseDate: "2007-03-01",
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default pop5

View File

@ -3,21 +3,31 @@ import serie from '../Pop'
const pop6: Set = {
id: "pop6",
name: {
en: "POP Series 6",
},
serie: serie,
serie: serie,
cardCount: {
total: 17,
official: 17
},
legal: {
expanded: false,
standard: false
},
releaseDate: "2007-09-01"
releaseDate: "2007-09-01",
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default pop6

View File

@ -3,21 +3,31 @@ import serie from '../Pop'
const pop7: Set = {
id: "pop7",
name: {
en: "POP Series 7",
},
serie: serie,
serie: serie,
cardCount: {
total: 17,
official: 17
},
legal: {
expanded: false,
standard: false
},
releaseDate: "2008-03-01"
releaseDate: "2008-03-01",
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default pop7

View File

@ -3,21 +3,31 @@ import serie from '../Pop'
const pop8: Set = {
id: "pop8",
name: {
en: "POP Series 8",
},
serie: serie,
serie: serie,
cardCount: {
total: 17,
official: 17
},
legal: {
expanded: false,
standard: false
},
releaseDate: "2008-09-01"
releaseDate: "2008-09-01",
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default pop8

View File

@ -3,21 +3,31 @@ import serie from '../Pop'
const pop9: Set = {
id: "pop9",
name: {
en: "POP Series 9",
},
serie: serie,
serie: serie,
cardCount: {
total: 17,
official: 17
},
legal: {
expanded: false,
standard: false
},
releaseDate: "2009-03-01"
releaseDate: "2009-03-01",
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default pop9