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

Opt: War Archives scroll capability to search for archives entrance, fixed number of attempts used to determine failure of search

Add: War Archives support for Iris of Light and Dark, Ink Stained Steel Sakura needs an actual template to use, temporarily using placeholder
This commit is contained in:
nEEtdo0d
2021-03-13 23:45:05 -05:00
parent 17f844fe58
commit e4caef5071
29 changed files with 1701 additions and 10 deletions

View File

@@ -7,5 +7,7 @@ dic_archives_template = {
'war_archives_20191031_en': TEMPLATE_DIVERGENT_CHESSBOARD,
'war_archives_20181020_en': TEMPLATE_STRIVE_WISH_AND_STRATEGIZE,
'war_archives_20191010_en': TEMPLATE_ENCIRCLING_GRAF_SPEE,
'war_archives_20190620_en': TEMPLATE_GLORIOUS_BATTLE
'war_archives_20190620_en': TEMPLATE_GLORIOUS_BATTLE,
'war_archives_20180607_cn': TEMPLATE_INK_STAINED_STEEL_SAKURA,
'war_archives_20180726_cn': TEMPLATE_IRIS_OF_LIGHT_AND_DARK,
}