1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 02:48:23 +08:00

Add: Medicine Tactics (MAA)

This commit is contained in:
SarContDeli
2023-02-22 20:17:00 +08:00
parent 8093a09da6
commit 40dce2d61a
10 changed files with 71 additions and 42 deletions

View File

@@ -185,16 +185,21 @@
"value": "Annihilation",
"display": "hide"
},
"MedicineTactics": {
"type": "select",
"value": "no_use",
"option": [
"no_use",
"expiring",
"run_out"
],
"display": "hide"
},
"Medicine": {
"type": "input",
"value": 0,
"display": "hide"
},
"RunOutOfMedicine": {
"type": "checkbox",
"value": false,
"display": "hide"
},
"Stone": {
"type": "input",
"value": 0,
@@ -284,15 +289,20 @@
"type": "input",
"value": null
},
"MedicineTactics": {
"type": "select",
"value": "no_use",
"option": [
"no_use",
"expiring",
"run_out"
],
"display": "hide"
},
"Medicine": {
"type": "input",
"value": null
},
"RunOutOfMedicine": {
"type": "checkbox",
"value": false,
"display": "hide"
},
"Stone": {
"type": "input",
"value": null
@@ -378,15 +388,20 @@
"type": "input",
"value": null
},
"MedicineTactics": {
"type": "select",
"value": "no_use",
"option": [
"no_use",
"expiring",
"run_out"
]
},
"Medicine": {
"type": "input",
"value": null,
"display": "hide"
},
"RunOutOfMedicine": {
"type": "checkbox",
"value": false
},
"Stone": {
"type": "input",
"value": null,

View File

@@ -59,8 +59,10 @@ MaaFight:
value: last
option: [last, 1-7, LS-6, CA-5, SK-5, AP-5, CE-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: null
MedicineTactics:
value: no_use
option: [no_use, expiring, run_out]
Medicine: null
RunOutOfMedicine: false
Stone: null
Times: null
Drops:

View File

@@ -18,7 +18,7 @@ MaaAnnihilation:
Stage: custom
CustomStage: Annihilation
Medicine: 0
RunOutOfMedicine: false
MedicineTactics: no_use
Stone: 0
Times: 5
Drops: null
@@ -26,7 +26,7 @@ MaaAnnihilation:
MaaMaterial:
MaaFight:
RunOutOfMedicine: false
MedicineTactics: no_use
MaaFight:
MaaFight: