1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-25 06:52:50 +08:00

Add: ActionPoint limit (#1696) (#1706)

* 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:
Bookbug
2022-10-13 22:39:34 +08:00
committed by GitHub
parent b2a1448b0d
commit 9ab069d729
11 changed files with 73 additions and 21 deletions

View File

@@ -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",