mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 14:27:00 +08:00
Upd: MAA Fight&Recruit (#3736)
* Upd: MAA Fight&Recruit * Upd: MAA Fight&Recruit
This commit is contained in:
@@ -44,6 +44,10 @@
|
||||
"PenguinID": {
|
||||
"type": "input",
|
||||
"value": null
|
||||
},
|
||||
"ReportToYiTuLiu": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
}
|
||||
},
|
||||
"Emulator": {
|
||||
@@ -210,6 +214,18 @@
|
||||
"value": 5,
|
||||
"display": "hide"
|
||||
},
|
||||
"Series": {
|
||||
"type": "select",
|
||||
"value": 1,
|
||||
"option": [
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6
|
||||
]
|
||||
},
|
||||
"Drops": {
|
||||
"type": "textarea",
|
||||
"value": null,
|
||||
@@ -311,6 +327,18 @@
|
||||
"type": "input",
|
||||
"value": null
|
||||
},
|
||||
"Series": {
|
||||
"type": "select",
|
||||
"value": 1,
|
||||
"option": [
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6
|
||||
]
|
||||
},
|
||||
"Drops": {
|
||||
"type": "textarea",
|
||||
"value": null
|
||||
@@ -412,6 +440,18 @@
|
||||
"value": null,
|
||||
"display": "hide"
|
||||
},
|
||||
"Series": {
|
||||
"type": "select",
|
||||
"value": 1,
|
||||
"option": [
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6
|
||||
]
|
||||
},
|
||||
"Drops": {
|
||||
"type": "textarea",
|
||||
"value": null,
|
||||
@@ -606,6 +646,19 @@
|
||||
"Expedite": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
},
|
||||
"FirstTags": {
|
||||
"type": "input",
|
||||
"value": null
|
||||
},
|
||||
"ExtraTagsMode": {
|
||||
"type": "select",
|
||||
"value": 0,
|
||||
"option": [
|
||||
0,
|
||||
1,
|
||||
2
|
||||
]
|
||||
}
|
||||
},
|
||||
"Storage": {
|
||||
|
||||
@@ -53,6 +53,7 @@ MaaEmulator:
|
||||
MaaRecord:
|
||||
ReportToPenguin: false
|
||||
PenguinID: null
|
||||
ReportToYiTuLiu: false
|
||||
|
||||
MaaFight:
|
||||
Stage:
|
||||
@@ -65,6 +66,9 @@ MaaFight:
|
||||
Medicine: null
|
||||
Stone: null
|
||||
Times: null
|
||||
Series:
|
||||
value: 1
|
||||
option: [ 1,2,3,4,5,6 ]
|
||||
Drops:
|
||||
value: null
|
||||
type: textarea
|
||||
@@ -103,6 +107,10 @@ MaaRecruit:
|
||||
Level3ShortTime: True
|
||||
Times: 4
|
||||
Expedite: false
|
||||
FirstTags: null
|
||||
ExtraTagsMode:
|
||||
value: 0
|
||||
option: [ 0,1,2 ]
|
||||
|
||||
MaaInfrast:
|
||||
Facility:
|
||||
|
||||
Reference in New Issue
Block a user