mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-15 20:27:22 +08:00
Upd: move meta_reward execution as subtask under OpsiAshBeacon and AshBeaconAssist
This commit is contained in:
@@ -6337,45 +6337,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"MetaReward": {
|
||||
"Scheduler": {
|
||||
"Enable": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
},
|
||||
"NextRun": {
|
||||
"type": "datetime",
|
||||
"value": "2020-01-01 00:00:00",
|
||||
"validate": "datetime"
|
||||
},
|
||||
"Command": {
|
||||
"type": "input",
|
||||
"value": "MetaReward",
|
||||
"display": "hide"
|
||||
},
|
||||
"SuccessInterval": {
|
||||
"type": "input",
|
||||
"value": 30,
|
||||
"display": "hide"
|
||||
},
|
||||
"FailureInterval": {
|
||||
"type": "input",
|
||||
"value": 30,
|
||||
"display": "hide"
|
||||
},
|
||||
"ServerUpdate": {
|
||||
"type": "input",
|
||||
"value": "00:00",
|
||||
"display": "hide"
|
||||
}
|
||||
},
|
||||
"MetaReward": {
|
||||
"MetaReward": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"Daily": {
|
||||
"Scheduler": {
|
||||
"Enable": {
|
||||
|
||||
@@ -466,8 +466,6 @@ Mail:
|
||||
Delete: false
|
||||
SupplyPack:
|
||||
WeeklyFreeSupplyPack: true
|
||||
MetaReward:
|
||||
MetaReward: true
|
||||
|
||||
# ==================== Daily ====================
|
||||
|
||||
|
||||
@@ -54,9 +54,6 @@ Reward:
|
||||
Freebies:
|
||||
Scheduler:
|
||||
Enable: true
|
||||
MetaReward:
|
||||
Scheduler:
|
||||
Enable: true
|
||||
|
||||
# ==================== DailyMission ====================
|
||||
|
||||
|
||||
@@ -38,8 +38,7 @@
|
||||
"ShopOnce",
|
||||
"Shipyard",
|
||||
"Gacha",
|
||||
"Freebies",
|
||||
"MetaReward"
|
||||
"Freebies"
|
||||
],
|
||||
"DailyMission": [
|
||||
"Daily",
|
||||
|
||||
@@ -265,11 +265,6 @@ Freebies:
|
||||
SuccessInterval: 30
|
||||
FailureInterval: 30
|
||||
ServerUpdate: 00:00
|
||||
MetaReward:
|
||||
Scheduler:
|
||||
SuccessInterval: 30
|
||||
FailureInterval: 30
|
||||
ServerUpdate: 00:00
|
||||
|
||||
# ==================== Daily ====================
|
||||
|
||||
|
||||
@@ -193,9 +193,6 @@ Freebies:
|
||||
- DataKey
|
||||
- Mail
|
||||
- SupplyPack
|
||||
MetaReward:
|
||||
- Scheduler
|
||||
- MetaReward
|
||||
|
||||
# ==================== DailyMission ====================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user