1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 14:29:26 +08:00

Merge branch 'refs/heads/feature/player-level-and-exp' into dev

This commit is contained in:
LA_DI_DA
2024-07-21 12:54:27 +08:00
21 changed files with 300 additions and 5 deletions

View File

@@ -645,6 +645,17 @@ class GeneratedConfig:
ResearchPercent_Color = '^000000'
ResearchPercent_Record = datetime.datetime(2020, 1, 1, 0, 0)
# Group `PlayerLevel`
PlayerLevel_Value = 0
PlayerLevel_Color = '^000000'
PlayerLevel_Record = datetime.datetime(2020, 1, 1, 0, 0)
# Group `PlayerExp`
PlayerExp_Value = 0
PlayerExp_Limit = 0
PlayerExp_Color = '^000000'
PlayerExp_Record = datetime.datetime(2020, 1, 1, 0, 0)
# Group `AutoRestart`
AutoRestart_Enabled = False
AutoRestart_AttemptsToRestart = 114514