mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 20:58:19 +08:00
Add: Re-add RetireAmount
This commit is contained in:
@@ -298,6 +298,14 @@
|
||||
"keep_limit_break",
|
||||
"do_not_keep"
|
||||
]
|
||||
},
|
||||
"RetireAmount": {
|
||||
"type": "select",
|
||||
"value": "retire_all",
|
||||
"option": [
|
||||
"retire_all",
|
||||
"retire_10"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Enhance": {
|
||||
@@ -334,6 +342,14 @@
|
||||
"SSR": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
},
|
||||
"RetireAmount": {
|
||||
"type": "select",
|
||||
"value": "retire_all",
|
||||
"option": [
|
||||
"retire_all",
|
||||
"retire_10"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Storage": {
|
||||
|
||||
@@ -93,6 +93,9 @@ OneClickRetire:
|
||||
KeepLimitBreak:
|
||||
value: keep_limit_break
|
||||
option: [ keep_limit_break, do_not_keep ]
|
||||
RetireAmount:
|
||||
value: retire_all
|
||||
option: [ retire_all, retire_10 ]
|
||||
Enhance:
|
||||
ShipToEnhance:
|
||||
value: all
|
||||
@@ -104,6 +107,9 @@ OldRetire:
|
||||
R: true
|
||||
SR: false
|
||||
SSR: false
|
||||
RetireAmount:
|
||||
value: retire_all
|
||||
option: [ retire_all, retire_10 ]
|
||||
|
||||
# ==================== Farm ====================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user