1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-07-13 10:58:02 +08:00

Upd: research S9

This commit is contained in:
2026-07-09 20:12:47 +08:00
parent ee5e4edfc0
commit 7a61a0d64f
22 changed files with 199 additions and 24 deletions

View File

@@ -55,6 +55,11 @@ DIC_TRANSLATION = {
'蓝图:埃吉尔': 'Blueprint - Ägir',
'蓝图:奥古斯特·冯·帕塞瓦尔': 'Blueprint - August von Parseval',
'蓝图:马可波罗': 'Blueprint - Marco Polo',
'蓝图:瓦尔帕莱索': 'Blueprint - Valparaíso',
'蓝图:{namecode:565}': 'Blueprint - Max Immelmann',
'蓝图:邓肯': 'Blueprint - Duncan',
'蓝图:{namecode:313}': 'Blueprint - Takahashi',
'蓝图:暴风雨': 'Blueprint - Orage',
}
@@ -139,7 +144,7 @@ Arguments:
FILE: Path to AzurLaneData, '<your_folder>/AzurLaneData'
SAVE: File to save, 'module/research/project_data.py'
"""
FOLDER = ''
FOLDER = '../AzurLaneLuaScripts'
SAVE = 'module/research/project_data.py'
TechnologyTemplate().write(SAVE)