From 147c36d207ca74e876b6b4703fd3f57f3ab57e56 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 14 Apr 2025 01:37:42 -0700 Subject: seperate CHUNITHM_NEWS to regions INTL and JP --- constants.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'constants.py') diff --git a/constants.py b/constants.py index feb7dc5..7025146 100644 --- a/constants.py +++ b/constants.py @@ -6,7 +6,12 @@ EAMUSEMENT_BASE_URL = "https://p.eagate.573.jp" SOUND_VOLTEX_EXCEED_GEAR_NEWS_SITE ="https://p.eagate.573.jp/game/sdvx/vi/news/index.html" IIDX_PINKY_CRUSH_NEWS_SITE="https://p.eagate.573.jp/game/2dx/32/info/index.html" -CHUNITHM_NEWS_SITE="https://info-chunithm.sega.jp/" +CHUNITHM_JP_NEWS_SITE="https://info-chunithm.sega.jp/" +MAIMAIDX_NEWS_SITE="https://info-maimai.sega.jp/" class CHUNITHM_VERSION(Enum): VERSE = 1 + +class MAIMAIDX_VERSION(Enum): + PRISM = 1 + PRISM_PLUS = 2 -- cgit v1.2.3