mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Add: Receive META rewards (#863)
This commit is contained in:
@@ -4886,6 +4886,41 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"MetaReward": {
|
||||
"Scheduler": {
|
||||
"Enable": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
},
|
||||
"NextRun": {
|
||||
"type": "input",
|
||||
"value": "2020-01-01 00:00:00",
|
||||
"validate": "datetime"
|
||||
},
|
||||
"Command": {
|
||||
"type": "disable",
|
||||
"value": "MetaReward"
|
||||
},
|
||||
"SuccessInterval": {
|
||||
"type": "disable",
|
||||
"value": 30
|
||||
},
|
||||
"FailureInterval": {
|
||||
"type": "disable",
|
||||
"value": 30
|
||||
},
|
||||
"ServerUpdate": {
|
||||
"type": "disable",
|
||||
"value": "00:00"
|
||||
}
|
||||
},
|
||||
"MetaReward": {
|
||||
"MetaReward": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"Daily": {
|
||||
"Scheduler": {
|
||||
"Enable": {
|
||||
|
||||
@@ -377,6 +377,8 @@ SupplyPack:
|
||||
WeeklyFreeSupplyPack: true
|
||||
BattlePass:
|
||||
BattlePassReward: true
|
||||
MetaReward:
|
||||
MetaReward: true
|
||||
|
||||
# ==================== Daily ====================
|
||||
|
||||
|
||||
@@ -38,7 +38,8 @@
|
||||
"Gacha",
|
||||
"DataKey",
|
||||
"SupplyPack",
|
||||
"BattlePass"
|
||||
"BattlePass",
|
||||
"MetaReward"
|
||||
],
|
||||
"DailyMission": [
|
||||
"Daily",
|
||||
|
||||
@@ -241,6 +241,11 @@ BattlePass:
|
||||
SuccessInterval: 30
|
||||
FailureInterval: 30
|
||||
ServerUpdate: 00:00
|
||||
MetaReward:
|
||||
Scheduler:
|
||||
SuccessInterval: 30
|
||||
FailureInterval: 30
|
||||
ServerUpdate: 00:00
|
||||
|
||||
# ==================== Daily ====================
|
||||
|
||||
|
||||
@@ -167,6 +167,9 @@ SupplyPack:
|
||||
BattlePass:
|
||||
- Scheduler
|
||||
- BattlePass
|
||||
MetaReward:
|
||||
- Scheduler
|
||||
- MetaReward
|
||||
|
||||
# ==================== DailyMission ====================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user