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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user