1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-19 00:13:35 +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

@@ -652,7 +652,7 @@
"Command": "Guild", "Command": "Guild",
"SuccessInterval": 30, "SuccessInterval": 30,
"FailureInterval": 30, "FailureInterval": 30,
"ServerUpdate": "00:00, 12:00, 18:00, 21:00" "ServerUpdate": "00:00, 06:00, 12:00, 18:00, 21:00"
}, },
"GuildLogistics": { "GuildLogistics": {
"Enable": true, "Enable": true,

View File

@@ -3076,7 +3076,7 @@
}, },
"ServerUpdate": { "ServerUpdate": {
"type": "disable", "type": "disable",
"value": "00:00, 12:00, 18:00, 21:00" "value": "00:00, 06:00, 12:00, 18:00, 21:00"
} }
}, },
"GuildLogistics": { "GuildLogistics": {

View File

@@ -145,7 +145,7 @@ Guild:
Scheduler: Scheduler:
SuccessInterval: 30 SuccessInterval: 30
FailureInterval: 30 FailureInterval: 30
ServerUpdate: 00:00, 12:00, 18:00, 21:00 ServerUpdate: 00:00, 06:00, 12:00, 18:00, 21:00
Reward: Reward:
Scheduler: Scheduler:
SuccessInterval: 60-120 SuccessInterval: 60-120

View File

@@ -758,6 +758,19 @@
"help": "HpControl.LowHpRetreatThreshold.help" "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": { "Raid": {
"_info": { "_info": {
"name": "Raid._info.name", "name": "Raid._info.name",