1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-19 23:33:33 +08:00

Add: hazard 1 leveling

This commit is contained in:
SarContDeli
2022-11-11 14:27:15 +08:00
parent 26aa797a72
commit 1f38e92e02
31 changed files with 553 additions and 62 deletions

View File

@@ -3281,10 +3281,10 @@
"event_20200227_cn"
],
"display": "disabled",
"cn": "event_20201229_cn",
"en": "event_20201229_cn",
"jp": "event_20201229_cn",
"tw": "event_20211111_cn"
"tw": "event_20211111_cn",
"cn": "event_20220915_cn",
"en": "event_20220915_cn",
"jp": "event_20220915_cn"
},
"Mode": {
"type": "select",
@@ -7772,7 +7772,7 @@
},
"ServerUpdate": {
"type": "input",
"value": "00:00",
"value": "00:00, 12:00",
"display": "hide"
}
},
@@ -7869,7 +7869,7 @@
"OpsiMeowfficerFarming": {
"ActionPointPreserve": {
"type": "input",
"value": 500
"value": 1000
},
"HazardLevel": {
"type": "select",
@@ -7904,6 +7904,71 @@
}
}
},
"OpsiHazard1Leveling": {
"Scheduler": {
"Enable": {
"type": "checkbox",
"value": false
},
"NextRun": {
"type": "datetime",
"value": "2020-01-01 00:00:00",
"validate": "datetime"
},
"Command": {
"type": "input",
"value": "OpsiHazard1Leveling",
"display": "hide"
},
"SuccessInterval": {
"type": "input",
"value": 30,
"display": "hide"
},
"FailureInterval": {
"type": "input",
"value": 60,
"display": "hide"
},
"ServerUpdate": {
"type": "input",
"value": "00:00",
"display": "hide"
}
},
"OpsiHazard1Leveling": {
"StrategySearch": {
"type": "checkbox",
"value": true
},
"TargetZone": {
"type": "select",
"value": 0,
"option": [
0,
44,
22
]
}
},
"OpsiFleet": {
"Fleet": {
"type": "select",
"value": 1,
"option": [
1,
2,
3,
4
]
},
"Submarine": {
"type": "checkbox",
"value": false,
"display": "hide"
}
}
},
"Daemon": {
"Daemon": {
"EnterMap": {

View File

@@ -569,12 +569,17 @@ OpsiAbyssal:
OpsiStronghold:
ForceRun: false
OpsiMeowfficerFarming:
ActionPointPreserve: 500
ActionPointPreserve: 1000
HazardLevel:
value: 5
option: [3, 4, 5, 6, 10]
TargetZone:
value: 0
OpsiHazard1Leveling:
StrategySearch: True
TargetZone:
value: 0
option: [0, 44, 22]
# ==================== Tools ====================

View File

@@ -57,7 +57,8 @@
"OpsiObscure",
"OpsiAbyssal",
"OpsiStronghold",
"OpsiMeowfficerFarming"
"OpsiMeowfficerFarming",
"OpsiHazard1Leveling"
],
"Tool": [
"Daemon",

View File

@@ -350,7 +350,7 @@ OpsiAbyssal:
Scheduler:
SuccessInterval: 60
FailureInterval: 60
ServerUpdate: 00:00
ServerUpdate: 00:00, 12:00
OpsiStronghold:
Scheduler:
SuccessInterval: 60
@@ -361,3 +361,10 @@ OpsiMeowfficerFarming:
SuccessInterval: 30
FailureInterval: 30
ServerUpdate: 00:00
OpsiHazard1Leveling:
Scheduler:
SuccessInterval: 30
FailureInterval: 60
ServerUpdate: 00:00
OpsiFleet:
Submarine: false

View File

@@ -263,6 +263,10 @@ OpsiMeowfficerFarming:
- Scheduler
- OpsiMeowfficerFarming
- OpsiFleet
OpsiHazard1Leveling:
- Scheduler
- OpsiHazard1Leveling
- OpsiFleet
# ==================== Tool ====================