1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 05:08:19 +08:00

Merge branch 'master' into app

# Conflicts:
#	module/reward/assets.py
#	module/sos/sos.py
This commit is contained in:
LmeSzinc
2021-10-08 01:40:11 +08:00
5 changed files with 2 additions and 2 deletions

View File

@@ -10,9 +10,9 @@ from module.ui.ui import UI
OPPONENT = ButtonGrid(origin=(104, 77), delta=(244, 0), button_shape=(212, 304), grid_shape=(4, 1))
# Mode 'easiest' constants
# MAX_LVL_SUM = Max Fleet Size (6) * Max Lvl (120)
# MAX_LVL_SUM = Max Fleet Size (6) * Max Lvl (125)
# PWR_FACTOR used to make overall PWR manageable
MAX_LVL_SUM = 720
MAX_LVL_SUM = 750
PWR_FACTOR = 100