mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-25 06:52:50 +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:
@@ -1929,9 +1929,15 @@
|
||||
"name": "Use Logger(s)",
|
||||
"help": "Use all coordinate loggers when entering the storage"
|
||||
},
|
||||
"BuyActionPoint": {
|
||||
"name": "Buy AP",
|
||||
"help": "Restore AP through oil first then AP boxes"
|
||||
"BuyActionPointLimit": {
|
||||
"name": "Buy AP X time(s)",
|
||||
"help": "Maximum number of buying AP.",
|
||||
"0": "Don't buy",
|
||||
"1": "1 (1000oil, 100AP)",
|
||||
"2": "2 (2000oil, 200AP)",
|
||||
"3": "3 (4000oil, 400AP)",
|
||||
"4": "4 (6000oil, 600AP)",
|
||||
"5": "5 (10000oil, 1000AP)"
|
||||
},
|
||||
"OilLimit": {
|
||||
"name": "Keep Oil Above X",
|
||||
|
||||
Reference in New Issue
Block a user