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:
@ -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"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user