1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-08-15 11:43:08 +08:00
This commit is contained in:
positnuec
2026-08-14 02:04:50 +08:00
441 changed files with 12687 additions and 729 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -832,6 +832,101 @@ OpsiCrossMonth:
TargetZone:
value: -1
# =================== Island ====================
IslandProduction:
HardFloorItems:
type: textarea
value: |-
{}
ReserveItems:
type: textarea
value: |-
{}
DailyBufferItems:
type: textarea
value: |-
{}
IdleAccumulatingItems:
type: textarea
value: |-
{}
IslandOrder:
StuckSeasonOrderId: 0
IslandFreebie:
Share: true
IslandRestaurant:
KoiGrade:
value: bronze
option: [ bronze, silver, gold, diamond ]
KoiWaitress1: &KoiWaitressSlot
value: any
option: &KoiWaitressOptions [ none, any, Chao_Ho, Chang_Feng ]
KoiWaitress2:
<<: *KoiWaitressSlot
value: none
KoiMenu:
type: textarea
value: |-
{}
BearGrade:
value: bronze
option: [ bronze, silver, gold, diamond ]
BearWaitress1: &BearWaitressSlot
value: any
option: &BearWaitressOptions [ none, any, Cheshire, Chang_Feng ]
BearWaitress2:
<<: *BearWaitressSlot
value: none
BearMenu:
type: textarea
value: |-
{}
EateryGrade:
value: bronze
option: [ bronze, silver, gold, diamond ]
EateryWaitress1: &EateryWaitressSlot
value: any
option: &EateryWaitressOptions [ none, any, Helena, Prinz_Eugen, Chang_Feng ]
EateryWaitress2:
<<: *EateryWaitressSlot
value: none
EateryMenu:
type: textarea
value: |-
{}
GrillGrade:
value: bronze
option: [ bronze, silver, gold, diamond ]
GrillWaitress1: &GrillWaitressSlot
value: any
option: &GrillWaitressOptions [ none, any, August_von_Parseval, Prinz_Eugen, Chang_Feng ]
GrillWaitress2:
<<: *GrillWaitressSlot
value: none
GrillMenu:
type: textarea
value: |-
{}
CafeGrade:
value: bronze
option: [ bronze, silver, gold, diamond ]
CafeWaitress1: &CafeWaitressSlot
value: any
option: &CafeWaitressOptions [ none, any, Cheshire, Belfast, Chang_Feng ]
CafeWaitress2:
<<: *CafeWaitressSlot
value: none
CafeMenu:
type: textarea
value: |-
{}
IslandSeasonTask:
TaskTarget:
type: textarea
value: |-
{}
# ==================== Tools ====================
Daemon:
@@ -851,6 +946,19 @@ BoxDisassemble:
BlueBoxLimit: 1000
UseWhiteBox: true
WhiteBoxLimit: 2000
IslandProductionPlanner:
RescanIslandTechnology: false
DailyProfitLowerLimit: 50000
DailyBufferSafetyMargin: 0
FieldsEfficiency:
value: 0
option: [ 0, 0.04, 0.12 ]
OrchardEfficiency:
value: 0
option: [ 0, 0.04, 0.12 ]
NurseryEfficiency:
value: 0
option: [ 0, 0.04, 0.12 ]
Benchmark:
DeviceType:
value: emulator

View File

@@ -24,12 +24,12 @@
"page": "setting",
"tasks": [
"EventGeneral",
"Coalition",
"Event",
"Event2",
"Raid",
"RaidScuttle",
"CoalitionScuttle",
"Coalition",
"WarArchives"
]
},
@@ -37,13 +37,13 @@
"menu": "collapse",
"page": "setting",
"tasks": [
"CoalitionSp",
"EventA",
"EventB",
"EventC",
"EventD",
"EventSp",
"RaidDaily"
"RaidDaily",
"CoalitionSp"
]
},
"Reward": {
@@ -97,6 +97,18 @@
"OpsiCrossMonth"
]
},
"Island": {
"menu": "collapse",
"page": "setting",
"tasks": [
"IslandProduction",
"IslandOrder",
"IslandFreebie",
"IslandCollect",
"IslandSeasonTask",
"IslandBusiness"
]
},
"Tool": {
"menu": "collapse",
"page": "tool",
@@ -105,6 +117,7 @@
"OpsiDaemon",
"EventStory",
"BoxDisassemble",
"IslandProductionPlanner",
"Benchmark",
"DowntimeFetch",
"AzurLaneUncensored",

View File

@@ -534,6 +534,12 @@ OpsiHazard1Leveling:
OpsiFleet:
Submarine: false
# =================== Island ===================
IslandCollect:
Scheduler:
ServerUpdate: 03:00, 18:00
# ==================== Tool ====================
EventStory:

View File

@@ -76,12 +76,6 @@ Event:
EventGeneral:
- EventGeneral
- TaskBalancer
Coalition:
- Scheduler
- Campaign
- Coalition
- StopCondition
- Emotion
Event:
- Scheduler
- Campaign
@@ -124,6 +118,12 @@ Event:
- Fleet
- Submarine
- Emotion
Coalition:
- Scheduler
- Campaign
- Coalition
- StopCondition
- Emotion
WarArchives:
- Scheduler
- Campaign
@@ -142,12 +142,6 @@ EventDaily:
menu: 'collapse'
page: 'setting'
tasks:
CoalitionSp:
- Scheduler
- Campaign
- Coalition
- StopCondition
- Emotion
EventA:
- Scheduler
- EventDaily
@@ -203,6 +197,12 @@ EventDaily:
- Campaign
- StopCondition
- Emotion
CoalitionSp:
- Scheduler
- Campaign
- Coalition
- StopCondition
- Emotion
# ==================== Reward ====================
@@ -342,6 +342,29 @@ Opsi:
- Scheduler
- OpsiCrossMonth
# =================== Island ===================
Island:
menu: 'collapse'
page: 'setting'
tasks:
IslandProduction:
- Scheduler
- IslandProduction
IslandOrder:
- Scheduler
- IslandOrder
IslandFreebie:
- Scheduler
- IslandFreebie
IslandCollect:
- Scheduler
IslandSeasonTask:
- Scheduler
- IslandSeasonTask
IslandBusiness:
- Scheduler
- IslandRestaurant
# ==================== Tool ====================
Tool:
@@ -356,6 +379,8 @@ Tool:
- EventStory
BoxDisassemble:
- BoxDisassemble
IslandProductionPlanner:
- IslandProductionPlanner
Benchmark:
- Benchmark
DowntimeFetch: