1
0
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:
星ノ谷绫沫
2024-05-06 00:47:30 +08:00
committed by GitHub
parent b80f3533a1
commit 543154eb8b
9 changed files with 144 additions and 39 deletions

View File

@@ -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": {