mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 02:48:23 +08:00
Add: Single Battle Oil Consumption Upper Limit for WarArchives (#4)
This commit is contained in:
@@ -4145,6 +4145,12 @@
|
||||
"display": "hide"
|
||||
}
|
||||
},
|
||||
"InterceptiveCheck": {
|
||||
"OilThreshold": {
|
||||
"type": "input",
|
||||
"value": 0
|
||||
}
|
||||
},
|
||||
"StopCondition": {
|
||||
"OilLimit": {
|
||||
"type": "input",
|
||||
|
||||
@@ -161,6 +161,8 @@ Campaign:
|
||||
UseAutoSearch: true
|
||||
Use2xBook: false
|
||||
AmbushEvade: true
|
||||
InterceptiveCheck:
|
||||
OilThreshold: 0
|
||||
StopCondition:
|
||||
OilLimit: 1000
|
||||
RunCount: 0
|
||||
|
||||
@@ -114,6 +114,7 @@ Event:
|
||||
WarArchives:
|
||||
- Scheduler
|
||||
- Campaign
|
||||
- InterceptiveCheck
|
||||
- StopCondition
|
||||
- Fleet
|
||||
- Submarine
|
||||
|
||||
Reference in New Issue
Block a user