1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 06:18:21 +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:

View File

@@ -41,8 +41,8 @@ class GeneratedConfig:
# Group `MaaFight`
MaaFight_Stage = 'last' # 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
MaaFight_CustomStage = None
MaaFight_MedicineTactics = 'no_use' # no_use, expiring, run_out
MaaFight_Medicine = None
MaaFight_RunOutOfMedicine = False
MaaFight_Stone = None
MaaFight_Times = None
MaaFight_Drops = None

View File

@@ -205,14 +205,17 @@
"name": "MaaFight.CustomStage.name",
"help": "MaaFight.CustomStage.help"
},
"MedicineTactics": {
"name": "MaaFight.MedicineTactics.name",
"help": "MaaFight.MedicineTactics.help",
"no_use": "no_use",
"expiring": "expiring",
"run_out": "run_out"
},
"Medicine": {
"name": "MaaFight.Medicine.name",
"help": "MaaFight.Medicine.help"
},
"RunOutOfMedicine": {
"name": "MaaFight.RunOutOfMedicine.name",
"help": "MaaFight.RunOutOfMedicine.help"
},
"Stone": {
"name": "MaaFight.Stone.name",
"help": "MaaFight.Stone.help"

View File

@@ -205,14 +205,17 @@
"name": "MaaFight.CustomStage.name",
"help": "MaaFight.CustomStage.help"
},
"MedicineTactics": {
"name": "MaaFight.MedicineTactics.name",
"help": "MaaFight.MedicineTactics.help",
"no_use": "no_use",
"expiring": "expiring",
"run_out": "run_out"
},
"Medicine": {
"name": "MaaFight.Medicine.name",
"help": "MaaFight.Medicine.help"
},
"RunOutOfMedicine": {
"name": "MaaFight.RunOutOfMedicine.name",
"help": "MaaFight.RunOutOfMedicine.help"
},
"Stone": {
"name": "MaaFight.Stone.name",
"help": "MaaFight.Stone.help"

View File

@@ -203,16 +203,19 @@
},
"CustomStage": {
"name": "自定义关卡",
"help": "使用 \"自定义关卡\" 需要将 \"关卡选择\" 设置为 \"自定义\","
"help": "使用 \"自定义关卡\" 需要将 \"关卡选择\" 设置为 \"自定义\"\n可在关卡结尾输入 \"Normal/Hard\" 表示需要切换标准与磨难难度,例如 \"H10-1-Hard\""
},
"MedicineTactics": {
"name": "理智药策略",
"help": "",
"no_use": "不使用理智药",
"expiring": "48小时内过期的理智药",
"run_out": "清空理智药"
},
"Medicine": {
"name": "吃理智药",
"help": ""
},
"RunOutOfMedicine": {
"name": "清空理智药",
"help": ""
},
"Stone": {
"name": "吃源石",
"help": ""

View File

@@ -205,14 +205,17 @@
"name": "MaaFight.CustomStage.name",
"help": "MaaFight.CustomStage.help"
},
"MedicineTactics": {
"name": "MaaFight.MedicineTactics.name",
"help": "MaaFight.MedicineTactics.help",
"no_use": "no_use",
"expiring": "expiring",
"run_out": "run_out"
},
"Medicine": {
"name": "MaaFight.Medicine.name",
"help": "MaaFight.Medicine.help"
},
"RunOutOfMedicine": {
"name": "MaaFight.RunOutOfMedicine.name",
"help": "MaaFight.RunOutOfMedicine.help"
},
"Stone": {
"name": "MaaFight.Stone.name",
"help": "MaaFight.Stone.help"