From 3dea5df10e4f58c892e9c0e9c4533209c8ea47d3 Mon Sep 17 00:00:00 2001 From: Jennifer Taylor Date: Tue, 1 Nov 2022 03:46:18 +0000 Subject: [PATCH] Add missing version mappings to BEMAPI client. --- bemani/data/api/client.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bemani/data/api/client.py b/bemani/data/api/client.py index 169adb2..2a5cb54 100644 --- a/bemani/data/api/client.py +++ b/bemani/data/api/client.py @@ -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",