mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 22:08:20 +08:00
Fix Guild scheduler time
This commit is contained in:
@@ -3076,7 +3076,7 @@
|
||||
},
|
||||
"ServerUpdate": {
|
||||
"type": "disable",
|
||||
"value": "00:00, 12:00, 18:00, 21:00"
|
||||
"value": "00:00, 06:00, 12:00, 18:00, 21:00"
|
||||
}
|
||||
},
|
||||
"GuildLogistics": {
|
||||
|
||||
@@ -145,7 +145,7 @@ Guild:
|
||||
Scheduler:
|
||||
SuccessInterval: 30
|
||||
FailureInterval: 30
|
||||
ServerUpdate: 00:00, 12:00, 18:00, 21:00
|
||||
ServerUpdate: 00:00, 06:00, 12:00, 18:00, 21:00
|
||||
Reward:
|
||||
Scheduler:
|
||||
SuccessInterval: 60-120
|
||||
|
||||
@@ -758,6 +758,19 @@
|
||||
"help": "HpControl.LowHpRetreatThreshold.help"
|
||||
}
|
||||
},
|
||||
"EnemyPriority": {
|
||||
"_info": {
|
||||
"name": "EnemyPriority._info.name",
|
||||
"help": "EnemyPriority._info.help"
|
||||
},
|
||||
"EnemyScaleBalanceWeight": {
|
||||
"name": "EnemyPriority.EnemyScaleBalanceWeight.name",
|
||||
"help": "EnemyPriority.EnemyScaleBalanceWeight.help",
|
||||
"default_mode": "default_mode",
|
||||
"S3_enemy_first": "S3_enemy_first",
|
||||
"S1_enemy_first": "S1_enemy_first"
|
||||
}
|
||||
},
|
||||
"Raid": {
|
||||
"_info": {
|
||||
"name": "Raid._info.name",
|
||||
|
||||
Reference in New Issue
Block a user