1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-13 00:57:01 +08:00

Add: Purchase DR blueprints in shipyard (#2149)

This commit is contained in:
LmeSzinc
2023-01-30 17:34:09 +08:00
parent 83e768f86c
commit 518eb95c54
10 changed files with 283 additions and 32 deletions

View File

@@ -6451,14 +6451,54 @@
"display": "hide"
}
},
"Shipyard": {
"ShipyardDr": {
"ResearchSeries": {
"type": "input",
"value": 1
"type": "select",
"value": 2,
"option": [
2
]
},
"ShipIndex": {
"type": "select",
"value": 0,
"option": [
0,
1,
2,
3,
4,
5,
6
]
},
"BuyAmount": {
"type": "input",
"value": 0
"value": 2
}
},
"Shipyard": {
"ResearchSeries": {
"type": "select",
"value": 1,
"option": [
1,
2,
3
]
},
"ShipIndex": {
"type": "select",
"value": 0,
"option": [
0,
1,
2,
3,
4,
5,
6
]
},
"BuyAmount": {
"type": "input",

View File

@@ -460,9 +460,21 @@ MeritShop:
CoreShop:
Filter: |-
Array
ShipyardDr:
ResearchSeries:
value: 2
option: [ 2 ]
ShipIndex:
value: 0
option: [ 0, 1, 2, 3, 4, 5, 6 ]
BuyAmount: 2
Shipyard:
ResearchSeries: 1
ShipIndex: 0
ResearchSeries:
value: 1
option: [ 1, 2, 3 ]
ShipIndex:
value: 0
option: [ 0, 1, 2, 3, 4, 5, 6 ]
BuyAmount: 2
Gacha:
Pool:

View File

@@ -183,6 +183,7 @@ ShopOnce:
- CoreShop
Shipyard:
- Scheduler
- ShipyardDr
- Shipyard
Gacha:
- Scheduler