1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 08:38:20 +08:00

Fix Guild scheduler time

This commit is contained in:
SaigyoujiYukon
2021-12-13 13:07:12 +08:00
parent 1d66de1b45
commit 73b7748a07
4 changed files with 16 additions and 3 deletions

View File

@@ -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": {

View File

@@ -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

View File

@@ -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",