mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 12:08:21 +08:00
Add: [Tmp] Island Project
This commit is contained in:
@@ -7898,6 +7898,57 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Island": {
|
||||
"Scheduler": {
|
||||
"Enable": {
|
||||
"type": "checkbox",
|
||||
"value": false,
|
||||
"option": [
|
||||
true,
|
||||
false
|
||||
]
|
||||
},
|
||||
"NextRun": {
|
||||
"type": "datetime",
|
||||
"value": "2020-01-01 00:00:00",
|
||||
"validate": "datetime"
|
||||
},
|
||||
"Command": {
|
||||
"type": "input",
|
||||
"value": "Island",
|
||||
"display": "hide"
|
||||
},
|
||||
"SuccessInterval": {
|
||||
"type": "input",
|
||||
"value": 0,
|
||||
"display": "hide"
|
||||
},
|
||||
"FailureInterval": {
|
||||
"type": "input",
|
||||
"value": 120,
|
||||
"display": "hide"
|
||||
},
|
||||
"ServerUpdate": {
|
||||
"type": "input",
|
||||
"value": "00:00",
|
||||
"display": "hide"
|
||||
}
|
||||
},
|
||||
"Island": {
|
||||
"ReceiveMiningForaging": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
}
|
||||
},
|
||||
"Storage": {
|
||||
"Storage": {
|
||||
"type": "storage",
|
||||
"value": {},
|
||||
"valuetype": "ignore",
|
||||
"display": "disabled"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Daily": {
|
||||
"Scheduler": {
|
||||
"Enable": {
|
||||
|
||||
@@ -485,6 +485,8 @@ Awaken:
|
||||
option: [ level120, level125 ]
|
||||
Favourite:
|
||||
value: false
|
||||
Island:
|
||||
ReceiveMiningForaging: True
|
||||
GeneralShop:
|
||||
UseGems: false
|
||||
Refresh: false
|
||||
|
||||
@@ -57,7 +57,8 @@
|
||||
"Meowfficer",
|
||||
"Guild",
|
||||
"Reward",
|
||||
"Awaken"
|
||||
"Awaken",
|
||||
"Island"
|
||||
]
|
||||
},
|
||||
"DailyMission": {
|
||||
|
||||
@@ -230,6 +230,9 @@ Reward:
|
||||
Awaken:
|
||||
- Scheduler
|
||||
- Awaken
|
||||
Island:
|
||||
- Scheduler
|
||||
- Island
|
||||
|
||||
# ==================== DailyMission ====================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user