Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions alas.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,26 @@ def gems_farming(self):
GemsFarming(config=self.config, device=self.device).run(
name=self.config.Campaign_Name, folder=self.config.Campaign_Event, mode=self.config.Campaign_Mode)

def island_production(self):
from module.island.production import IslandProduction
IslandProduction(config=self.config, device=self.device).run()

def island_freebie(self):
from module.island.freebie import IslandFreebie
IslandFreebie(config=self.config, device=self.device).run()

def island_collect(self):
from module.island.collect import IslandCollect
IslandCollect(config=self.config, device=self.device).run()

def island_season_task(self):
from module.island.season_task import IslandSeasonTask
IslandSeasonTask(config=self.config, device=self.device).run()

def island_business(self):
from module.island.business import IslandBusiness
IslandBusiness(config=self.config, device=self.device).run()

def daemon(self):
from module.daemon.daemon import AzurLaneDaemon
AzurLaneDaemon(config=self.config, device=self.device, task="Daemon").run()
Expand All @@ -419,6 +439,10 @@ def event_story(self):
from module.eventstory.eventstory import EventStory
EventStory(config=self.config, device=self.device, task="EventStory").run()

def island_production_planner(self):
from module.island_handler.production_planner import IslandProductionPlanner
IslandProductionPlanner(config=self.config, device=self.device, task="IslandProductionPlanner").run()

