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:
@@ -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",
|
||||
|
||||
@@ -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 ]
|
||||
|
||||
@@ -6,6 +6,15 @@
|
||||
|
||||
# ==================== Farm ====================
|
||||
|
||||
GemsFarming:
|
||||
EquipmentCode:
|
||||
Config: |-
|
||||
DD: null
|
||||
bogue: null
|
||||
hermes: null
|
||||
langley: null
|
||||
ranger: null
|
||||
|
||||
# ==================== Event ====================
|
||||
|
||||
EventA:
|
||||
|
||||
@@ -58,6 +58,7 @@ Farm:
|
||||
GemsFarming:
|
||||
- Scheduler
|
||||
- GemsFarming
|
||||
- EquipmentCode
|
||||
- Campaign
|
||||
- StopCondition
|
||||
- Fleet
|
||||
|
||||
Reference in New Issue
Block a user