1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-14 13:55:09 +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,12 +3,13 @@ import serie from '../Black & White'
const bwp: Set = {
id: "bwp",
name: {
en: "BW Black Star Promos",
fr: "Promo BW"
},
serie: serie,
serie: serie,
tcgOnline: "PR-BLW",
cardCount: {
@ -22,6 +23,13 @@ const bwp: Set = {
standard: false,
expanded: true
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default bwp

View File

@ -3,12 +3,13 @@ import serie from '../Black & White'
const bw1: Set = {
id: "bw1",
name: {
en: "Black & White",
fr: "Noir & Blanc"
},
serie: serie,
serie: serie,
tcgOnline: "BLW",
cardCount: {
@ -22,6 +23,13 @@ const bw1: Set = {
standard: false,
expanded: true
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default bw1

View File

@ -3,12 +3,13 @@ import serie from '../Black & White'
const bw7: Set = {
id: "bw7",
name: {
en: "Boundaries Crossed",
fr: "Frontières Franchies"
},
serie: serie,
serie: serie,
tcgOnline: "BCR",
cardCount: {
@ -22,6 +23,13 @@ const bw7: Set = {
standard: false,
expanded: true
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default bw7

View File

@ -3,12 +3,13 @@ import serie from '../Black & White'
const bw5: Set = {
id: "bw5",
name: {
en: "Dark Explorers",
fr: "Explorateurs Obscurs"
},
serie: serie,
serie: serie,
tcgOnline: "DEX",
cardCount: {
@ -22,6 +23,13 @@ const bw5: Set = {
standard: false,
expanded: true
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default bw5

View File

@ -3,12 +3,13 @@ import serie from '../Black & White'
const dv1: Set = {
id: "dv1",
name: {
en: "Dragon Vault",
fr: "Coffre des Dragons"
},
serie: serie,
serie: serie,
tcgOnline: "DRV",
cardCount: {
@ -22,6 +23,13 @@ const dv1: Set = {
standard: false,
expanded: true
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default dv1

View File

@ -3,12 +3,13 @@ import serie from '../Black & White'
const bw6: Set = {
id: "bw6",
name: {
en: "Dragons Exalted",
fr: "Dragons Éxaltés"
},
serie: serie,
serie: serie,
tcgOnline: "DRX",
cardCount: {
@ -22,6 +23,13 @@ const bw6: Set = {
standard: false,
expanded: true
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default bw6

View File

@ -3,12 +3,13 @@ import serie from '../Black & White'
const bw2: Set = {
id: "bw2",
name: {
en: "Emerging Powers",
fr: "Pouvoirs Émergents"
},
serie: serie,
serie: serie,
tcgOnline: "EPO",
cardCount: {
@ -22,6 +23,13 @@ const bw2: Set = {
standard: false,
expanded: true
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default bw2

View File

@ -3,12 +3,13 @@ import serie from '../Black & White'
const bw11: Set = {
id: "bw11",
name: {
en: "Legendary Treasures",
fr: "Legendary Treasures"
},
serie: serie,
serie: serie,
tcgOnline: "LTR",
cardCount: {
@ -22,6 +23,13 @@ const bw11: Set = {
standard: false,
expanded: true
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default bw11

View File

@ -3,12 +3,13 @@ import serie from '../Black & White'
const bw4: Set = {
id: "bw4",
name: {
en: "Next Destinies",
fr: "Destinées Futures"
},
serie: serie,
serie: serie,
tcgOnline: "NXD",
cardCount: {
@ -22,6 +23,13 @@ const bw4: Set = {
standard: false,
expanded: true
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default bw4

View File

@ -3,12 +3,13 @@ import serie from '../Black & White'
const bw3: Set = {
id: "bw3",
name: {
en: "Noble Victories",
fr: "Nobles Victoires"
},
serie: serie,
serie: serie,
tcgOnline: "NVI",
cardCount: {
@ -22,6 +23,13 @@ const bw3: Set = {
standard: false,
expanded: true
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default bw3

View File

@ -3,12 +3,13 @@ import serie from '../Black & White'
const bw10: Set = {
id: "bw10",
name: {
en: "Plasma Blast",
fr: "Explosion Plasma"
},
serie: serie,
serie: serie,
tcgOnline: "PLB",
cardCount: {
@ -22,6 +23,13 @@ const bw10: Set = {
standard: false,
expanded: true
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default bw10

View File

@ -3,12 +3,13 @@ import serie from '../Black & White'
const bw9: Set = {
id: "bw9",
name: {
en: "Plasma Freeze",
fr: "Glaciation Plasma"
},
serie: serie,
serie: serie,
tcgOnline: "PLF",
cardCount: {
@ -22,6 +23,13 @@ const bw9: Set = {
standard: false,
expanded: true
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default bw9

View File

@ -3,12 +3,13 @@ import serie from '../Black & White'
const bw8: Set = {
id: "bw8",
name: {
en: "Plasma Storm",
fr: "Tempète Plasma"
},
serie: serie,
serie: serie,
tcgOnline: "PLS",
cardCount: {
@ -22,6 +23,13 @@ const bw8: Set = {
standard: false,
expanded: true
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default bw8

View File

@ -3,22 +3,32 @@ import serie from '../Black & White'
const rc: Set = {
id: "rc",
name: {
en: "Radiant Collection",
fr: "Radiant Collection"
},
serie: serie,
serie: serie,
cardCount: {
total: 25,
official: 25
},
legal: {
expanded: true,
standard: false
},
releaseDate: "2013-11-06"
releaseDate: "2013-11-06",
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default rc