mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-07-02 00:11:48 -05:00
Add missing version mappings to BEMAPI client.
This commit is contained in:
parent
770e0ca738
commit
3dea5df10e
|
|
@ -163,6 +163,7 @@ class APIClient:
|
|||
VersionConstants.DDR_2013: "14",
|
||||
VersionConstants.DDR_2014: "15",
|
||||
VersionConstants.DDR_ACE: "16",
|
||||
VersionConstants.DDR_A20: "17",
|
||||
},
|
||||
GameConstants.IIDX: {
|
||||
VersionConstants.IIDX_TRICORO: "20",
|
||||
|
|
@ -172,6 +173,8 @@ class APIClient:
|
|||
VersionConstants.IIDX_SINOBUZ: "24",
|
||||
VersionConstants.IIDX_CANNON_BALLERS: "25",
|
||||
VersionConstants.IIDX_ROOTAGE: "26",
|
||||
VersionConstants.IIDX_HEROIC_VERSE: "27",
|
||||
VersionConstants.IIDX_BISTROVER: "28",
|
||||
},
|
||||
GameConstants.JUBEAT: {
|
||||
VersionConstants.JUBEAT_SAUCER: "5",
|
||||
|
|
@ -180,6 +183,7 @@ class APIClient:
|
|||
VersionConstants.JUBEAT_QUBELL: "7",
|
||||
VersionConstants.JUBEAT_CLAN: "8",
|
||||
VersionConstants.JUBEAT_FESTO: "9",
|
||||
VersionConstants.JUBEAT_AVENUE: "10",
|
||||
},
|
||||
GameConstants.MUSECA: {
|
||||
VersionConstants.MUSECA: "1",
|
||||
|
|
@ -192,6 +196,8 @@ class APIClient:
|
|||
VersionConstants.POPN_MUSIC_LAPISTORIA: "22",
|
||||
VersionConstants.POPN_MUSIC_ECLALE: "23",
|
||||
VersionConstants.POPN_MUSIC_USANEKO: "24",
|
||||
VersionConstants.POPN_MUSIC_PEACE: "25",
|
||||
VersionConstants.POPN_MUSIC_KAIMEI_RIDDLES: "26",
|
||||
},
|
||||
GameConstants.REFLEC_BEAT: {
|
||||
VersionConstants.REFLEC_BEAT: "1",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user