mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-15 18:07:23 +08:00
* Opt: ActionPointBuyLimit * Add multi-lang translation * Solve null return * Disable but preserve old format * Rewrite minor translation; reform buy functions * Add attr redirection * Update action_point.py * Fix:missing os_handler.py * Fix:replace str with bool * Fix:replace str with bool * Fix:replace str with bool * Fix:replace str with bool
This commit is contained in:
@@ -7479,9 +7479,17 @@
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
},
|
||||
"BuyActionPoint": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
"BuyActionPointLimit": {
|
||||
"type": "select",
|
||||
"value": 0,
|
||||
"option": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5
|
||||
]
|
||||
},
|
||||
"OilLimit": {
|
||||
"type": "input",
|
||||
|
||||
@@ -526,7 +526,9 @@ OpsiAshAssist:
|
||||
Tier: 15
|
||||
OpsiGeneral:
|
||||
UseLogger: true
|
||||
BuyActionPoint: false
|
||||
BuyActionPointLimit:
|
||||
value: 0
|
||||
option: [0, 1, 2, 3, 4, 5]
|
||||
OilLimit: 1000
|
||||
RepairThreshold: 0.4
|
||||
DoRandomMapEvent: true
|
||||
|
||||
Reference in New Issue
Block a user