mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 10:58:21 +08:00
Add: Purchase DR blueprints in shipyard (#2149)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user