1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 18:39:04 +08:00
AzurLaneAutoScript/module/war_archives/dictionary.py

16 lines
749 B
Python

from module.war_archives.assets import *
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,
'war_archives_20181227_cn': TEMPLATE_CRIMSON_ECHOES,
'war_archives_20190911_cn': TEMPLATE_EMPYREAL_TRAGICOMEDY,
}