Add experimental aggregate API

This commit is contained in:
Young-Lord
2022-01-21 22:55:23 +08:00
parent cc4ac192e7
commit 355ec3557f
6 changed files with 135 additions and 27 deletions

View File

@@ -251,3 +251,44 @@ class Config():
'''
--------------------
'''
'''
--------------------
体力上限
TODO
'''
MAX_STAMINA = 12
'''
--------------------
'''
'''
--------------------
恢复1格体力所需时间
TODO
'''
STAMINA_RECOVER_TICK = 1800000
'''
--------------------
'''
'''
--------------------
1个以太之滴增加的经验值
TODO
'''
CORE_EXP = 250
'''
--------------------
'''
'''
--------------------
使用实验性的 aggregate 接口
TODO
'''
USE_EXPERIMENTAL_AGGREGATE = True
'''
--------------------
'''