mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 02:48:23 +08:00
Add: Moving in OS globe map
This commit is contained in:
@@ -446,6 +446,27 @@ class AzurLaneConfig:
|
||||
SOS_FLEETS_CHAPTER_9 = [5, 6, 1]
|
||||
SOS_FLEETS_CHAPTER_10 = [4, 6, 1]
|
||||
|
||||
"""
|
||||
module.os.globe_detection
|
||||
"""
|
||||
OS_GLOBE_HOMO_STORAGE = ((4, 3), ((445, 180), (879, 180), (376, 497), (963, 497)))
|
||||
OS_GLOBE_DETECTING_AREA = (0, 0, 1280, 720)
|
||||
OS_GLOBE_GLOBAL_PAD = 700
|
||||
OS_GLOBE_FIND_PEAKS_PARAMETERS = {
|
||||
'height': 100,
|
||||
# 'width': (0.9, 5),
|
||||
'prominence': 20,
|
||||
'distance': 35,
|
||||
'wlen': 500,
|
||||
}
|
||||
OS_LOCAL_FIND_PEAKS_PARAMETERS = {
|
||||
'height': 50,
|
||||
# 'width': (0.9, 5),
|
||||
'prominence': 20,
|
||||
'distance': 35,
|
||||
'wlen': 500,
|
||||
}
|
||||
|
||||
"""
|
||||
module.war_archives
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user