mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 05:08:19 +08:00
Add: OpsiDaemon.SelectEnemy
- Add archive detection on radar
This commit is contained in:
@@ -6379,6 +6379,10 @@
|
||||
"RepairShip": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
},
|
||||
"SelectEnemy": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -497,6 +497,7 @@ Daemon:
|
||||
EnterMap: true
|
||||
OpsiDaemon:
|
||||
RepairShip: true
|
||||
SelectEnemy: true
|
||||
Benchmark:
|
||||
AdbScreenshot: true
|
||||
AdbncScreenshot: true
|
||||
|
||||
@@ -355,6 +355,7 @@ class GeneratedConfig:
|
||||
|
||||
# Group `OpsiDaemon`
|
||||
OpsiDaemon_RepairShip = True
|
||||
OpsiDaemon_SelectEnemy = True
|
||||
|
||||
# Group `Benchmark`
|
||||
Benchmark_AdbScreenshot = True
|
||||
|
||||
@@ -1847,6 +1847,10 @@
|
||||
"RepairShip": {
|
||||
"name": "Repair Ships When Nearing Port",
|
||||
"help": "Once a fleet is in range of a port, Alas will enter, repair your ships, then exit\nWhen it is done, please move the fleet away and out of range from the port within 30s, otherwise the actions will be repeated"
|
||||
},
|
||||
"SelectEnemy": {
|
||||
"name": "Click nearby enemies and resources",
|
||||
"help": ""
|
||||
}
|
||||
},
|
||||
"Benchmark": {
|
||||
|
||||
@@ -1847,6 +1847,10 @@
|
||||
"RepairShip": {
|
||||
"name": "OpsiDaemon.RepairShip.name",
|
||||
"help": "OpsiDaemon.RepairShip.help"
|
||||
},
|
||||
"SelectEnemy": {
|
||||
"name": "OpsiDaemon.SelectEnemy.name",
|
||||
"help": "OpsiDaemon.SelectEnemy.help"
|
||||
}
|
||||
},
|
||||
"Benchmark": {
|
||||
|
||||
@@ -1847,6 +1847,10 @@
|
||||
"RepairShip": {
|
||||
"name": "靠近港口时自动修船",
|
||||
"help": "手动把队伍移动至港口后,Alas将帮助修船\n修理完成后需要在30秒内将队伍移出港口,否则将再次修船"
|
||||
},
|
||||
"SelectEnemy": {
|
||||
"name": "点击附近的敌人和物资",
|
||||
"help": ""
|
||||
}
|
||||
},
|
||||
"Benchmark": {
|
||||
|
||||
@@ -1847,6 +1847,10 @@
|
||||
"RepairShip": {
|
||||
"name": "靠近港口時自動修船",
|
||||
"help": "手動把隊伍移動至港口後,Alas將幫助修船\n修理完成後需要在30秒內將隊伍移出港口,否則將再次修船"
|
||||
},
|
||||
"SelectEnemy": {
|
||||
"name": "點擊附近的敵人和物資",
|
||||
"help": ""
|
||||
}
|
||||
},
|
||||
"Benchmark": {
|
||||
|
||||
Reference in New Issue
Block a user