diff --git a/titles/mai2/prism.py b/titles/mai2/prism.py index 30044df..addb646 100644 --- a/titles/mai2/prism.py +++ b/titles/mai2/prism.py @@ -34,3 +34,15 @@ class Mai2Prism(Mai2BuddiesPlus): "scoreData": "" } } + + async def handle_get_game_kaleidx_scope_api_request(self, data: Dict) -> Dict: + return { + "gameKaleidxScopeList": [ + {"gateId": 1, "phaseId": 6}, + {"gateId": 2, "phaseId": 6}, + {"gateId": 3, "phaseId": 6}, + {"gateId": 4, "phaseId": 6}, + {"gateId": 5, "phaseId": 6}, + {"gateId": 6, "phaseId": 6} + ] + } \ No newline at end of file