mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 13:17:00 +08:00
Upd: MAA Roguelike (#3724)
* Fix: Wrong params in MAA infrast * Upd: MAA Roguelike
This commit is contained in:
@@ -652,7 +652,7 @@
|
||||
"MaaInfrast": {
|
||||
"Facility": {
|
||||
"type": "textarea",
|
||||
"value": "Mfg > Trade > Power > Control > Reception > Office > Dorm"
|
||||
"value": "Training > Mfg > Trade > Power > Control > Reception > Office > Dorm"
|
||||
},
|
||||
"Drones": {
|
||||
"type": "select",
|
||||
@@ -908,7 +908,8 @@
|
||||
"value": 0,
|
||||
"option": [
|
||||
0,
|
||||
1
|
||||
1,
|
||||
4
|
||||
]
|
||||
},
|
||||
"StartsCount": {
|
||||
@@ -927,6 +928,10 @@
|
||||
"type": "select",
|
||||
"value": "指挥分队",
|
||||
"option": [
|
||||
"永恒狩猎分队",
|
||||
"生活至上分队",
|
||||
"科学主义分队",
|
||||
"特训分队",
|
||||
"心胜于物分队",
|
||||
"物尽其用分队",
|
||||
"以人为本分队",
|
||||
@@ -964,6 +969,19 @@
|
||||
"friend_support",
|
||||
"nonfriend_support"
|
||||
]
|
||||
},
|
||||
"startWithEliteTwo": {
|
||||
"type": "select",
|
||||
"value": "no_use",
|
||||
"option": [
|
||||
"no_use",
|
||||
"start_with_elite_two",
|
||||
"only_start_with_elite_two"
|
||||
]
|
||||
},
|
||||
"refreshTraderWithDice": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
}
|
||||
},
|
||||
"Storage": {
|
||||
|
||||
Reference in New Issue
Block a user