def azur_lane_uncensored(self):
from module.daemon.uncensored import AzurLaneUncensored
AzurLaneUncensored(config=self.config, device=self.device, task="AzurLaneUncensored").run()
Expand Down
Binary file added assets/cn/island/ISLAND_BUSINESS_EVENT_POPUP.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cn/island/ISLAND_CLICK_SAFE_AREA.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cn/island/ISLAND_COLLECT_LOCATION_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cn/island/ISLAND_COLLECT_LOCATION_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cn/island/ISLAND_COLLECT_SELECT_CANCEL.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cn/island/ISLAND_COLLECT_SELECT_ENTER.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cn/island/ISLAND_COLLECT_START.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cn/island/ISLAND_FREEBIE_AVAILABLE.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cn/island/ISLAND_FREEBIE_CLAIM.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cn/island/ISLAND_FREEBIE_COOLDOWN.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cn/island/ISLAND_FREEBIE_RECEIVE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cn/island/ISLAND_FREEBIE_SHARE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cn/island/ISLAND_FREEBIE_SHARE_ALL.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cn/island/ISLAND_FREEBIE_SHARE_BACK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cn/island/ISLAND_FREEBIE_UNAVAILABLE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cn/island/ISLAND_LEVEL_UP.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cn/island/ISLAND_PRODUCTION_RECEIVE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cn/island/ISLAND_PRODUCTION_RERUN.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cn/island/TEMPLATE_ISLAND_BUSINESS_KOI.png
Binary file added assets/cn/island_handler/ISLAND_DOCK_CHECK.png
Binary file added assets/cn/island_handler/ISLAND_DOCK_SORT_ASC.png
Binary file added assets/cn/island_handler/ISLAND_RECIPE_CHECK.png
Binary file added assets/cn/island_handler/ISLAND_RECIPE_TIME.png
Binary file added assets/cn/island_handler/ISLAND_SHOP_LOADING.png
Binary file added assets/cn/ui/DORMMENU_GOTO_ISLAND.png
Binary file added assets/cn/ui/ISLAND_CHECK.png
Binary file added assets/cn/ui/ISLAND_COMMISSION_CHECK.png
Binary file added assets/cn/ui/ISLAND_GOTO_ISLAND_MAP.png
Binary file added assets/cn/ui/ISLAND_GOTO_ISLAND_PHONE.png
Binary file added assets/cn/ui/ISLAND_GOTO_ISLAND_SEASON.png
Binary file added assets/cn/ui/ISLAND_GOTO_ISLAND_SHOP.png
Binary file added assets/cn/ui/ISLAND_GOTO_ISLAND_TECHNOLOGY.png
Binary file added assets/cn/ui/ISLAND_MANAGE_CHECK.png
Binary file added assets/cn/ui/ISLAND_MAP_CHECK.png
Binary file added assets/cn/ui/ISLAND_ORDER_CHECK.png
Binary file added assets/cn/ui/ISLAND_PHONE_CHECK.png
Binary file added assets/cn/ui/ISLAND_PHONE_GOTO_ISLAND.BUTTON.png
Binary file added assets/cn/ui/ISLAND_PHONE_GOTO_ISLAND.png
Binary file added assets/cn/ui/ISLAND_PHONE_GOTO_ISLAND_ORDER.png
Binary file added assets/cn/ui/ISLAND_PHONE_GOTO_ISLAND_STORAGE.png
Binary file added assets/cn/ui/ISLAND_PHONE_GOTO_MAIN.png
Binary file added assets/cn/ui/ISLAND_SEASON_CHECK.png
Binary file added assets/cn/ui/ISLAND_SHOP_CHECK.png
Binary file added assets/cn/ui/ISLAND_STORAGE_CHECK.png
Binary file added assets/cn/ui/ISLAND_STORAGE_EXIT.png
Binary file added assets/cn/ui/ISLAND_TECHNOLOGY_CHECK.png
Binary file added assets/island/character/Akashi.png
Binary file added assets/island/character/Amagi_chan.png
Binary file added assets/island/character/Atago.png
Binary file added assets/island/character/August_von_Parseval.png
Binary file added assets/island/character/Chao_Ho.png
Binary file added assets/island/character/Chen_Hai.png
Binary file added assets/island/character/Cheshire.png
Binary file added assets/island/character/Explorer.png
Binary file added assets/island/character/Fei_Yuen.png
Binary file added assets/island/character/Friedrich_der_Grosse.png
Binary file added assets/island/character/Helena.png
Binary file added assets/island/character/Hood.png
Binary file added assets/island/character/Javelin.png
Binary file added assets/island/character/Laffey.png
Binary file added assets/island/character/Le_Malin.png
Binary file added assets/island/character/Manjuu.png
Binary file added assets/island/character/Navigator.png
Binary file added assets/island/character/New_Jersey.png
Binary file added assets/island/character/Oceana.png
Binary file added assets/island/character/Prinz_Eugen.png
Binary file added assets/island/character/Saratoga.png
Binary file added assets/island/character/Shimakaze.png
Binary file added assets/island/character/Takao.png
Binary file added assets/island/character/Tashkent.png
Binary file added assets/island/character/Unicorn.png
Binary file added assets/island/character/William_D_Porter.png
Binary file added assets/island/character/Yat_Sen.png
Binary file added assets/island/character/Ying_Swei.png
Binary file added assets/island/restaurant/Amaranth_Onigiri.png
Binary file added assets/island/restaurant/Apple_Juice.png
Binary file added assets/island/restaurant/Apple_Pie.png
Binary file added assets/island/restaurant/Banana_Crêpe.png
Binary file added assets/island/restaurant/Buddha's_Temptation.png
Binary file added assets/island/restaurant/Cheese.png
Binary file added assets/island/restaurant/Citrus_Coffee.png
Binary file added assets/island/restaurant/Classic_Tofu_Combo.png
Binary file added assets/island/restaurant/Corn_Cup.png
Binary file added assets/island/restaurant/Crayfish_Stir-Fry.png
Binary file added assets/island/restaurant/Cucumber_Juice.png
Binary file added assets/island/restaurant/Double_Energy_Combo.png
Binary file added assets/island/restaurant/Fish_&_Chips.png
Binary file added assets/island/restaurant/Floral_and_Fruity.png
Binary file added assets/island/restaurant/Fruity_&_Fruitier.png
Binary file added assets/island/restaurant/Hearty_Meal.png
Binary file added assets/island/restaurant/Iced_Coffee.png
Binary file added assets/island/restaurant/Latte.png
Binary file added assets/island/restaurant/Lavender_Tea.png
Binary file added assets/island/restaurant/Lemon_Shrimp.png
Binary file added assets/island/restaurant/Omelette.png
Binary file added assets/island/restaurant/Omurice.png
Binary file added assets/island/restaurant/Orange_Pie.png
Binary file added assets/island/restaurant/Orchard_Duo.png
Binary file added assets/island/restaurant/Paella.png
Binary file added assets/island/restaurant/Steak_Bowl.png
Binary file added assets/island/restaurant/Stir-Fried_Chicken.png
Binary file added assets/island/restaurant/Strawberry_Charlotte.png
Binary file added assets/island/restaurant/Strawberry_Milkshake.png
Binary file added assets/island/restaurant/Succulently_Sweet.png
Binary file added assets/island/restaurant/Sunny_Honey.png
Binary file added assets/island/restaurant/The_Carne-val.png
Binary file added assets/island/restaurant/The_Wake-Up_Call.png
Binary file added assets/island/restaurant/Tofu.png
Binary file added assets/island/restaurant/Vegetable_Salad.png
Binary file added assets/island/restaurant/Watermelon_Juice.png
Binary file added assets/island/technology/technology_chart_2.png
Binary file added assets/island/technology/technology_chart_3.png
Binary file added assets/island/technology/technology_chart_4.png
Binary file added assets/island/technology/technology_chart_5.png
Binary file added assets/island/technology/technology_chart_6.png
Binary file added assets/jp/island/ISLAND_COLLECT_SELECT_CANCEL.png
Binary file added assets/jp/island/ISLAND_COLLECT_SELECT_ENTER.png
Binary file added assets/jp/island/ISLAND_COLLECT_START.png
Binary file added assets/jp/island/ISLAND_FREEBIE_CLAIM.png
Binary file added assets/jp/island/ISLAND_FREEBIE_COOLDOWN.png
Binary file added assets/jp/island/ISLAND_FREEBIE_RECEIVE.png
Binary file added assets/jp/island/ISLAND_FREEBIE_SHARE.png
Binary file added assets/jp/island/ISLAND_FREEBIE_SHARE_ALL.png
Binary file added assets/jp/island/ISLAND_PRODUCTION_RECEIVE.png
Binary file added assets/jp/island/ISLAND_PRODUCTION_RERUN.png
Binary file added assets/jp/island/ISLAND_RECIPE_CHECK.png
Binary file added assets/jp/island/TEMPLATE_ISLAND_BUSINESS_KOI.png
Binary file added assets/jp/island_handler/ISLAND_DOCK_CHECK.png
Binary file added assets/jp/ui/ISLAND_COMMISSION_CHECK.png
Binary file added assets/jp/ui/ISLAND_MANAGE_CHECK.png
Binary file added assets/jp/ui/ISLAND_MAP_CHECK.png
Binary file added assets/jp/ui/ISLAND_ORDER_CHECK.png
Binary file added assets/jp/ui/ISLAND_SEASON_CHECK.png
Binary file added assets/jp/ui/ISLAND_STORAGE_CHECK.png
Binary file added assets/jp/ui/ISLAND_TECHNOLOGY_CHECK.png
Binary file added assets/mask/MASK_ISLAND_TECHNOLOGY.png
106 changes: 106 additions & 0 deletions config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -1907,6 +1907,99 @@
"Storage": {}
}
},
"IslandProduction": {
"Scheduler": {
"Enable": false,
"NextRun": "2020-01-01 00:00:00",
"Command": "IslandProduction",
"SuccessInterval": 0,
"FailureInterval": 120,
"ServerUpdate": "00:00"
},
"IslandProduction": {
"PreservedItems": "{}",
"MinStockItems": "{}",
"AccumulatingItems": "{}"
},
"Storage": {
"Storage": {}
}
},
"IslandFreebie": {
"Scheduler": {
"Enable": false,
"NextRun": "2020-01-01 00:00:00",
"Command": "IslandFreebie",
"SuccessInterval": 0,
"FailureInterval": 120,
"ServerUpdate": "00:00"
},
"IslandFreebie": {
"Share": true
},
"Storage": {
"Storage": {}
}
},
"IslandCollect": {
"Scheduler": {
"Enable": false,
"NextRun": "2020-01-01 00:00:00",
"Command": "IslandCollect",
"SuccessInterval": 0,
"FailureInterval": 120,
"ServerUpdate": "03:00, 18:00"
},
"Storage": {
"Storage": {}
}
},
"IslandSeasonTask": {
"Scheduler": {
"Enable": false,
"NextRun": "2020-01-01 00:00:00",
"Command": "IslandSeasonTask",
"SuccessInterval": 0,
"FailureInterval": 120,
"ServerUpdate": "00:00"
},
"IslandSeasonTask": {
"TaskTarget": "{}"
},
"Storage": {
"Storage": {}
}
},
"IslandBusiness": {
"Scheduler": {
"Enable": false,
"NextRun": "2020-01-01 00:00:00",
"Command": "IslandBusiness",
"SuccessInterval": 0,
"FailureInterval": 120,
"ServerUpdate": "00:00"
},
"IslandRestaurant": {
"KoiGrade": "bronze",
"KoiWaitress": "any",
"KoiMenu": "{}",
"BearGrade": "bronze",
"BearWaitress": "any",
"BearMenu": "{}",
"EateryGrade": "bronze",
"EateryWaitress": "any",
"EateryMenu": "{}",
"GrillGrade": "bronze",
"GrillWaitress": "any",
"GrillMenu": "{}",
"CafeGrade": "bronze",
"CafeWaitress": "any",
"CafeMenu": "{}"
},
"Storage": {
"Storage": {}
}
},
"Daemon": {
"Daemon": {
"EnterMap": true
Expand All @@ -1932,6 +2025,19 @@
"Storage": {}
}
},
"IslandProductionPlanner": {
"IslandProductionPlanner": {
"RescanIslandTechnology": false,
"DailyProfitLowerLimit": 50000,
"MinStockSafetyMargin": 0,
"FieldsEfficiency": 0,
"OrchardEfficiency": 0,
"NurseryEfficiency": 0
},
"Storage": {
"Storage": {}
}
},
"Benchmark": {
"Benchmark": {
"DeviceType": "emulator",
Expand Down
Loading