1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-08-15 11:43:08 +08:00

Add: config for island production

This commit is contained in:
guoh064
2026-06-17 06:01:28 +08:00
parent 02913dd151
commit 703d2d396a
10 changed files with 474 additions and 0 deletions

View File

@@ -9319,6 +9319,69 @@
}
}
},
"IslandProduction": {
"Scheduler": {
"Enable": {
"type": "checkbox",
"value": false,
"option": [
true,
false
]
},
"NextRun": {
"type": "datetime",
"value": "2020-01-01 00:00:00",
"validate": "datetime"
},
"Command": {
"type": "input",
"value": "IslandProduction",
"display": "hide"
},
"SuccessInterval": {
"type": "input",
"value": 0,
"display": "hide"
},
"FailureInterval": {
"type": "input",
"value": 120,
"display": "hide"
},
"ServerUpdate": {
"type": "input",
"value": "00:00",
"display": "hide"
}
},
"IslandProduction": {
"HardFloorItems": {
"type": "textarea",
"value": "{}"
},
"ReserveItems": {
"type": "textarea",
"value": "{}"
},
"DailyBufferItems": {
"type": "textarea",
"value": "{}"
},
"IdleAccumulatingItems": {
"type": "textarea",
"value": "{}"
}
},
"Storage": {
"Storage": {
"type": "storage",
"value": {},
"valuetype": "ignore",
"display": "disabled"
}
}
},
"IslandFreebie": {
"Scheduler": {
"Enable": {
@@ -9747,6 +9810,57 @@
}
}
},
"IslandProductionPlanner": {
"IslandProductionPlanner": {
"RescanIslandTechnology": {
"type": "checkbox",
"value": false
},
"DailyProfitLowerLimit": {
"type": "input",
"value": 50000
},
"DailyBufferSafetyMargin": {
"type": "input",
"value": 0
},
"FieldsEfficiency": {
"type": "select",
"value": 0,
"option": [
0,
0.04,
0.12
]
},
"OrchardEfficiency": {
"type": "select",
"value": 0,
"option": [
0,
0.04,
0.12
]
},
"NurseryEfficiency": {
"type": "select",
"value": 0,
"option": [
0,
0.04,
0.12
]
}
},
"Storage": {
"Storage": {
"type": "storage",
"value": {},
"valuetype": "ignore",
"display": "disabled"
}
}
},
"Benchmark": {
"Benchmark": {
"DeviceType": {