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