mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-08-15 19:43:28 +08:00
Add: config for island production
This commit is contained in:
@@ -439,6 +439,12 @@ class GeneratedConfig:
|
||||
# Group `OpsiHazard1Leveling`
|
||||
OpsiHazard1Leveling_TargetZone = 0 # 0, 44, 22
|
||||
|
||||
# Group `IslandProduction`
|
||||
IslandProduction_HardFloorItems = '{}'
|
||||
IslandProduction_ReserveItems = '{}'
|
||||
IslandProduction_DailyBufferItems = '{}'
|
||||
IslandProduction_IdleAccumulatingItems = '{}'
|
||||
|
||||
# Group `IslandFreebie`
|
||||
IslandFreebie_Share = True
|
||||
|
||||
@@ -477,6 +483,14 @@ class GeneratedConfig:
|
||||
# Group `EventStory`
|
||||
EventStory_SkipBattle = False # True, False
|
||||
|
||||
# Group `IslandProductionPlanner`
|
||||
IslandProductionPlanner_RescanIslandTechnology = False
|
||||
IslandProductionPlanner_DailyProfitLowerLimit = 50000
|
||||
IslandProductionPlanner_DailyBufferSafetyMargin = 0
|
||||
IslandProductionPlanner_FieldsEfficiency = 0 # 0, 0.04, 0.12
|
||||
IslandProductionPlanner_OrchardEfficiency = 0 # 0, 0.04, 0.12
|
||||
IslandProductionPlanner_NurseryEfficiency = 0 # 0, 0.04, 0.12
|
||||
|
||||
# Group `Benchmark`
|
||||
Benchmark_DeviceType = 'emulator' # emulator, plone_cloud_with_adb, phone_cloud_without_adb, android_phone, android_phone_vmos
|
||||
Benchmark_TestScene = 'screenshot_click' # screenshot_click, screenshot, click
|
||||
|
||||
Reference in New Issue
Block a user