1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 06:18:21 +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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

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)) OPPONENT = ButtonGrid(origin=(104, 77), delta=(244, 0), button_shape=(212, 304), grid_shape=(4, 1))
# Mode 'easiest' constants # 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 # PWR_FACTOR used to make overall PWR manageable
MAX_LVL_SUM = 720 MAX_LVL_SUM = 750
PWR_FACTOR = 100 PWR_FACTOR = 100