1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 17:09:19 +00:00

feat: add boosters to API (#737)

This commit is contained in:
2025-05-18 00:53:26 +02:00
committed by GitHub
parent 8ca40f410d
commit c809b14783
815 changed files with 3183 additions and 960 deletions

View File

@ -20,6 +20,49 @@ const set: Set = {
official: 0
},
boosters: {
vol1: {
name : {
en: 'Vol. 1'
}
},
vol2: {
name : {
en: 'Vol. 2'
}
},
vol3: {
name : {
en: 'Vol. 3'
}
},
vol4: {
name : {
en: 'Vol. 4'
}
},
vol5: {
name : {
en: 'Vol. 5'
}
},
vol6: {
name : {
en: 'Vol. 6'
}
},
vol7: {
name : {
en: 'Vol. 7'
}
},
vol8: {
name : {
en: 'Vol. 8'
}
}
},
releaseDate: "2024-10-30"
}