1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-08-14 03:20:49 +08:00

tmp: oil consumption check

This commit is contained in:
positnuec
2026-08-11 15:41:23 +08:00
parent dcd50696f4
commit 3cb72099d5
9 changed files with 144 additions and 56 deletions

View File

@@ -944,8 +944,8 @@
},
"InterceptiveCheck": {
"_info": {
"name": "Dynamic Verification",
"help": "Judge whether the current task settings meet the requirements through in-game information to avoid problems caused by forgetting to adjust the task settings.\nAfter any of the following conditions is triggered, the current battle will be exited and the task will be closed."
"name": "Oil Consumption Control",
"help": "Judge whether the current task is running as expected through in-game information, avoiding consequences caused by outdated task settings\nAfter any of the following conditions is triggered, exit the current battle, disable the task and send a notification"
},
"OilThreshold": {
"name": "Single Battle Oil Consumption Upper Limit",

View File

@@ -944,12 +944,12 @@
},
"InterceptiveCheck": {
"_info": {
"name": "InterceptiveCheck._info.name",
"help": "InterceptiveCheck._info.help"
"name": "燃料消費制御",
"help": "ゲーム内の情報から現在のタスクの実行状況が期待どおりかを判断し、タスク設定の更新漏れによる影響を防ぎます\n以下のいずれかの条件が発生した場合、現在の戦闘を終了し、タスクを無効化して通知を送信します"
},
"OilThreshold": {
"name": "InterceptiveCheck.OilThreshold.name",
"help": "InterceptiveCheck.OilThreshold.help"
"name": "単戦燃料消費上限",
"help": "ゲーム内の単戦燃料消費がX以上の場合、設定ミスとみなします\n0は制限なし"
}
},
"StopCondition": {

View File

@@ -944,8 +944,8 @@
},
"InterceptiveCheck": {
"_info": {
"name": "动态校验",
"help": "通过局内信息判断当前任务设置是否符合需求,避免出现由未调整任务设置导致的问题\n触发以下任意条件后退出当前作战关闭任务"
"name": "油耗控制",
"help": "通过局内信息判断当前任务执行情况是否符合预期,避免任务设置未及时调整等疏漏造成的后果\n触发以下任意条件后退出当前作战关闭当前任务并推送通知"
},
"OilThreshold": {
"name": "单战油耗上限",

View File

@@ -944,12 +944,12 @@
},
"InterceptiveCheck": {
"_info": {
"name": "動態校驗",
"help": "透過局內資訊判斷當前任務設定是否符合需求,避免出現因忘記調整任務設定而導致的問題\n觸發以下任一條件後退出當前作戰關閉任務"
"name": "油耗控制",
"help": "透過局內資訊判斷當前任務執行情況是否符合預期,避免任務設定未及時調整等疏漏造成的後果\n觸發以下任一條件後退出當前作戰關閉當前任務並推送通知"
},
"OilThreshold": {
"name": "單戰油耗上限",
"help": "局內單場戰鬥油耗大於等於 X 時認為設定有誤\n0表示限制油耗"
"help": "局內單場戰鬥油耗大於等於 X 時認為設定有誤\n0表示限制"
}
},
"StopCondition": {