mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 16:47:03 +08:00
Feat: Purchase Quantity Control for Skin Boxes
This commit is contained in:
@@ -9475,8 +9475,17 @@
|
||||
"value": false
|
||||
},
|
||||
"BuySkinBox": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
"type": "select",
|
||||
"value": "disabled",
|
||||
"option": [
|
||||
"disabled",
|
||||
"unlimited",
|
||||
"specified"
|
||||
]
|
||||
},
|
||||
"BuySkinBoxAmount": {
|
||||
"type": "input",
|
||||
"value": 0
|
||||
},
|
||||
"ConsumeCoins": {
|
||||
"type": "checkbox",
|
||||
|
||||
@@ -763,7 +763,10 @@ Island15:
|
||||
GeneralShop:
|
||||
UseGems: false
|
||||
Refresh: false
|
||||
BuySkinBox: false
|
||||
BuySkinBox:
|
||||
value: disabled
|
||||
option: [ disabled, unlimited, specified ]
|
||||
BuySkinBoxAmount: 0
|
||||
ConsumeCoins: false
|
||||
Filter: |-
|
||||
BookRedT3 > BookYellowT3 > BookBlueT3 > BookRedT2
|
||||
|
||||
Reference in New Issue
Block a user