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:
@@ -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,
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user