1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 08:19:17 +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,13 +3,14 @@ import serie from '../XY'
const xy7: Set = {
id: "xy7",
name: {
en: "Ancient Origins",
fr: "Origines Antiques"
,
},
serie: serie,
serie: serie,
tcgOnline: "AOR",
cardCount: {
@ -23,6 +24,13 @@ const xy7: Set = {
standard: false,
expanded: true
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default xy7

View File

@ -3,13 +3,14 @@ import serie from '../XY'
const xy9: Set = {
id: "xy9",
name: {
en: "BREAKpoint",
fr: "Rupture Turbo"
,
},
serie: serie,
serie: serie,
tcgOnline: "BKP",
cardCount: {
@ -23,6 +24,13 @@ const xy9: Set = {
standard: false,
expanded: true
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default xy9

View File

@ -3,13 +3,14 @@ import serie from '../XY'
const xy8: Set = {
id: "xy8",
name: {
en: "BREAKthrough",
fr: "Impulsion Turbo"
,
},
serie: serie,
serie: serie,
tcgOnline: "BKT",
cardCount: {
@ -23,6 +24,13 @@ const xy8: Set = {
standard: false,
expanded: true
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default xy8

View File

@ -3,13 +3,14 @@ import serie from '../XY'
const dc1: Set = {
id: "dc1",
name: {
en: "Double Crisis",
fr: "Double Danger"
,
},
serie: serie,
serie: serie,
tcgOnline: "DCR",
cardCount: {
@ -23,6 +24,13 @@ const dc1: Set = {
standard: false,
expanded: true
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default dc1

View File

@ -3,13 +3,14 @@ import serie from '../XY'
const xy12: Set = {
id: "xy12",
name: {
en: "Evolutions",
fr: "Évolutions"
,
},
serie: serie,
serie: serie,
tcgOnline: "EVO",
cardCount: {
@ -23,6 +24,13 @@ const xy12: Set = {
standard: false,
expanded: true
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default xy12

View File

@ -3,13 +3,14 @@ import serie from '../XY'
const xy10: Set = {
id: "xy10",
name: {
en: "Fates Collide",
fr: "Impact des Destins"
,
},
serie: serie,
serie: serie,
tcgOnline: "FCO",
cardCount: {
@ -23,6 +24,13 @@ const xy10: Set = {
standard: false,
expanded: true
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default xy10

View File

@ -3,13 +3,14 @@ import serie from '../XY'
const xy2: Set = {
id: "xy2",
name: {
en: "Flashfire",
fr: "Étincelles"
,
},
serie: serie,
serie: serie,
tcgOnline: "FLF",
cardCount: {
@ -23,6 +24,13 @@ const xy2: Set = {
standard: false,
expanded: true
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default xy2

View File

@ -3,13 +3,14 @@ import serie from '../XY'
const xy3: Set = {
id: "xy3",
name: {
en: "Furious Fists",
fr: "Poings Furieux"
,
},
serie: serie,
serie: serie,
tcgOnline: "FFI",
cardCount: {
@ -23,6 +24,13 @@ const xy3: Set = {
standard: false,
expanded: true
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default xy3

View File

@ -3,13 +3,14 @@ import serie from '../XY'
const g1: Set = {
id: "g1",
name: {
en: "Generations",
fr: "Générations"
,
},
serie: serie,
serie: serie,
tcgOnline: "GEN",
cardCount: {
@ -23,6 +24,13 @@ const g1: Set = {
standard: false,
expanded: true
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default g1

View File

@ -3,13 +3,14 @@ import serie from '../XY'
const xy0: Set = {
id: "xy0",
name: {
en: "Kalos Starter Set",
fr: "Bienvenue à Kalos"
,
},
serie: serie,
serie: serie,
tcgOnline: "KSS",
cardCount: {
@ -23,6 +24,13 @@ const xy0: Set = {
standard: false,
expanded: true
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default xy0

View File

@ -3,13 +3,14 @@ import serie from '../XY'
const xy4: Set = {
id: "xy4",
name: {
en: "Phantom Forces",
fr: "Vigueur Spectrale"
,
},
serie: serie,
serie: serie,
tcgOnline: "PHF",
cardCount: {
@ -23,6 +24,13 @@ const xy4: Set = {
standard: false,
expanded: true
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default xy4

View File

@ -3,13 +3,14 @@ import serie from '../XY'
const xy5: Set = {
id: "xy5",
name: {
en: "Primal Clash",
fr: "Primo-Choc"
,
},
serie: serie,
serie: serie,
tcgOnline: "PRC",
cardCount: {
@ -23,6 +24,13 @@ const xy5: Set = {
standard: false,
expanded: true
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default xy5

View File

@ -3,13 +3,14 @@ import serie from '../XY'
const xy6: Set = {
id: "xy6",
name: {
en: "Roaring Skies",
fr: "Ciel Rugissant"
,
},
serie: serie,
serie: serie,
tcgOnline: "ROS",
cardCount: {
@ -23,6 +24,13 @@ const xy6: Set = {
standard: false,
expanded: true
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default xy6

View File

@ -3,13 +3,14 @@ import serie from '../XY'
const xy11: Set = {
id: "xy11",
name: {
en: "Steam Siege",
fr: "Offensive Vapeur"
,
},
serie: serie,
serie: serie,
tcgOnline: "STS",
cardCount: {
@ -23,6 +24,13 @@ const xy11: Set = {
standard: false,
expanded: true
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default xy11

View File

@ -3,13 +3,14 @@ import serie from '../XY'
const xyp: Set = {
id: "xyp",
name: {
en: "XY Black Star Promos",
fr: "Promo XY"
,
},
serie: serie,
serie: serie,
tcgOnline: "PR-XY",
cardCount: {
@ -23,6 +24,13 @@ const xyp: Set = {
standard: false,
expanded: true
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default xyp

View File

@ -3,13 +3,14 @@ import serie from '../XY'
const xy1: Set = {
id: "xy1",
name: {
en: "XY",
fr: "XY"
,
},
serie: serie,
serie: serie,
tcgOnline: "XY",
cardCount: {
@ -23,6 +24,13 @@ const xy1: Set = {
standard: false,
expanded: true
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default xy1

View File

@ -3,23 +3,33 @@ import serie from '../XY'
const xya: Set = {
id: "xya",
name: {
en: "Yello A Alternate",
fr: "carte alternative A Jaune"
,
},
serie: serie,
serie: serie,
cardCount: {
total: 6,
official: 6
},
legal: {
expanded: true,
standard: false
},
releaseDate: "2014-02-05"
releaseDate: "2014-02-05",
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default xya