mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 23:18:22 +08:00
Opt: Optimized logic of MaaMaterial
This commit is contained in:
@@ -158,23 +158,19 @@
|
||||
},
|
||||
"CustomStage": {
|
||||
"type": "input",
|
||||
"value": null,
|
||||
"valuetype": "str"
|
||||
"value": null
|
||||
},
|
||||
"Medicine": {
|
||||
"type": "input",
|
||||
"value": 0,
|
||||
"display": "hide"
|
||||
"value": null
|
||||
},
|
||||
"Stone": {
|
||||
"type": "input",
|
||||
"value": 0,
|
||||
"display": "hide"
|
||||
"value": null
|
||||
},
|
||||
"Times": {
|
||||
"type": "input",
|
||||
"value": 5,
|
||||
"display": "hide"
|
||||
"value": null
|
||||
},
|
||||
"Drops": {
|
||||
"type": "textarea",
|
||||
@@ -211,7 +207,7 @@
|
||||
},
|
||||
"FailureInterval": {
|
||||
"type": "input",
|
||||
"value": 120,
|
||||
"value": 480,
|
||||
"display": "hide"
|
||||
},
|
||||
"ServerUpdate": {
|
||||
@@ -244,20 +240,19 @@
|
||||
},
|
||||
"CustomStage": {
|
||||
"type": "input",
|
||||
"value": null,
|
||||
"valuetype": "str"
|
||||
"value": null
|
||||
},
|
||||
"Medicine": {
|
||||
"type": "input",
|
||||
"value": 0
|
||||
"value": null
|
||||
},
|
||||
"Stone": {
|
||||
"type": "input",
|
||||
"value": 0
|
||||
"value": null
|
||||
},
|
||||
"Times": {
|
||||
"type": "input",
|
||||
"value": 0
|
||||
"value": null
|
||||
},
|
||||
"Drops": {
|
||||
"type": "textarea",
|
||||
@@ -325,23 +320,19 @@
|
||||
},
|
||||
"CustomStage": {
|
||||
"type": "input",
|
||||
"value": null,
|
||||
"valuetype": "str"
|
||||
"value": null
|
||||
},
|
||||
"Medicine": {
|
||||
"type": "input",
|
||||
"value": 0,
|
||||
"display": "hide"
|
||||
"value": null
|
||||
},
|
||||
"Stone": {
|
||||
"type": "input",
|
||||
"value": 0,
|
||||
"display": "hide"
|
||||
"value": null
|
||||
},
|
||||
"Times": {
|
||||
"type": "input",
|
||||
"value": 0,
|
||||
"display": "hide"
|
||||
"value": null
|
||||
},
|
||||
"Drops": {
|
||||
"type": "textarea",
|
||||
|
||||
@@ -57,12 +57,10 @@ MaaFight:
|
||||
Stage:
|
||||
value: last
|
||||
option: [last, 1-7, CE-6, AP-5, CA-5, LS-6, PR-A-1, PR-A-2, PR-B-1, PR-B-2, PR-C-1, PR-C-2, PR-D-1, PR-D-2, custom]
|
||||
CustomStage:
|
||||
value: null
|
||||
valuetype: str
|
||||
Medicine: 0
|
||||
Stone: 0
|
||||
Times: 0
|
||||
CustomStage: null
|
||||
Medicine: null
|
||||
Stone: null
|
||||
Times: null
|
||||
Drops:
|
||||
value: null
|
||||
type: textarea
|
||||
|
||||
@@ -13,6 +13,10 @@ MaaStartup:
|
||||
FailureInterval: 0
|
||||
ServerUpdate: 04:00
|
||||
|
||||
MaaMaterial:
|
||||
Scheduler:
|
||||
FailureInterval: 480
|
||||
|
||||
MaaAnnihilation:
|
||||
Scheduler:
|
||||
SuccessInterval: 480
|
||||
|
||||
Reference in New Issue
Block a user