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

Merge branch 'dev' into hunt_and_boss

This commit is contained in:
bookbug666
2022-12-01 11:49:54 +08:00
29 changed files with 989 additions and 89 deletions

View File

@@ -222,6 +222,10 @@
"name": "CL1 Leveling",
"help": ""
},
"OpsiCrossMonth": {
"name": "Cross Month Daily",
"help": " ALAS will enter OpSi 10min before OpSi reset, wait until OpSi reset but not exit OpSi. Then do the daily, obscure, abyssal and meowfficer farming to get extra gold plates. When running dailies, settings in task \"OpsiDaily\" are used, the rest function are the same.\n IMPORTANT: Please do not touch the game while ALAS is waiting for OpSi reset."
},
"Daemon": {
"name": "Normal Semi-auto",
"help": ""
@@ -2029,11 +2033,11 @@
"OpsiExplore": {
"_info": {
"name": "OpSi Explore Settings",
"help": "At the beginning of each month OpSi is reset\nThe following must be satisfied:\n- Manually confirm fleet deployment into OpSi\n- OpSi story must be complete\nEach zone will be visited in a clockwise direction every 27 minutes until world has been been completely opened\nNo need to consume 5000 oil for special radar in OpSi shop"
"help": "At the beginning of each month OpSi is reset\nThe following must be satisfied:\n- OpSi story must be complete\nEach zone will be visited in a clockwise direction every 27 minutes until world has been been completely opened\nNo need to consume 5000 oil for special radar in OpSi shop"
},
"SpecialRadar": {
"name": "SpecialRadar Bought",
"help": "Enable if you have purchased the special radar\nAllows Alas to explore OpSi continously without having to wait 27 minutes between each zone clear\nFor those with oil surplus and would like to complete this task efficiently"
"help": "Enable if you have purchased the special radar\nAllows Alas to explore OpSi continously without having to wait 27 minutes between each zone clear\nCannot be selected when not purchased and used"
},
"ForceRun": {
"name": "Force Run",
@@ -2047,7 +2051,7 @@
"OpsiShop": {
"_info": {
"name": "OpSi Shop Settings",
"help": "Completes OpSi daily activities\nThe following must be satisfied:\n- OpSi story must be complete\n- Zones must be unlocked either by OpSi explore or consuming 5000 oil for special radar in OpSi shop"
"help": "Completes OpSi daily activities\nThe following must be satisfied:\n- OpSi story must be complete\n- Task Opsi Explore enabled or consuming 5000 oil for special radar in OpSi shop"
},
"BuySupply": {
"name": "Buy From Port Shops",
@@ -2057,7 +2061,7 @@
"OpsiDaily": {
"_info": {
"name": "OpSi Daily Settings",
"help": "Completes OpSi daily activities\nThe following must be satisfied:\n- OpSi story must be complete\n- Zones must be unlocked either by OpSi explore or consuming 5000 oil for special radar in OpSi shop"
"help": "Completes OpSi daily activities\nThe following must be satisfied:\n- OpSi story must be complete\n- Task Opsi Explore enabled or consuming 5000 oil for special radar in OpSi shop"
},
"DoMission": {
"name": "Do Port Mission(s)",
@@ -2071,7 +2075,7 @@
"OpsiObscure": {
"_info": {
"name": "OpSi Obscure Settings",
"help": "Clear obscure zones every 27 minutes\nThe following must be satisfied:\n- OpSi story must be complete\n- Zones must be unlocked either by OpSi explore or consuming 5000 oil for special radar in OpSi shop"
"help": "Clear obscure zones every 27 minutes\nThe following must be satisfied:\n- OpSi story must be complete\n- Task Opsi Explore enabled or consuming 5000 oil for special radar in OpSi shop"
},
"ForceRun": {
"name": "Force Run",
@@ -2081,7 +2085,7 @@
"OpsiAbyssal": {
"_info": {
"name": "Abyssal Zones",
"help": "Clear abyssal zones.\nThe following must be satisfied:\n- OpSi story must be complete\n- Zones must be unlocked either by OpSi explore or consuming 5000 oil for special radar in OpSi shop"
"help": "Clear abyssal zones.\nThe following must be satisfied:\n- OpSi story must be complete\n- Task Opsi Explore enabled or consuming 5000 oil for special radar in OpSi shop"
},
"ForceRun": {
"name": "Force Run",
@@ -2091,7 +2095,7 @@
"OpsiStronghold": {
"_info": {
"name": "Siren Strongholds",
"help": "Clear the weekly siren strongholds.\nThe following must be satisfied:\n- OpSi story must be complete\n- Zones must be unlocked either by OpSi explore or consuming 5000 oil for special radar in OpSi shop"
"help": "Clear the weekly siren strongholds.\nThe following must be satisfied:\n- OpSi story must be complete\n- Task Opsi Explore enabled or consuming 5000 oil for special radar in OpSi shop"
},
"ForceRun": {
"name": "Force Run",
@@ -2101,7 +2105,7 @@
"OpsiMeowfficerFarming": {
"_info": {
"name": "OpSi Meowfficer Farm Settings",
"help": "Attack target zones of the specified hazard level in a clockwise direction\nThe following must be satisfied:\n- OpSi story must be complete\n- Zones must be unlocked either by OpSi explore or consuming 5000 oil for special radar in OpSi shop"
"help": "Attack target zones of the specified hazard level in a clockwise direction\nThe following must be satisfied:\n- OpSi story must be complete\n- Task Opsi Explore enabled or consuming 5000 oil for special radar in OpSi shop"
},
"ActionPointPreserve": {
"name": "Keep X Amount of AP",
@@ -2224,6 +2228,16 @@
"help": "Log back into the game when the game has been ended."
}
},
"Storage": {
"_info": {
"name": "Task status",
"help": "Store internal status of the task. Clear manually when the task is abnormal"
},
"Storage": {
"name": "Storage.Storage.name",
"help": "Storage.Storage.help"
}
},
"Gui": {
"Aside": {
"Install": "Install",
@@ -2311,7 +2325,8 @@
"SSHNotInstall": "No SSH command in your system. Please refer to the tutorial to download or install one"
},
"Text": {
"InvalidFeedBack": "Invalid format. Example: {0}"
"InvalidFeedBack": "Invalid format. Example: {0}",
"Clear": "Clear"
}
}
}