1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-17 07:35:25 +08:00

Add: Option for GemFarming equipment change

This commit is contained in:
2024-07-23 15:03:37 +08:00
parent 5fbc779c3f
commit d8f62e2884
10 changed files with 62 additions and 19 deletions

View File

@@ -1624,6 +1624,10 @@
"z20_or_z21"
]
},
"EnableEquipmentCode": {
"type": "checkbox",
"value": false
},
"EquipmentCode": {
"type": "textarea",
"value": "DD: null\nbogue: null\nhermes: null\nlangley: null\nranger: null",

View File

@@ -277,6 +277,7 @@ GemsFarming:
CommonDD:
value: any
option: [ any, favourite, aulick_or_foote , cassin_or_downes, z20_or_z21 ]
EnableEquipmentCode: false
EquipmentCode:
type: textarea
mode: yaml

View File

@@ -155,6 +155,7 @@ class GeneratedConfig:
GemsFarming_StopIFAutoNotEnsured = True
GemsFarming_CommonCV = 'any' # any, langley, bogue, ranger, hermes
GemsFarming_CommonDD = 'any' # any, favourite, aulick_or_foote, cassin_or_downes, z20_or_z21
GemsFarming_EnableEquipmentCode = False
GemsFarming_EquipmentCode = 'DD: null\nbogue: null\nhermes: null\nlangley: null\nranger: null'
GemsFarming_CommissionLimit = True

View File

@@ -1180,10 +1180,14 @@
"cassin_or_downes": "Cassin or Downes",
"z20_or_z21": "Z20 or Z21"
},
"EquipmentCode": {
"name": "Gear Code",
"EnableEquipmentCode": {
"name": "Using Gear Code to Change Equipments",
"help": "Only works when 'Change Ship + Gears' is chosen.\nWhen changing to corresponding CV/CVL/DD, if gear code is provided, alas will apply it, else alas will use exported gear code from previous ship and modify the config."
},
"EquipmentCode": {
"name": "",
"help": ""
},
"CommissionLimit": {
"name": "Prevent Too Many Urgent Commissions",
"help": "When running 7x24, prevent having a lot of urgent commissions and not being able to complete daily commissions. It is recommended to select only short-terms and high-yields in the commission filter"

View File

@@ -1180,6 +1180,10 @@
"cassin_or_downes": "GemsFarming.CommonDD.cassin_or_downes",
"z20_or_z21": "GemsFarming.CommonDD.z20_or_z21"
},
"EnableEquipmentCode": {
"name": "GemsFarming.EnableEquipmentCode.name",
"help": "GemsFarming.EnableEquipmentCode.help"
},
"EquipmentCode": {
"name": "GemsFarming.EquipmentCode.name",
"help": "GemsFarming.EquipmentCode.help"

View File

@@ -1180,10 +1180,14 @@
"cassin_or_downes": "卡辛或唐斯",
"z20_or_z21": "Z20或Z21"
},
"EquipmentCode": {
"name": "装备码",
"EnableEquipmentCode": {
"name": "使用装备码更换装备",
"help": "仅当选择“更换舰船 + 装备”时生效。在更换舰船时,若指定了对应舰船的装备码则会直接应用,否则会使用前一艘舰船导出的装备码,并修改设置。"
},
"EquipmentCode": {
"name": "",
"help": ""
},
"CommissionLimit": {
"name": "防止紧急委托数量过多",
"help": "在7x24运行时防止紧急委托数量过多做不完每日委托建议在委托过滤器仅选择短时长高收益委托"

View File

@@ -1180,9 +1180,13 @@
"cassin_or_downes": "卡辛或唐斯",
"z20_or_z21": "Z20或Z21"
},
"EnableEquipmentCode": {
"name": "使用裝備碼更換裝備",
"help": "僅當選擇“更換艦船 + 裝備”時生效。在更換艦船時,若制定了對應艦船的裝備碼則會直接應用,否則會使用前一艘艦船導出的裝備碼,並調整設定。"
},
"EquipmentCode": {
"name": "裝備碼",
"help": "僅當選擇“更換艦船 + 裝備”時生效。在更換艦船時,若制定了對應艦船的裝備碼則會直接應用,否則會使用前一艘艦船導出的裝備碼,並調整設定"
"name": "",
"help": ""
},
"CommissionLimit": {
"name": "防止緊急委託數量過多",