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

Add: Single Battle Oil Consumption Upper Limit for WarArchives (#4)

This commit is contained in:
sui-feng-cb
2025-12-24 19:16:44 +08:00
parent 5310187a46
commit 4ff5cc640a
11 changed files with 194 additions and 2 deletions

View File

@@ -862,6 +862,16 @@
"help": ""
}
},
"InterceptiveCheck": {
"_info": {
"name": "动态校验",
"help": "通过局内信息判断当前任务设置是否符合需求,避免出现由未调整任务设置导致的问题\n触发以下任意条件后退出当前作战并关闭任务"
},
"OilThreshold": {
"name": "单战油耗上限",
"help": "局内单场战斗油耗大于等于 X 时认为设置有误\n0表示无限制"
}
},
"StopCondition": {
"_info": {
"name": "停止条件",