1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-07-13 02:54:25 +08:00

Add: config for equipment code in GemsFarming

This commit is contained in:
guoh064
2026-04-02 15:12:58 +08:00
committed by guoh064
parent f2860f224b
commit 608a5a7a63
10 changed files with 74 additions and 7 deletions

View File

@@ -1599,6 +1599,14 @@
}
},
"GemsFarming": {
"ChangeFlagship": {
"type": "select",
"value": "ship",
"option": [
"ship",
"ship_equip"
]
},
"CommonCV": {
"type": "select",
"value": "any",
@@ -1615,7 +1623,8 @@
"value": "ship",
"option": [
"disabled",
"ship"
"ship",
"ship_equip"
]
},
"CommonDD": {
@@ -1634,6 +1643,17 @@
"value": true
}
},
"EquipmentCode": {
"ExportToConfig": {
"type": "checkbox",
"value": true
},
"Config": {
"type": "textarea",
"value": "DD: null\nbogue: null\nhermes: null\nlangley: null\nranger: null",
"mode": "yaml"
}
},
"Campaign": {
"Name": {
"type": "input",

View File

@@ -266,12 +266,15 @@ C124LargeLeveling:
value: 3
option: [ 3, 4, 5 ]
GemsFarming:
ChangeFlagship:
value: ship
option: [ ship, ship_equip ]
CommonCV:
value: any
option: [ any, langley, bogue, ranger, hermes ]
ChangeVanguard:
value: ship
option: [ disabled, ship ]
option: [ disabled, ship, ship_equip ]
CommonDD:
value: any
option: [ any, favourite, aulick_or_foote , cassin_or_downes, z20_or_z21 ]

View File

@@ -6,6 +6,15 @@
# ==================== Farm ====================
GemsFarming:
EquipmentCode:
Config: |-
DD: null
bogue: null
hermes: null
langley: null
ranger: null
# ==================== Event ====================
EventA:

View File

@@ -58,6 +58,7 @@ Farm:
GemsFarming:
- Scheduler
- GemsFarming
- EquipmentCode
- Campaign
- StopCondition
- Fleet