mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-09-11 11:55:13 -05:00
Add missing version mappings to BEMAPI client.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user