mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2026-02-13 19:57:26 +08:00
[Enhance] Link Play 2.0 e.t.c.
- For Arcaea 5.10.1(c) - Add support for Link Play 2.0. - New partners "Luna & Ilot" and "Eto & Hoppe" - Add support for the skill of "Eto & Hoppe". - Add support for refreshing ratings of Recent 30 via API and webpage. Note: This is a bug testing version.
This commit is contained in:
@@ -24,9 +24,16 @@ class Config:
|
||||
|
||||
COMMAND_INTERVAL = 1000000
|
||||
|
||||
COUNTDOWM_TIME = 3999
|
||||
|
||||
PLAYER_PRE_TIMEOUT = 3000000
|
||||
PLAYER_TIMEOUT = 20000000
|
||||
PLAYER_TIMEOUT = 15000000
|
||||
|
||||
LINK_PLAY_UNLOCK_LENGTH = 512
|
||||
|
||||
COUNTDOWN_SONG_READY = 4 * 1000000
|
||||
COUNTDOWN_SONG_START = 6 * 1000000
|
||||
|
||||
# 计时模式
|
||||
COUNTDOWN_MATCHING = 15 * 1000000
|
||||
COUNTDOWN_SELECT_SONG = 45 * 1000000
|
||||
COUNTDOWN_SELECT_DIFFICULTY = 45 * 1000000
|
||||
COUNTDOWN_RESULT = 60 * 1000000
|
||||
|
||||
Reference in New Issue
Block a user