mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Refactor: Event daily SP and AB
- Add Raid and WarArchives configs
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -113,7 +113,7 @@ Submarine:
|
||||
option: [0, 1, 2]
|
||||
Mode:
|
||||
value: do_not_use
|
||||
option: [do_not_use,hunt_only, every_combat]
|
||||
option: [do_not_use, hunt_only, every_combat]
|
||||
Emotion:
|
||||
CalculateEmotion: true
|
||||
IgnoreLowEmotionWarn: false
|
||||
@@ -145,7 +145,6 @@ HpControl:
|
||||
RepairUseMultiThreshold: 0.6
|
||||
LowHpRetreatThreshold: 0.3
|
||||
Raid:
|
||||
Event: raid_20200624
|
||||
Mode:
|
||||
value: hard
|
||||
option: [easy, normal, hard]
|
||||
@@ -359,6 +358,13 @@ Sos:
|
||||
Chapter:
|
||||
value: 3
|
||||
option: [3, 4, 5, 6, 7, 8, 9, 10]
|
||||
EventAb:
|
||||
StageFilter: |-
|
||||
A1 > A2 > A3 > B1 > B2 > B3
|
||||
LastStage: 0
|
||||
RaidDaily:
|
||||
StageFilter: |-
|
||||
hard > normal > easy
|
||||
|
||||
# ==================== Opsi ====================
|
||||
|
||||
|
||||
@@ -31,7 +31,11 @@
|
||||
"Daily",
|
||||
"Hard",
|
||||
"Exercise",
|
||||
"Sos"
|
||||
"Sos",
|
||||
"EventAb",
|
||||
"EventSp",
|
||||
"RaidDaily",
|
||||
"WarArchives"
|
||||
],
|
||||
"Opsi": [
|
||||
"OpsiGeneral",
|
||||
|
||||
@@ -19,6 +19,20 @@ Event:
|
||||
Campaign:
|
||||
Mode: normal
|
||||
AmbushEvade: true
|
||||
Raid:
|
||||
Campaign:
|
||||
Name: dynamic
|
||||
Mode: normal
|
||||
UseClearMode: true
|
||||
UseFleetLock: true
|
||||
UseAutoSearch: false
|
||||
Use2xBook: false
|
||||
AmbushEvade: true
|
||||
StopCondition:
|
||||
RunCount: 0
|
||||
MapAchievement: non_stop
|
||||
GetNewShip: false
|
||||
ReachLevel120: false
|
||||
C11AffinityFarming:
|
||||
Campaign:
|
||||
Name: campaign_1_1_affinity_farming
|
||||
@@ -185,6 +199,57 @@ Sos:
|
||||
GetNewShip: false
|
||||
Fleet:
|
||||
AutoSearchFleetOrder: fleet1_all_fleet2_standby
|
||||
EventAb:
|
||||
Scheduler:
|
||||
SuccessInterval: 30
|
||||
FailureInterval: 30
|
||||
ServerUpdate: 00:00
|
||||
Campaign:
|
||||
Name: dynamic
|
||||
Mode: normal
|
||||
AmbushEvade: true
|
||||
StopCondition:
|
||||
RunCount: 0
|
||||
MapAchievement: non_stop
|
||||
GetNewShip: false
|
||||
ReachLevel120: false
|
||||
EventSp:
|
||||
Scheduler:
|
||||
SuccessInterval: 30
|
||||
FailureInterval: 30
|
||||
ServerUpdate: 00:00
|
||||
Campaign:
|
||||
Name: sp
|
||||
Mode: normal
|
||||
AmbushEvade: true
|
||||
StopCondition:
|
||||
RunCount: 0
|
||||
MapAchievement: non_stop
|
||||
GetNewShip: false
|
||||
ReachLevel120: false
|
||||
RaidDaily:
|
||||
Scheduler:
|
||||
SuccessInterval: 30
|
||||
FailureInterval: 30
|
||||
ServerUpdate: 00:00
|
||||
Campaign:
|
||||
Name: dynamic
|
||||
Mode: normal
|
||||
UseClearMode: true
|
||||
UseFleetLock: true
|
||||
UseAutoSearch: false
|
||||
Use2xBook: false
|
||||
AmbushEvade: true
|
||||
StopCondition:
|
||||
RunCount: 0
|
||||
MapAchievement: non_stop
|
||||
GetNewShip: false
|
||||
ReachLevel120: false
|
||||
WarArchives:
|
||||
Scheduler:
|
||||
SuccessInterval: 30
|
||||
FailureInterval: 30
|
||||
ServerUpdate: 00:00
|
||||
|
||||
# ==================== Opsi ====================
|
||||
|
||||
|
||||
@@ -35,6 +35,7 @@ Event:
|
||||
Raid:
|
||||
- Scheduler
|
||||
- Raid
|
||||
- Campaign
|
||||
- StopCondition
|
||||
- Emotion
|
||||
C11AffinityFarming:
|
||||
@@ -140,6 +141,37 @@ Sos:
|
||||
- Submarine
|
||||
- Emotion
|
||||
- HpControl
|
||||
EventAb:
|
||||
- Scheduler
|
||||
- EventAb
|
||||
- Campaign
|
||||
- StopCondition
|
||||
- Fleet
|
||||
- Submarine
|
||||
- Emotion
|
||||
- HpControl
|
||||
EventSp:
|
||||
- Scheduler
|
||||
- Campaign
|
||||
- StopCondition
|
||||
- Fleet
|
||||
- Submarine
|
||||
- Emotion
|
||||
- HpControl
|
||||
RaidDaily:
|
||||
- Scheduler
|
||||
- RaidDaily
|
||||
- Campaign
|
||||
- StopCondition
|
||||
- Emotion
|
||||
WarArchives:
|
||||
- Scheduler
|
||||
- Campaign
|
||||
- StopCondition
|
||||
- Fleet
|
||||
- Submarine
|
||||
- Emotion
|
||||
- HpControl
|
||||
|
||||
# ==================== Opsi ====================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user