1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 09:48:20 +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,