mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-15 09:57:22 +08:00
Add: hazard 1 leveling
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user