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,
|
2021-03-13 23:45:05 -05:00
|
|
|
'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,
|
2022-04-11 10:34:30 +08:00
|
|
|
'war_archives_20200820_cn': TEMPLATE_SCHERZO_OF_IRON_AND_BLOOD,
|
2022-02-08 16:24:33 +08:00
|
|
|
'war_archives_20190911_cn': TEMPLATE_EMPYREAL_TRAGICOMEDY,
|
2022-04-11 08:12:43 +08:00
|
|
|
'war_archives_20210325_cn': TEMPLATE_ASHEN_SIMULACRUM,
|
2022-07-21 14:14:23 +08:00
|
|
|
'war_archives_20210624_cn': TEMPLATE_SWIRLING_CHERRY_BLOSSOMS,
|
2022-09-03 11:27:08 +08:00
|
|
|
'war_archives_20200806_cn': TEMPLATE_THE_ENIGMA_AND_THE_SHARK,
|
2020-11-21 11:14:43 +08:00
|
|
|
}
|