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

Add: Collect battle pass rewards

This commit is contained in:
LmeSzinc
2021-12-03 17:32:10 +08:00
parent 11a38f1879
commit ff7c875f3f
24 changed files with 252 additions and 3 deletions

View File

@@ -3564,6 +3564,41 @@
}
}
},
"BattlePass": {
"Scheduler": {
"Enable": {
"type": "checkbox",
"value": false
},
"NextRun": {
"type": "input",
"value": "2020-01-01 00:00:00",
"validate": "datetime"
},
"Command": {
"type": "disable",
"value": "BattlePass"
},
"SuccessInterval": {
"type": "disable",
"value": 30
},
"FailureInterval": {
"type": "disable",
"value": 30
},
"ServerUpdate": {
"type": "disable",
"value": "00:00"
}
},
"BattlePass": {
"BattlePassReward": {
"type": "checkbox",
"value": true
}
}
},
"Daily": {
"Scheduler": {
"Enable": {

View File

@@ -341,6 +341,8 @@ Gacha:
UseDrill: false
SupplyPack:
WeeklyFreeSupplyPack: true
BattlePass:
BattlePassReward: true
# ==================== Daily ====================

View File

@@ -28,7 +28,8 @@
"Shipyard",
"Gacha",
"DataKey",
"SupplyPack"
"SupplyPack",
"BattlePass"
],
"Daily": [
"Daily",

View File

@@ -181,6 +181,11 @@ SupplyPack:
SuccessInterval: 30
FailureInterval: 30
ServerUpdate: 00:00
BattlePass:
Scheduler:
SuccessInterval: 30
FailureInterval: 30
ServerUpdate: 00:00
# ==================== Daily ====================

View File

@@ -124,6 +124,9 @@ DataKey:
SupplyPack:
- Scheduler
- SupplyPack
BattlePass:
- Scheduler
- BattlePass
# ==================== Daily ====================

View File

@@ -233,6 +233,9 @@ class GeneratedConfig:
# Group `SupplyPack`
SupplyPack_WeeklyFreeSupplyPack = True
# Group `BattlePass`
BattlePass_BattlePassReward = True
# Group `Daily`
Daily_UseDailySkip = True
Daily_EscortMission = 'first' # skip, first, second, third

View File

@@ -8,7 +8,7 @@ class ManualConfig:
Restart
> Research > Commission > Tactical > Dorm > Meowfficer > Guild
> Gacha > SupplyPack
> Reward
> Reward > BattlePass
> ShopFrequent > ShopOnce > Shipyard > DataKey
> OpsiExplore > OpsiObscure
> Exercise > Daily > Hard > OpsiAshAssist

View File

@@ -126,6 +126,10 @@
"name": "Supply Pack",
"help": ""
},
"BattlePass": {
"name": "Battle Pass",
"help": ""
},
"Daily": {
"name": "Daily",
"help": ""
@@ -1266,6 +1270,16 @@
"help": ""
}
},
"BattlePass": {
"_info": {
"name": "Battle Pass Settings",
"help": ""
},
"BattlePassReward": {
"name": "Receive Cruise Missions Rewards",
"help": ""
}
},
"Daily": {
"_info": {
"name": "Daily Settings",

View File

@@ -126,6 +126,10 @@
"name": "Task.SupplyPack.name",
"help": "Task.SupplyPack.help"
},
"BattlePass": {
"name": "Task.BattlePass.name",
"help": "Task.BattlePass.help"
},
"Daily": {
"name": "Task.Daily.name",
"help": "Task.Daily.help"
@@ -1266,6 +1270,16 @@
"help": "SupplyPack.WeeklyFreeSupplyPack.help"
}
},
"BattlePass": {
"_info": {
"name": "BattlePass._info.name",
"help": "BattlePass._info.help"
},
"BattlePassReward": {
"name": "BattlePass.BattlePassReward.name",
"help": "BattlePass.BattlePassReward.help"
}
},
"Daily": {
"_info": {
"name": "Daily._info.name",

View File

@@ -126,6 +126,10 @@
"name": "优惠礼包",
"help": ""
},
"BattlePass": {
"name": "大月卡",
"help": ""
},
"Daily": {
"name": "每日任务",
"help": ""
@@ -1266,6 +1270,16 @@
"help": ""
}
},
"BattlePass": {
"_info": {
"name": "大月卡",
"help": ""
},
"BattlePassReward": {
"name": "领取大月卡奖励",
"help": ""
}
},
"Daily": {
"_info": {
"name": "每日任务",

View File

@@ -126,6 +126,10 @@
"name": "優惠禮包",
"help": ""
},
"BattlePass": {
"name": "大月卡",
"help": ""
},
"Daily": {
"name": "每日任務",
"help": ""
@@ -1266,6 +1270,16 @@
"help": ""
}
},
"BattlePass": {
"_info": {
"name": "大月卡",
"help": ""
},
"BattlePassReward": {
"name": "領取大月卡獎勵",
"help": ""
}
},
"Daily": {
"_info": {
"name": "每日任務",