mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-17 01:45:25 +08:00
Add: Support daily Module Development
This commit is contained in:
@@ -5217,6 +5217,27 @@
|
||||
"second",
|
||||
"third"
|
||||
]
|
||||
},
|
||||
"ModuleDevelopment": {
|
||||
"type": "select",
|
||||
"value": "first",
|
||||
"option": [
|
||||
"skip",
|
||||
"first",
|
||||
"second"
|
||||
]
|
||||
},
|
||||
"ModuleDevelopmentFleet": {
|
||||
"type": "select",
|
||||
"value": 5,
|
||||
"option": [
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -465,6 +465,12 @@ Daily:
|
||||
SupplyLineDisruption:
|
||||
value: second
|
||||
option: [skip, first, second, third]
|
||||
ModuleDevelopment:
|
||||
value: first
|
||||
option: [skip, first, second]
|
||||
ModuleDevelopmentFleet:
|
||||
value: 5
|
||||
option: [1, 2, 3, 4, 5, 6]
|
||||
Hard:
|
||||
HardStage: 11-4
|
||||
HardFleet:
|
||||
|
||||
Reference in New Issue
Block a user