mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 12:49:03 +08:00
Add: Purchase PR6 and DR5 blueprints in shipyard
This commit is contained in:
parent
e0b231bc58
commit
39ee794e41
@ -10269,7 +10269,8 @@
|
||||
"option": [
|
||||
2,
|
||||
3,
|
||||
4
|
||||
4,
|
||||
5
|
||||
]
|
||||
},
|
||||
"ShipIndex": {
|
||||
@ -10304,7 +10305,8 @@
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5
|
||||
5,
|
||||
6
|
||||
]
|
||||
},
|
||||
"ShipIndex": {
|
||||
|
||||
@ -756,7 +756,7 @@ CoreShop:
|
||||
ShipyardDr:
|
||||
ResearchSeries:
|
||||
value: 2
|
||||
option: [ 2, 3, 4 ]
|
||||
option: [ 2, 3, 4, 5 ]
|
||||
ShipIndex:
|
||||
value: 0
|
||||
option: [ 0, 1, 2, 3, 4, 5, 6 ]
|
||||
@ -765,7 +765,7 @@ ShipyardDr:
|
||||
Shipyard:
|
||||
ResearchSeries:
|
||||
value: 1
|
||||
option: [ 1, 2, 3, 4, 5 ]
|
||||
option: [ 1, 2, 3, 4, 5, 6 ]
|
||||
ShipIndex:
|
||||
value: 0
|
||||
option: [ 0, 1, 2, 3, 4, 5, 6 ]
|
||||
|
||||
@ -451,13 +451,13 @@ class GeneratedConfig:
|
||||
CoreShop_Filter = 'Array'
|
||||
|
||||
# Group `ShipyardDr`
|
||||
ShipyardDr_ResearchSeries = 2 # 2, 3, 4
|
||||
ShipyardDr_ResearchSeries = 2 # 2, 3, 4, 5
|
||||
ShipyardDr_ShipIndex = 0 # 0, 1, 2, 3, 4, 5, 6
|
||||
ShipyardDr_BuyAmount = 2
|
||||
ShipyardDr_LastRun = datetime.datetime(2020, 1, 1, 0, 0)
|
||||
|
||||
# Group `Shipyard`
|
||||
Shipyard_ResearchSeries = 1 # 1, 2, 3, 4, 5
|
||||
Shipyard_ResearchSeries = 1 # 1, 2, 3, 4, 5, 6
|
||||
Shipyard_ShipIndex = 0 # 0, 1, 2, 3, 4, 5, 6
|
||||
Shipyard_BuyAmount = 2
|
||||
Shipyard_LastRun = datetime.datetime(2020, 1, 1, 0, 0)
|
||||
|
||||
@ -3593,7 +3593,8 @@
|
||||
"help": "",
|
||||
"2": "DR2",
|
||||
"3": "DR3",
|
||||
"4": "DR4"
|
||||
"4": "DR4",
|
||||
"5": "DR5"
|
||||
},
|
||||
"ShipIndex": {
|
||||
"name": "Ship Index",
|
||||
@ -3627,7 +3628,8 @@
|
||||
"2": "PR2",
|
||||
"3": "PR3",
|
||||
"4": "PR4",
|
||||
"5": "PR5"
|
||||
"5": "PR5",
|
||||
"6": "PR6"
|
||||
},
|
||||
"ShipIndex": {
|
||||
"name": "Ship Index",
|
||||
|
||||
@ -3593,7 +3593,8 @@
|
||||
"help": "ShipyardDr.ResearchSeries.help",
|
||||
"2": "2",
|
||||
"3": "3",
|
||||
"4": "4"
|
||||
"4": "4",
|
||||
"5": "5"
|
||||
},
|
||||
"ShipIndex": {
|
||||
"name": "ShipyardDr.ShipIndex.name",
|
||||
@ -3627,7 +3628,8 @@
|
||||
"2": "2",
|
||||
"3": "3",
|
||||
"4": "4",
|
||||
"5": "5"
|
||||
"5": "5",
|
||||
"6": "6"
|
||||
},
|
||||
"ShipIndex": {
|
||||
"name": "Shipyard.ShipIndex.name",
|
||||
|
||||
@ -3593,7 +3593,8 @@
|
||||
"help": "",
|
||||
"2": "二期科研",
|
||||
"3": "三期科研",
|
||||
"4": "四期科研"
|
||||
"4": "四期科研",
|
||||
"5": "五期科研"
|
||||
},
|
||||
"ShipIndex": {
|
||||
"name": "舰船序号",
|
||||
@ -3627,7 +3628,8 @@
|
||||
"2": "二期科研",
|
||||
"3": "三期科研",
|
||||
"4": "四期科研",
|
||||
"5": "五期科研"
|
||||
"5": "五期科研",
|
||||
"6": "六期科研"
|
||||
},
|
||||
"ShipIndex": {
|
||||
"name": "舰船序号",
|
||||
|
||||
@ -3593,7 +3593,8 @@
|
||||
"help": "",
|
||||
"2": "二期科研",
|
||||
"3": "三期科研",
|
||||
"4": "四期科研"
|
||||
"4": "四期科研",
|
||||
"5": "五期科研"
|
||||
},
|
||||
"ShipIndex": {
|
||||
"name": "艦船序號",
|
||||
@ -3627,7 +3628,8 @@
|
||||
"2": "二期科研",
|
||||
"3": "三期科研",
|
||||
"4": "四期科研",
|
||||
"5": "五期科研"
|
||||
"5": "五期科研",
|
||||
"6": "六期科研"
|
||||
},
|
||||
"ShipIndex": {
|
||||
"name": "艦船序號",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user