1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 22:08:20 +08:00
Files
AzurLaneAutoScript/module/war_archives/dictionary.py

18 lines
876 B
Python
Raw Normal View History

2020-11-21 11:14:43 +08:00
from module.war_archives.assets import *
2020-11-14 17:54:21 -05:00
dic_archives_template = {
'war_archives_20190321_en': TEMPLATE_VISITORS_DYED_IN_RED,
'war_archives_20181026_en': TEMPLATE_FALLEN_WINGS,
'war_archives_20190221_en': TEMPLATE_WINTERS_CROWN,
'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_20180607_cn': TEMPLATE_INK_STAINED_STEEL_SAKURA,
'war_archives_20180726_cn': TEMPLATE_IRIS_OF_LIGHT_AND_DARK,
2021-11-18 22:59:54 +08:00
'war_archives_20181227_cn': TEMPLATE_CRIMSON_ECHOES,
'war_archives_20200820_cn': TEMPLATE_SCHERZO_OF_IRON_AND_BLOOD,
'war_archives_20190911_cn': TEMPLATE_EMPYREAL_TRAGICOMEDY,
'war_archives_20210325_cn': TEMPLATE_ASHEN_SIMULACRUM,
2020-11-21 11:14:43 +08:00
}