1
0
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:
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",