├── .editorconfig ├── .gitattribute ├── .github ├── ISSUE_TEMPLATE │ ├── 01_script_bug_report.yaml │ ├── 02_installer_bug_report.yaml │ ├── 03_gui_bug_report.yaml │ ├── 04_feature_request.yaml │ └── 05_curren_utility_enhancement.yaml └── workflows │ ├── docs.yml │ ├── mirrorchyan_commit.yml │ ├── mirrorchyan_release.yml │ └── mirrorchyan_release_note.yml ├── LICENSE ├── README.md ├── cli.example.py ├── core ├── Baas_thread.py ├── __init__.py ├── color.py ├── config │ ├── __init__.py │ ├── config_set.py │ ├── default_config.py │ ├── generated_static_config.py │ └── generated_user_config.py ├── device │ ├── Control.py │ ├── Screenshot.py │ ├── __init__.py │ ├── connection.py │ ├── control │ │ ├── __init__.py │ │ ├── adb.py │ │ ├── nemu.py │ │ ├── pyautogui.py │ │ ├── scrcpy.py │ │ └── uiautomator2.py │ ├── emulator_manager │ │ ├── __init__.py │ │ ├── __main__.py │ │ ├── auto_scan_simulator.py │ │ ├── bluestacks_module.py │ │ ├── device_config.py │ │ ├── device_display.py │ │ ├── get_adb_address.py │ │ ├── get_start_command.py │ │ ├── ldplayer_manager_api.py │ │ ├── mumu_manager_api.py │ │ ├── preprocessing_name.py │ │ ├── process_api.py │ │ ├── simulator_api.py │ │ ├── simulator_native.py │ │ ├── start_simulator.py │ │ ├── stop_simulator.py │ │ └── wsa_support.py │ ├── nemu_client.py │ ├── scrcpy │ │ ├── README.md │ │ ├── __init__.py │ │ ├── const.py │ │ ├── control.py │ │ └── core.py │ ├── scrcpy_client.py │ ├── screenshot │ │ ├── __init__.py │ │ ├── adb.py │ │ ├── mss.py │ │ ├── nemu.py │ │ ├── pyautogui.py │ │ ├── scrcpy.py │ │ └── uiautomator2.py │ ├── uiautomator2_client.py │ └── window_capture │ │ └── windows │ │ └── window_info.py ├── exception.py ├── geometry │ ├── parallelogram.py │ └── triangle.py ├── image.py ├── ipc_manager.py ├── notification.py ├── ocr │ ├── baas_ocr_client │ │ ├── Client.py │ │ └── server_installer.py │ └── ocr.py ├── picture.py ├── position.py ├── pushkit.py ├── scheduler.py └── utils.py ├── deploy ├── docker │ ├── README.md │ ├── README_CN.md │ ├── docker-compose.yaml │ ├── dockerfile │ └── entrypoint.sh ├── installer │ ├── README.md │ ├── README_CN.md │ ├── build.bat │ ├── build.sh │ ├── const.py │ ├── installer.py │ ├── logo.ico │ ├── mirrorc_update │ │ ├── const.py │ │ ├── mirrorc_updater.py │ │ └── utils.py │ ├── requirements.installer.txt │ └── toml_config.py └── standalone │ └── window.whole.spec ├── develop_tools ├── ActivityInfomations.txt ├── auto_translate.py ├── config │ └── gui.json ├── config_translation_generator.py ├── explore_task_data_generator.py ├── explore_task_data_generator_usage.txt ├── generate_dataclass_code.py ├── lesson │ ├── example.png │ └── lesson_affection_student_image_extractor.py ├── taskDataFixer.py ├── test │ ├── test_explore_hard_task.py │ └── test_explore_normal_task.py ├── test_explore_task_data.py └── update_student_name.py ├── docs ├── .gitignore ├── .idea │ ├── .gitignore │ └── docs.iml ├── .vitepress │ ├── components │ │ └── VPDocOutlineItem.vue │ └── config.ts ├── assets │ ├── activity │ │ ├── enter1.png │ │ ├── enter2.png │ │ ├── enter3.png │ │ ├── has_activity.png │ │ └── null_activity.png │ ├── auto_fight │ │ ├── acc_auto_phase.png │ │ ├── all_covered_no_notation1.png │ │ ├── all_covered_no_notation2.png │ │ ├── boss_health.png │ │ ├── current_cost.png │ │ ├── cvat_ai_guide1.png │ │ ├── cvat_ai_guide2.png │ │ ├── enemy_position.png │ │ ├── example_skill_active_template.png │ │ ├── example_skill_l_inactive_template.png │ │ ├── example_skill_r_inactive_template.png │ │ ├── fight_left_time.png │ │ ├── notate_requirements.png │ │ ├── partial_covered_need_notation.png │ │ ├── procedure_draft.png │ │ ├── room_left_time.png │ │ ├── screenshot_data_update_cycle.png │ │ ├── skill_templates.png │ │ ├── student_position.png │ │ ├── student_skill.png │ │ ├── total_assault_general.png │ │ ├── yolo_data_yaml_names.png │ │ ├── yolo_demo1.png │ │ ├── yolo_demo2.png │ │ └── yolo_demo3.png │ ├── condition_judgement.png │ ├── config │ │ ├── anti-harmony.png │ │ ├── employ_team_method.png │ │ ├── explore_hard_task_fill_in.png │ │ ├── explore_main_story_fill_in.png │ │ ├── explore_normal_task_fill_in.png │ │ ├── explore_task_preset_fail_to_choose_team.png │ │ ├── lesson_affection_example.png │ │ └── mumu_background_keep_alive.png │ ├── develop_env │ │ ├── use_baas_env_in_pycharm_1.png │ │ ├── use_baas_env_in_pycharm_2.png │ │ └── use_baas_env_in_pycharm_3.png │ ├── faq │ │ ├── MuMu12_Get_Multi_instance_port.png │ │ └── log_continuous_tentative_click.png │ ├── game_feature │ │ ├── static_feature_example.png │ │ └── static_feature_example2.png │ ├── install │ │ ├── Mac_adb_path.png │ │ ├── add_QT_plugins_into_PATH.png │ │ ├── exe_installer.png │ │ ├── full_env_installer.png │ │ ├── install_request400.png │ │ ├── mirrorc_install_success.png │ │ ├── mirrorc_update_success.png │ │ ├── problem_fail_to_start_ui_for_path_with_chinese.png │ │ ├── setup_toml_REPO_URL_HTTP.png │ │ └── with_config_installer.png │ ├── logo.png │ ├── ocr │ │ └── pass_method1_example.png │ ├── report │ │ └── find_config.png │ ├── steam │ │ ├── BAAS_log_screen_ratio_not_16_9.png │ │ ├── BAAS_setting_control_method_pyautogui.png │ │ ├── BAAS_setting_game_server_steam_global.png │ │ ├── BAAS_setting_screenshot_method_mss_or_pyautogui.png │ │ └── setting_screen_windowed_ratio_16_9.png │ ├── ui.png │ ├── ui2.png │ ├── ui3.png │ └── update │ │ ├── query_version_1.png │ │ ├── query_version_2.png │ │ └── query_version_3.png ├── develop_doc │ ├── develop.md │ ├── develop_format.md │ ├── develop_guide.md │ ├── docs.md │ ├── env.md │ ├── log.md │ └── script │ │ ├── BAAS_Cpp.md │ │ ├── Baas_thread.md │ │ ├── ConfigSet.md │ │ ├── Connection.md │ │ ├── activity.md │ │ ├── auto_fight.md │ │ ├── auto_fight_BaseDataUpdater.md │ │ ├── auto_fight_acc_phase_update.md │ │ ├── auto_fight_action_acc.md │ │ ├── auto_fight_action_auto.md │ │ ├── auto_fight_action_skill.md │ │ ├── auto_fight_auto_state_update.md │ │ ├── auto_fight_boss_health_update.md │ │ ├── auto_fight_condition_and_combined.md │ │ ├── auto_fight_condition_boss_health.md │ │ ├── auto_fight_condition_cost.md │ │ ├── auto_fight_condition_or_combined.md │ │ ├── auto_fight_condition_skill_name.md │ │ ├── auto_fight_cost_update.md │ │ ├── auto_fight_skill_update.md │ │ ├── baas_yolo_detection.md │ │ ├── config.md │ │ ├── control.md │ │ ├── emulator_manager.md │ │ ├── game_feature.md │ │ ├── image_compare.md │ │ ├── image_resource.md │ │ ├── main.md │ │ ├── nemu.md │ │ ├── ocr.md │ │ └── screenshot.md ├── i18n.md ├── index.md ├── markdown-examples.md ├── package.json ├── pnpm-lock.yaml ├── pycco.css ├── test.md ├── thanks.md └── usage_doc │ ├── CLI.md │ ├── activity.md │ ├── api-examples.md │ ├── config.md │ ├── destroyer.md │ ├── downloads.md │ ├── faq.md │ ├── features.md │ ├── guide.md │ ├── install │ ├── MacOS_Linux.md │ ├── Windows.md │ ├── choose_platform.md │ └── setup_config.md │ ├── qq_group_regulation.md │ ├── report.md │ ├── steam_setting.md │ ├── uninstall.md │ └── update.md ├── gui ├── assets │ ├── banner_home_bg.png │ ├── banners │ │ ├── arenaPriority.png │ │ ├── arenaShopPriority.png │ │ ├── cafeInvite.png │ │ ├── createPriority.png │ │ ├── default.png │ │ ├── friendWhiteList.png │ │ ├── mainlinePriority.png │ │ ├── schedulePriority.png │ │ ├── shopPriority.png │ │ ├── sweepCountConfig.png │ │ └── totalForceFightPriority.png │ ├── i18n.pro │ ├── icons │ │ ├── currency_icon_ap.webp │ │ ├── currency_icon_gem.webp │ │ ├── currency_icon_gold.webp │ │ ├── ic_warning.svg │ │ ├── item_icon_arenacoin.webp │ │ ├── item_icon_chasercoin.webp │ │ ├── item_icon_craftitem_0.webp │ │ ├── item_icon_craftitem_1.webp │ │ └── item_icon_pass.webp │ ├── logo.ico │ ├── logo.png │ └── qss │ │ ├── dark │ │ └── demo.qss │ │ ├── global.qss │ │ ├── light │ │ └── demo.qss │ │ └── new_logo.png ├── components │ ├── __init__.py │ ├── dialog_panel.py │ ├── expand │ │ ├── __init__.py │ │ ├── arenaPriority.py │ │ ├── arenaShopPriority.py │ │ ├── baasUpdateConfig.py │ │ ├── cafeInvite.py │ │ ├── createPriority.py │ │ ├── drillConfig.py │ │ ├── emulatorConfig.py │ │ ├── eventMapConfig.py │ │ ├── expandTemplate.py │ │ ├── exploreConfig.py │ │ ├── featureSwitch.py │ │ ├── formationConfig.py │ │ ├── friendWhiteList.py │ │ ├── mainlinePriority.py │ │ ├── otherConfig.py │ │ ├── proceedPlot.py │ │ ├── pushConfig.py │ │ ├── schedulePriority.py │ │ ├── scriptConfig.py │ │ ├── serverConfig.py │ │ ├── shopPriority.py │ │ ├── sweepCountConfig.py │ │ └── totalForceFightPriority.py │ └── template_card.py ├── fragments │ ├── glob.py │ ├── history.py │ ├── home.py │ ├── process.py │ ├── readme.py │ ├── settings.py │ └── switch.py ├── i18n │ ├── en_US.qm │ ├── en_US.ts │ ├── ja_JP.qm │ ├── ja_JP.ts │ ├── ko_KR.qm │ └── ko_KR.ts ├── qss │ ├── dark │ │ └── process.qss │ └── light │ │ └── process.qss └── util │ ├── config_gui.py │ ├── config_translation.py │ ├── customized_ui.py │ ├── hotkey_manager.py │ ├── language.py │ ├── notification.py │ ├── style_sheet.py │ └── translator.py ├── main.py ├── module ├── ExploreTasks │ ├── TaskUtils.py │ ├── __init__.py │ ├── explore_task.py │ └── sweep_task.py ├── __init__.py ├── activities │ ├── ACertainScientificRecordOfYouth.py │ ├── ALittleBeforetheFoodPiledUpTheBestGame.py │ ├── AbydosResortRestorationCommittee.py │ ├── BaskingInTheBrillianceOfTheirSerenade.py │ ├── Battle_Before_the_New_Years_Dinner_Let_Us_Play_For_The_Victory.py │ ├── CodeBox.py │ ├── D_U_ShiratoriWardRestorationWork.py │ ├── ElectronicNewYearsMarch.py │ ├── FromOpera0068WithLove.py │ ├── GakumanDoujinshiTheFinalEpisodeSoughtByTwoPeople.py │ ├── GetSetGoKivotosHaloGames.py │ ├── InSearchOfAHiddenHeritageTrinity'sExtracurricularActivities.py │ ├── JP_2025_03_26.py │ ├── JP_2025_04_22.py │ ├── JP_2025_06_25.py │ ├── JP_2025_07_22.py │ ├── JP_2025_08_20.py │ ├── JP_2025_09_24.py │ ├── JP_2025_10_22.py │ ├── LivelyandBusily.py │ ├── Moonlight Dream.py │ ├── NewYearsAperitifOneAndDoneMatch.py │ ├── OnYourMarkAtMillenniumKivotosHaloFestival.py │ ├── PandemicHazardAMiraclePancake.py │ ├── PlayHideAndSeekAtImaginationLand.py │ ├── PresidentHinasSummerVacation.py │ ├── RevivRevivalOfWinterSkyLiteratureOnHealthyCulturalExchange.py │ ├── RowdyAndCherry.py │ ├── RyubuDoushuWhatsEnvisionedisOneSoleFuture.py │ ├── SayBing.py │ ├── SecretMidnightParty.py │ ├── SerenadePromenade.py │ ├── ShesideOutside.py │ ├── SummerSkysWishes.py │ ├── SummerSpecialOperationsRABBITPlatoonAndTheMysteryOfTheMissingShrimp.py │ ├── SunlightGirlsNightSong.py │ ├── SweetSecretsAndGunfightsATaleOfAfterSchoolSweets.py │ ├── TheCathedralsMerryChristmas.py │ ├── TheFiveSensesAreClouded.py │ ├── TripTrapTrain.py │ ├── WaffleCrisisTheMiracleMoment.py │ ├── WarningOfWhiteChalkWhereAestheticsResideInTheMansionOfDeception.py │ ├── __init__.py │ ├── activity_utils.py │ ├── anUnconcealedHeart.py │ ├── bunnyChaserOnTheShip.py │ ├── bunnyChaserOnTheShip2.py │ ├── iveAlive.py │ ├── livelyAndJoyfulWalkingTour.py │ ├── no_227_kinosaki_spa.py │ ├── no_68_spring_wild_dream.py │ ├── pleasant_Valentines_Day_in_schale.py │ ├── reckless_nun_and_the_witch_in_the_old_library.py │ ├── revolutionKupalaNight.py │ └── sakura_flowing_chaos_in_the_gala.py ├── arena.py ├── cafe_reward.py ├── clear_special_task_power.py ├── collect_daily_free_power.py ├── collect_daily_task_power.py ├── collect_pass_reward.py ├── collect_reward.py ├── create.py ├── dailyGameActivities │ ├── HinaSummerVacationAudioGame.py │ ├── __init__.py │ └── serikaSummerRamenStall.py ├── dailyGameActivity.py ├── de_clothes.py ├── explore_activity_challenge.py ├── explore_activity_mission.py ├── explore_activity_story.py ├── friend.py ├── group.py ├── group_story.py ├── joint_firing_drill.py ├── lesson.py ├── mail.py ├── main_story.py ├── mini_story.py ├── momo_talk.py ├── no1_cafe_invite.py ├── no2_cafe_invite.py ├── purchase_ap.py ├── refresh_uiautomator2.py ├── restart.py ├── rewarded_task.py ├── scrimmage.py ├── shop │ ├── __init__.py │ ├── common_shop.py │ ├── shop_utils.py │ └── tactical_challenge_shop.py ├── sweep_activity.py └── total_assault.py ├── pyproject.toml ├── requirements-i18n.txt ├── requirements-linux.txt ├── requirements.txt ├── service.example.py ├── src ├── LocalizeConfig.txt ├── atx_app │ ├── ATX.apk │ ├── app-uiautomator-test.apk │ ├── app-uiautomator.apk │ ├── atx-agent_0.10.0_linux_386 │ │ └── atx-agent │ ├── atx-agent_0.10.0_linux_amd64 │ │ └── atx-agent │ ├── atx-agent_0.10.0_linux_arm64 │ │ └── atx-agent │ ├── atx-agent_0.10.0_linux_armv6 │ │ └── atx-agent │ └── atx-agent_0.10.0_linux_armv7 │ │ └── atx-agent ├── descriptions │ ├── en_US │ │ ├── Auto clear mainline plot settings.html │ │ ├── Commonly used emulator adb address.html │ │ ├── Description of normal graphs.html │ │ ├── Difficult Chart Configuration Description.html │ │ ├── Guide for activity sweep fill in.html │ │ ├── Internal settings in BlueArchive game (first-use must read).html │ │ ├── Normal Sweeping Scanning Description.html │ │ ├── Scheduling Configuration Filling Guide.html │ │ ├── Task force attributes required by region.html │ │ └── reporting guidelines on issues (important).html │ ├── ja_JP │ │ ├── Blue Archives Game Settings (初めて読むユーザーは必読).html │ │ ├── エスカレーションのガイドライン(重要).html │ │ ├── スケジューリング設定入力ガイド.html │ │ ├── 一般的なエミュレータ ADB アドレス.html │ │ ├── 各地域に必要なチーム属性.html │ │ ├── 本編の自動説明.html │ │ ├── 構成のスケジュール設定のヘルプ.html │ │ ├── 通常のダイアグラムスイープを埋める手順.html │ │ ├── 通常の図の説明は自動的にプッシュされます.html │ │ └── 難易度図構成の説明.html │ ├── ko_KR │ │ ├── Azur 파일 게임의 내부 설정 (처음으로 읽어야합니다).html │ │ ├── 각 영역에 필요한 팀 속성.html │ │ ├── 문제보고 안내서 (중요).html │ │ ├── 스케줄 구성 입력 도움말.html │ │ ├── 어려운 다이어그램 구성 설명.html │ │ ├── 이벤트 스캔 지침.html │ │ ├── 일반 맵 자동 푸시 맵 설명.html │ │ ├── 일반적인 시뮬레이터 ADB 주소.html │ │ ├── 일반지도 청소 지침.html │ │ └── 자동 메인 라인 플롯 설명.html │ └── zh_CN │ │ ├── 各区域所需队伍属性.html │ │ ├── 困难图配置说明.html │ │ ├── 常见模拟器adb地址.html │ │ ├── 普通图扫荡填写说明.html │ │ ├── 普通图自动推图说明.html │ │ ├── 活动扫荡填写说明.html │ │ ├── 碧蓝档案游戏内部设置(初次使用必读).html │ │ ├── 自动主线剧情说明.html │ │ ├── 调度配置填写帮助.html │ │ └── 问题上报指南(重要).html ├── descriptions_en_US │ ├── 1) Common Emulator Adb addresses.html │ ├── 2) Blue Archive Internal Settings.html │ ├── 3) Explanation of Sweep Configurations.html │ ├── 4) Event Stages Sweeping Instructions.html │ ├── 5) Clear Stage Logic & Instructions.html │ ├── 6) Clear Hard and Normal Stages.html │ ├── 7) Unit Types Required by Area.html │ ├── 8) Main Story Parameters Setting.html │ └── 9) Reporting Guidelines on Issues.html ├── explore_task_data │ ├── activities │ │ ├── ACertainScientificRecordOfYouth.json │ │ ├── ALittleBeforetheFoodPiledUpTheBestGame.json │ │ ├── AbydosResortRestorationCommittee.json │ │ ├── BaskingInTheBrillianceOfTheirSerenade.json │ │ ├── Battle_Before_the_New_Years_Dinner_Let_Us_Play_For_The_Victory.json │ │ ├── CodeBox.json │ │ ├── D_U_ShiratoriWardRestorationWork.json │ │ ├── ElectronicNewYearsMarch.json │ │ ├── FromOpera0068WithLove.json │ │ ├── GakumanDoujinshiTheFinalEpisodeSoughtByTwoPeople.json │ │ ├── GetSetGoKivotosHaloGames.json │ │ ├── InSearchOfAHiddenHeritageTrinity'sExtracurricularActivities.json │ │ ├── JP_2025_03_26.json │ │ ├── JP_2025_04_22.json │ │ ├── JP_2025_06_25.json │ │ ├── JP_2025_07_22.json │ │ ├── JP_2025_08_20.json │ │ ├── JP_2025_09_24.json │ │ ├── JP_2025_10_22.json │ │ ├── LivelyandBusily.json │ │ ├── Moonlight Dream.json │ │ ├── NewYearsAperitifOneAndDoneMatch.json │ │ ├── OnYourMarkAtMillenniumKivotosHaloFestival.json │ │ ├── PandemicHazardAMiraclePancake.json │ │ ├── PlayHideAndSeekAtImaginationLand.json │ │ ├── PresidentHinasSummerVacation.json │ │ ├── RevivRevivalOfWinterSkyLiteratureOnHealthyCulturalExchange.json │ │ ├── RowdyAndCherry.json │ │ ├── RyubuDoushuWhatsEnvisionedisOneSoleFuture.json │ │ ├── SayBing.json │ │ ├── SecretMidnightParty.json │ │ ├── SerenadePromenade.json │ │ ├── ShesideOutside.json │ │ ├── SummerSkysWishes.json │ │ ├── SummerSpecialOperationsRABBITPlatoonAndTheMysteryOfTheMissingShrimp.json │ │ ├── SunlightGirlsNightSong.json │ │ ├── SweetSecretsAndGunfightsATaleOfAfterSchoolSweets.json │ │ ├── TheCathedralsMerryChristmas.json │ │ ├── TheFiveSensesAreClouded.json │ │ ├── TripTrapTrain.json │ │ ├── WaffleCrisisTheMiracleMoment.json │ │ ├── WarningOfWhiteChalkWhereAestheticsResideInTheMansionOfDeception.json │ │ ├── anUnconcealedHeart.json │ │ ├── bunnyChaserOnTheShip.json │ │ ├── bunnyChaserOnTheShip2.json │ │ ├── iveAlive.json │ │ ├── livelyAndJoyfulWalkingTour.py.json │ │ ├── no_227_kinosaki_spa.json │ │ ├── no_68_spring_wild_dream.json │ │ ├── pleasant_Valentines_Day_in_schale.json │ │ ├── reckless_nun_and_the_witch_in_the_old_library.json │ │ ├── revolutionKupalaNight.json │ │ ├── sakura_flowing_chaos_in_the_gala.json │ │ └── template.json │ ├── hard_task │ │ ├── hard_task_1.json │ │ ├── hard_task_10.json │ │ ├── hard_task_11.json │ │ ├── hard_task_12.json │ │ ├── hard_task_13.json │ │ ├── hard_task_14.json │ │ ├── hard_task_15.json │ │ ├── hard_task_16.json │ │ ├── hard_task_17.json │ │ ├── hard_task_18.json │ │ ├── hard_task_19.json │ │ ├── hard_task_2.json │ │ ├── hard_task_20.json │ │ ├── hard_task_21.json │ │ ├── hard_task_22.json │ │ ├── hard_task_23.json │ │ ├── hard_task_24.json │ │ ├── hard_task_25.json │ │ ├── hard_task_26.json │ │ ├── hard_task_27.json │ │ ├── hard_task_28.json │ │ ├── hard_task_29.json │ │ ├── hard_task_3.json │ │ ├── hard_task_4.json │ │ ├── hard_task_5.json │ │ ├── hard_task_6.json │ │ ├── hard_task_7.json │ │ ├── hard_task_8.json │ │ └── hard_task_9.json │ ├── main_story │ │ └── main_story.json │ └── normal_task │ │ ├── normal_task_10.json │ │ ├── normal_task_11.json │ │ ├── normal_task_12.json │ │ ├── normal_task_13.json │ │ ├── normal_task_14.json │ │ ├── normal_task_15.json │ │ ├── normal_task_16.json │ │ ├── normal_task_17.json │ │ ├── normal_task_18.json │ │ ├── normal_task_19.json │ │ ├── normal_task_20.json │ │ ├── normal_task_21.json │ │ ├── normal_task_22.json │ │ ├── normal_task_23.json │ │ ├── normal_task_24.json │ │ ├── normal_task_25.json │ │ ├── normal_task_26.json │ │ ├── normal_task_27.json │ │ ├── normal_task_28.json │ │ ├── normal_task_29.json │ │ ├── normal_task_4.json │ │ ├── normal_task_5.json │ │ ├── normal_task_6.json │ │ ├── normal_task_7.json │ │ ├── normal_task_8.json │ │ └── normal_task_9.json ├── images │ ├── CN │ │ ├── activity │ │ │ ├── ACertainScientificRecordOfYouth │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── ALittleBeforetheFoodPiledUpTheBestGame │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── AbydosResortRestorationCommittee │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ ├── enter3.png │ │ │ │ ├── joint-task-boss-info.png │ │ │ │ ├── joint-task-menu.png │ │ │ │ ├── joint-task-task-info.png │ │ │ │ └── joint-task-use-ticket-notice.png │ │ │ ├── BaskingInTheBrillianceOfTheirSerenade │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── D_U_ShiratoriWardRestorationWork │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ ├── enter3.png │ │ │ │ ├── get-collectable-item1.png │ │ │ │ └── get-collectable-item2.png │ │ │ ├── ElectronicNewYearsMarch │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── FromOpera0068WithLove │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── GakumanDoujinshiTheFinalEpisodeSoughtByTwoPeople │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── GetSetGoKivotosHaloGames │ │ │ │ ├── dice-track-menu.png │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ ├── enter3.png │ │ │ │ ├── get-collectable-item1.png │ │ │ │ └── resource-inadequate.png │ │ │ ├── InSearchOfAHiddenHeritageTrinity'sExtracurricularActivities │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ ├── enter3.png │ │ │ │ └── get-collectable-item1.png │ │ │ ├── LivelyandBusily │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── NewYearsAperitifOneAndDoneMatch │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── OnYourMarkAtMillenniumKivotosHaloFestival │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ ├── enter3.png │ │ │ │ └── get-collectable-item1.png │ │ │ ├── PlayHideAndSeekAtImaginationLand │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── PresidentHinasSummerVacation │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ ├── enter3.png │ │ │ │ ├── game-Hard-chosen.png │ │ │ │ ├── game-Normal-chosen.png │ │ │ │ ├── game-Special-chosen.png │ │ │ │ ├── game-VeryHard-chosen.png │ │ │ │ ├── game-menu.png │ │ │ │ └── game-success-confirm.png │ │ │ ├── RyubuDoushuWhatsEnvisionedisOneSoleFuture │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── SummerSkysWishes │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ ├── enter3.png │ │ │ │ ├── get-collectable-item1.png │ │ │ │ └── get-collectable-item2.png │ │ │ ├── SummerSpecialOperationsRABBITPlatoonAndTheMysteryOfTheMissingShrimp │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── SweetSecretsAndGunfightsATaleOfAfterSchoolSweets │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── TheCathedralsMerryChristmas │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── TripTrapTrain │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── WarningOfWhiteChalkWhereAestheticsResideInTheMansionOfDeception │ │ │ │ ├── enter1.png │ │ │ │ └── enter3.png │ │ │ ├── anUnconcealedHeart │ │ │ │ ├── card-four-of-four-chosen.png │ │ │ │ ├── card-four-of-four-not-drew.png │ │ │ │ ├── card-one-of-four-chosen.png │ │ │ │ ├── card-store.png │ │ │ │ ├── card-three-of-four-chosen.png │ │ │ │ ├── card-two-of-four-chosen.png │ │ │ │ ├── draw-card-bright.png │ │ │ │ ├── draw-card-grey.png │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ ├── enter3.png │ │ │ │ ├── reshuffle-card-bright.png │ │ │ │ └── reshuffle-card-grey.png │ │ │ ├── bunnyChaserOnTheShip │ │ │ │ ├── buff-one-of-three.png │ │ │ │ ├── buff-three-of-three.png │ │ │ │ ├── buff-two-of-three.png │ │ │ │ ├── card-four-of-four-chosen.png │ │ │ │ ├── card-four-of-four-not-drew.png │ │ │ │ ├── card-one-of-four-chosen.png │ │ │ │ ├── card-store.png │ │ │ │ ├── card-three-of-four-chosen.png │ │ │ │ ├── card-two-of-four-chosen.png │ │ │ │ ├── choose-buff.png │ │ │ │ ├── draw-card-bright.png │ │ │ │ ├── draw-card-grey.png │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ ├── enter3.png │ │ │ │ ├── reshuffle-card-bright.png │ │ │ │ └── reshuffle-card-grey.png │ │ │ ├── common │ │ │ │ ├── challenge-chosen-0.png │ │ │ │ ├── challenge-not-chosen-0.png │ │ │ │ ├── continue-exchange-grey.png │ │ │ │ ├── continue-exchange.png │ │ │ │ ├── exchange-50-times-at-once.png │ │ │ │ ├── exchange-confirm.png │ │ │ │ ├── exchange-menu.png │ │ │ │ ├── fight-success-confirm.png │ │ │ │ ├── formation.png │ │ │ │ ├── menu.png │ │ │ │ ├── mission-chosen-0.png │ │ │ │ ├── mission-chosen-1.png │ │ │ │ ├── mission-enter-task-button.png │ │ │ │ ├── mission-not-chosen-0.png │ │ │ │ ├── mission-not-chosen-1.png │ │ │ │ ├── play-guide.png │ │ │ │ ├── quest-challenge-button.png │ │ │ │ ├── refresh-exchange-times-bright.png │ │ │ │ ├── refresh-exchange-times-grey.png │ │ │ │ ├── refresh-exchange-times-notice.png │ │ │ │ ├── self-formation.png │ │ │ │ ├── set-exchange-times-menu.png │ │ │ │ ├── story-chosen-0.png │ │ │ │ ├── story-chosen-1.png │ │ │ │ ├── story-enter-task-button.png │ │ │ │ ├── story-fight-success-confirm.png │ │ │ │ ├── story-not-chosen-0.png │ │ │ │ ├── story-not-chosen-1.png │ │ │ │ ├── task-info.png │ │ │ │ └── task-no-goals.png │ │ │ ├── iveAlive │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── no_227_kinosaki_spa │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ ├── get-collectable-item1.png │ │ │ │ └── get-collectable-item2.png │ │ │ ├── no_68_spring_wild_dream │ │ │ │ ├── enter1.png │ │ │ │ └── enter2.png │ │ │ ├── pleasant_Valentines_Day_in_schale │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── reckless_nun_and_the_witch_in_the_old_library │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── revolutionKupalaNight │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ └── sakura_flowing_chaos_in_the_gala │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ ├── arena │ │ │ ├── battle-lost.png │ │ │ ├── battle-win.png │ │ │ ├── best-record.png │ │ │ ├── edit-force.png │ │ │ ├── menu.png │ │ │ ├── opponent-info.png │ │ │ ├── purchase-tactical-challenge-ticket.png │ │ │ └── season-record.png │ │ ├── cafe │ │ │ ├── 0.0.png │ │ │ ├── button-goto-no1-cafe.png │ │ │ ├── button-goto-no2-cafe.png │ │ │ ├── cafe-reward-status.png │ │ │ ├── confirm-invite.png │ │ │ ├── duplicate-invite-notice.png │ │ │ ├── duplicate-invite.png │ │ │ ├── happy_face1.png │ │ │ ├── happy_face2.png │ │ │ ├── happy_face3.png │ │ │ ├── happy_face4.png │ │ │ ├── invitation-ticket-change-order-menu-academy-chosen.png │ │ │ ├── invitation-ticket-change-order-menu-affection-chosen.png │ │ │ ├── invitation-ticket-change-order-menu-starred-chosen.png │ │ │ ├── invitation-ticket-change-order-menu.png │ │ │ ├── invitation-ticket-invalid.png │ │ │ ├── invitation-ticket-order-academy.png │ │ │ ├── invitation-ticket-order-affection.png │ │ │ ├── invitation-ticket-order-down.png │ │ │ ├── invitation-ticket-order-starred.png │ │ │ ├── invitation-ticket-order-up.png │ │ │ ├── invitation-ticket.png │ │ │ ├── invite-student-button.png │ │ │ ├── menu.png │ │ │ ├── students-arrived.png │ │ │ └── switch-clothes-notice.png │ │ ├── create │ │ │ ├── Advanced-Tactical-Training-Blu-ray-(Abydos).png │ │ │ ├── Advanced-Tactical-Training-Blu-ray-(Arius).png │ │ │ ├── Advanced-Tactical-Training-Blu-ray-(Gehenna).png │ │ │ ├── Advanced-Tactical-Training-Blu-ray-(Hyakkiyako).png │ │ │ ├── Advanced-Tactical-Training-Blu-ray-(Millennium).png │ │ │ ├── Advanced-Tactical-Training-Blu-ray-(Red Winter).png │ │ │ ├── Advanced-Tactical-Training-Blu-ray-(Shanhaijing).png │ │ │ ├── Advanced-Tactical-Training-Blu-ray-(Trinity).png │ │ │ ├── Advanced-Tactical-Training-Blu-ray-(Valkyrie).png │ │ │ ├── Advanced-Tactical-Training-Bly-ray-(Valkyrie).png │ │ │ ├── Advanced-Tech-Notes-(Abydos).png │ │ │ ├── Advanced-Tech-Notes-(Arius).png │ │ │ ├── Advanced-Tech-Notes-(Gehenna).png │ │ │ ├── Advanced-Tech-Notes-(Hyakkiyako).png │ │ │ ├── Advanced-Tech-Notes-(Millennium).png │ │ │ ├── Advanced-Tech-Notes-(Red Winter).png │ │ │ ├── Advanced-Tech-Notes-(Shanhaijing).png │ │ │ ├── Advanced-Tech-Notes-(Trinity).png │ │ │ ├── Advanced-Tech-Notes-(Valkyrie).png │ │ │ ├── Aether-Dust.png │ │ │ ├── Aether-Essence.png │ │ │ ├── Aether-Piece.png │ │ │ ├── Aether-Shared.png │ │ │ ├── Ancient-Battery-Piece.png │ │ │ ├── Annotated-Rohonc-Codex.png │ │ │ ├── Annotated-Voynich-Manuscript.png │ │ │ ├── Antikythera-Mechanism-Piece.png │ │ │ ├── Atlantis-Medal-Piece.png │ │ │ ├── Beginner-Tactical-Training-Blu-ray-(Abydos).png │ │ │ ├── Beginner-Tactical-Training-Blu-ray-(Arius).png │ │ │ ├── Beginner-Tactical-Training-Blu-ray-(Gehenna).png │ │ │ ├── Beginner-Tactical-Training-Blu-ray-(Hyakkiyako).png │ │ │ ├── Beginner-Tactical-Training-Blu-ray-(Millennium).png │ │ │ ├── Beginner-Tactical-Training-Blu-ray-(Red Winter).png │ │ │ ├── Beginner-Tactical-Training-Blu-ray-(Shanhaijing).png │ │ │ ├── Beginner-Tactical-Training-Blu-ray-(Trinity).png │ │ │ ├── Beginner-Tactical-Training-Blu-ray-(Valkyrie).png │ │ │ ├── Beginner-Tech-Notes-(Abydos).png │ │ │ ├── Beginner-Tech-Notes-(Arius).png │ │ │ ├── Beginner-Tech-Notes-(Gehenna).png │ │ │ ├── Beginner-Tech-Notes-(Hyakkiyako).png │ │ │ ├── Beginner-Tech-Notes-(Millennium).png │ │ │ ├── Beginner-Tech-Notes-(Red Winter).png │ │ │ ├── Beginner-Tech-Notes-(Shanhaijing).png │ │ │ ├── Beginner-Tech-Notes-(Trinity).png │ │ │ ├── Beginner-Tech-Notes-(Valkyrie).png │ │ │ ├── Broken-Ancient-Battery.png │ │ │ ├── Broken-Antikythera-Mechanism.png │ │ │ ├── Broken-Atlantis-Medal.png │ │ │ ├── Broken-Crystal-Haniwa.png │ │ │ ├── Broken-Disco-Colgante.png │ │ │ ├── Broken-Istanbul-Rocket.png │ │ │ ├── Broken-Nebra-Sky-Disk.png │ │ │ ├── Broken-Nimrud-Lens.png │ │ │ ├── Broken-Okiku-Doll.png │ │ │ ├── Broken-Phaistos-Disc.png │ │ │ ├── Broken-Quimbaya-Relic.png │ │ │ ├── Broken-Rohonc-Codex.png │ │ │ ├── Broken-Roman-Dodecahedron.png │ │ │ ├── Broken-Totem-Pole.png │ │ │ ├── Broken-Winnipesaukee-Stone.png │ │ │ ├── Crystal-Haniwa-Fragment.png │ │ │ ├── Damage-Winnipesaukee-Stone.png │ │ │ ├── Damaged-Ancient-Battery.png │ │ │ ├── Damaged-Antikythera-Mechanism.png │ │ │ ├── Damaged-Atlantis-Medal.png │ │ │ ├── Damaged-Nebra-Sky-Disk.png │ │ │ ├── Damaged-Nimrud-Lens.png │ │ │ ├── Damaged-Phaistos-Disc.png │ │ │ ├── Damaged-Voynich-Manuscript.png │ │ │ ├── Disco-Colgante-Piece.png │ │ │ ├── Golden-Dress.png │ │ │ ├── Golden-Fleece.png │ │ │ ├── Golden-Wool.png │ │ │ ├── Golden-Yarn.png │ │ │ ├── High-Purity-Wolfsegg-steel.png │ │ │ ├── Intact-Ancient-Battery.png │ │ │ ├── Intact-Antikythera-Mechanism.png │ │ │ ├── Intact-Atlantis-Medal.png │ │ │ ├── Intact-Crystal-Haniwa.png │ │ │ ├── Intact-Disco-Colgante.png │ │ │ ├── Intact-Istanbul-Rocket.png │ │ │ ├── Intact-Nebra-Sky-Disk.png │ │ │ ├── Intact-Nimrud-Lens.png │ │ │ ├── Intact-Okiku-Doll.png │ │ │ ├── Intact-Phaistos-Disc.png │ │ │ ├── Intact-Quimbaya-Relic.png │ │ │ ├── Intact-Rohonc-Codex.png │ │ │ ├── Intact-Roman-Dodecahedron.png │ │ │ ├── Intact-Totem-Pole.png │ │ │ ├── Intact-Voynich-Manuscript.png │ │ │ ├── Intact-Winnipesaukee-Stone.png │ │ │ ├── Istanbul-Rocket-Piece.png │ │ │ ├── Keystone-Piece-Used-Up.png │ │ │ ├── Keystone-Piece.png │ │ │ ├── Keystone-Used-Up.png │ │ │ ├── Keystone.png │ │ │ ├── Low-Purity-Wolfsegg-steel.png │ │ │ ├── Mandrake-Extract.png │ │ │ ├── Mandrake-Juice.png │ │ │ ├── Mandrake-Seed.png │ │ │ ├── Mandrake-Sprout.png │ │ │ ├── Nebra-Sky-Disk-Piece.png │ │ │ ├── Nimrud-Lens-Piece.png │ │ │ ├── Normal-Tactical-Training-Blu-ray-(Abydos).png │ │ │ ├── Normal-Tactical-Training-Blu-ray-(Arius).png │ │ │ ├── Normal-Tactical-Training-Blu-ray-(Gehenna).png │ │ │ ├── Normal-Tactical-Training-Blu-ray-(Hyakkiyako).png │ │ │ ├── Normal-Tactical-Training-Blu-ray-(Millennium).png │ │ │ ├── Normal-Tactical-Training-Blu-ray-(Red Winter).png │ │ │ ├── Normal-Tactical-Training-Blu-ray-(Shanhaijing).png │ │ │ ├── Normal-Tactical-Training-Blu-ray-(Trinity).png │ │ │ ├── Normal-Tactical-Training-Blu-ray-(Valkyrie).png │ │ │ ├── Normal-Tech-Notes-(Abydos).png │ │ │ ├── Normal-Tech-Notes-(Arius).png │ │ │ ├── Normal-Tech-Notes-(Gehenna).png │ │ │ ├── Normal-Tech-Notes-(Hyakkiyako).png │ │ │ ├── Normal-Tech-Notes-(Millennium).png │ │ │ ├── Normal-Tech-Notes-(Red Winter).png │ │ │ ├── Normal-Tech-Notes-(Shanhaijing).png │ │ │ ├── Normal-Tech-Notes-(Trinity).png │ │ │ ├── Normal-Tech-Notes-(Valkyrie).png │ │ │ ├── Okiku-Doll-Piece.png │ │ │ ├── Phasitos-Disc-Piece.png │ │ │ ├── Quimbaya-Relic-Piece.png │ │ │ ├── Repaired-Crystal-Haniwa.png │ │ │ ├── Repaired-Disco-Colgante.png │ │ │ ├── Repaired-Istanbul-Rocket.png │ │ │ ├── Repaired-Okiku-Doll.png │ │ │ ├── Repaired-Quimbaya-Relic.png │ │ │ ├── Repaired-Roman-Dodecahedron.png │ │ │ ├── Repaired-Totem-Pole.png │ │ │ ├── Rohonc-Codex-Page.png │ │ │ ├── Roman-Dodecahedron-Piece.png │ │ │ ├── Superior-Tactical-Training-Blu-ray-(Abydos).png │ │ │ ├── Superior-Tactical-Training-Blu-ray-(Arius).png │ │ │ ├── Superior-Tactical-Training-Blu-ray-(Gehenna).png │ │ │ ├── Superior-Tactical-Training-Blu-ray-(Hyakkiyako).png │ │ │ ├── Superior-Tactical-Training-Blu-ray-(Millennium).png │ │ │ ├── Superior-Tactical-Training-Blu-ray-(Red Winter).png │ │ │ ├── Superior-Tactical-Training-Blu-ray-(Shanhaijing).png │ │ │ ├── Superior-Tactical-Training-Blu-ray-(Trinity).png │ │ │ ├── Superior-Tactical-Training-Blu-ray-(Valkyrie).png │ │ │ ├── Superior-Tactical-Training-Bly-ray-(Valkyrie).png │ │ │ ├── Superior-Tech-Notes-(Abydos).png │ │ │ ├── Superior-Tech-Notes-(Arius).png │ │ │ ├── Superior-Tech-Notes-(Gehenna).png │ │ │ ├── Superior-Tech-Notes-(Hyakkiyako).png │ │ │ ├── Superior-Tech-Notes-(Millennium).png │ │ │ ├── Superior-Tech-Notes-(Red Winter).png │ │ │ ├── Superior-Tech-Notes-(Shanhaijing).png │ │ │ ├── Superior-Tech-Notes-(Trinity).png │ │ │ ├── Superior-Tech-Notes-(Valkyrie).png │ │ │ ├── Totem-Pole-Piece.png │ │ │ ├── Voynich-Manuscript-Page.png │ │ │ ├── Winnipesaukee-Stone-Piece.png │ │ │ ├── Wolfsegg-Iron-ore.png │ │ │ ├── Wolfsegg-steel.png │ │ │ ├── collect-all-rewards-grey.png │ │ │ ├── complete-instantly.png │ │ │ ├── crafting-list.png │ │ │ ├── filter-Coin-chosen.png │ │ │ ├── filter-Coin-not-chosen.png │ │ │ ├── filter-Decoration-chosen.png │ │ │ ├── filter-Decoration-not-chosen.png │ │ │ ├── filter-Decoration-reset.png │ │ │ ├── filter-Eleph-chosen.png │ │ │ ├── filter-Eleph-not-chosen.png │ │ │ ├── filter-Eleph-reset.png │ │ │ ├── filter-Equipment-chosen.png │ │ │ ├── filter-Equipment-not-chosen.png │ │ │ ├── filter-Equipment-reset.png │ │ │ ├── filter-Furniture-chosen.png │ │ │ ├── filter-Furniture-not-chosen.png │ │ │ ├── filter-Furniture-reset.png │ │ │ ├── filter-Gift-chosen.png │ │ │ ├── filter-Gift-not-chosen.png │ │ │ ├── filter-Gift-reset.png │ │ │ ├── filter-Interior-chosen.png │ │ │ ├── filter-Interior-not-chosen.png │ │ │ ├── filter-Interior-reset.png │ │ │ ├── filter-Material-chosen.png │ │ │ ├── filter-Material-not-chosen.png │ │ │ ├── filter-Material-reset.png │ │ │ ├── filter-coin-reset.png │ │ │ ├── filter-menu.png │ │ │ ├── invitation-ticket-change-order-menu-starred-chosen.png │ │ │ ├── material-list.png │ │ │ ├── phase-1-wait-to-check-node.png │ │ │ ├── phase-2-wait-to-check-node.png │ │ │ ├── phase-3-wait-to-check-node.png │ │ │ ├── point-down.png │ │ │ ├── point-up.png │ │ │ ├── select-node.png │ │ │ ├── sort-basic-chosen.png │ │ │ ├── sort-basic-not-chosen.png │ │ │ ├── sort-count-chosen.png │ │ │ ├── sort-count-not-chosen.png │ │ │ ├── sort-menu.png │ │ │ ├── start-crafting-notice.png │ │ │ ├── start-crafting.png │ │ │ ├── start-phase-1-bright.png │ │ │ ├── start-phase-1-grey.png │ │ │ ├── start-phase-2-bright.png │ │ │ ├── start-phase-2-grey.png │ │ │ ├── start-phase-3-bright.png │ │ │ └── start-phase-3-grey.png │ │ ├── dailyGameActivity │ │ │ └── serikaSummerRamenStall │ │ │ │ ├── collect-reward-bright.png │ │ │ │ ├── collect-reward-grey.png │ │ │ │ ├── daily-task-grey.png │ │ │ │ ├── daily-task.png │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ ├── final-result.png │ │ │ │ ├── game-playing-feature.png │ │ │ │ ├── noodles │ │ │ │ ├── 1-2-3-7.png │ │ │ │ ├── 1-2-3-7_2.png │ │ │ │ ├── 1-2-3-8.png │ │ │ │ ├── 1-2-3-8_2.png │ │ │ │ ├── 1-2-3-8_3.png │ │ │ │ ├── 1-2-3-8_4.png │ │ │ │ ├── 1-2-4-7.png │ │ │ │ ├── 1-2-4-7_2.png │ │ │ │ ├── 1-2-4-8.png │ │ │ │ ├── 1-2-4-8_2.png │ │ │ │ ├── 1-2-5-7.png │ │ │ │ ├── 1-2-5-7_2.png │ │ │ │ ├── 1-2-5-8.png │ │ │ │ ├── 1-2-5-8_2.png │ │ │ │ ├── 1-2-5-8_3.png │ │ │ │ ├── 1-2-6-7.png │ │ │ │ ├── 1-2-6-7_2.png │ │ │ │ ├── 1-2-6-8.png │ │ │ │ ├── 1-2-6-8_2.png │ │ │ │ ├── 1-2-7.png │ │ │ │ ├── 1-2-7_2.png │ │ │ │ ├── 1-2-8.png │ │ │ │ ├── 1-2-8_2.png │ │ │ │ ├── 1-2-8_3.png │ │ │ │ ├── 1-2-8_4.png │ │ │ │ ├── 1-3-4-7.png │ │ │ │ ├── 1-3-4-7_2.png │ │ │ │ ├── 1-3-4-8.png │ │ │ │ ├── 1-3-5-7.png │ │ │ │ ├── 1-3-5-7_2.png │ │ │ │ ├── 1-3-5-8.png │ │ │ │ ├── 1-3-5-8_2.png │ │ │ │ ├── 1-3-6-7.png │ │ │ │ ├── 1-3-6-7_2.png │ │ │ │ ├── 1-3-6-7_3.png │ │ │ │ ├── 1-3-6-8.png │ │ │ │ ├── 1-3-6-8_2.png │ │ │ │ ├── 1-3-6-8_3.png │ │ │ │ ├── 1-3-7.png │ │ │ │ ├── 1-3-7_2.png │ │ │ │ ├── 1-3-7_3.png │ │ │ │ ├── 1-3-8.png │ │ │ │ ├── 1-3-8_2.png │ │ │ │ ├── 1-4-5-7.png │ │ │ │ ├── 1-4-5-8.png │ │ │ │ ├── 1-4-5-8_2.png │ │ │ │ ├── 1-4-6-7.png │ │ │ │ ├── 1-4-6-8.png │ │ │ │ ├── 1-4-6-8_2.png │ │ │ │ ├── 1-4-7.png │ │ │ │ ├── 1-4-7_4.png │ │ │ │ ├── 1-4-8.png │ │ │ │ ├── 1-4-8_2.png │ │ │ │ ├── 1-5-6-7.png │ │ │ │ ├── 1-5-6-7_2.png │ │ │ │ ├── 1-5-6-8.png │ │ │ │ ├── 1-5-6-8_2.png │ │ │ │ ├── 1-5-6-8_3.png │ │ │ │ ├── 1-5-6-8_4.png │ │ │ │ ├── 1-5-7.png │ │ │ │ ├── 1-5-7_2.png │ │ │ │ ├── 1-5-8.png │ │ │ │ ├── 1-5-8_2.png │ │ │ │ ├── 1-6-7.png │ │ │ │ ├── 1-6-7_2.png │ │ │ │ ├── 1-6-8.png │ │ │ │ └── 1-6-8_2.png │ │ │ │ └── start-game.png │ │ ├── friend │ │ │ ├── delete-friend-notice.png │ │ │ ├── delete-friend.png │ │ │ ├── friend-management-menu.png │ │ │ └── player-info.png │ │ ├── group │ │ │ ├── enter-button.png │ │ │ ├── join-club.png │ │ │ ├── menu.png │ │ │ └── sign-up-reward.png │ │ ├── group_story │ │ │ ├── enter-group-story.png │ │ │ ├── episode-cleared-feature.png │ │ │ ├── episode-info.png │ │ │ ├── menu.png │ │ │ ├── plot-not-open.png │ │ │ └── select-episode.png │ │ ├── joint_firing_drill │ │ │ ├── Assault-lock.png │ │ │ ├── Assault-next.png │ │ │ ├── Assault-open.png │ │ │ ├── Defense-fighting.png │ │ │ ├── Defense-lock.png │ │ │ ├── Defense-next.png │ │ │ ├── Defense-open.png │ │ │ ├── Season-Record.png │ │ │ ├── Shooting-fighting.png │ │ │ ├── Shooting-lock.png │ │ │ ├── Shooting-open.png │ │ │ ├── change-unit-formation.png │ │ │ ├── drill-finish.png │ │ │ ├── drill-information.png │ │ │ ├── fight-1-finished.png │ │ │ ├── fight-1-unfinished.png │ │ │ ├── fight-2-finished.png │ │ │ ├── fight-2-unfinished.png │ │ │ ├── select-drill-menu.png │ │ │ ├── shooting-next.png │ │ │ ├── start-drill-notice.png │ │ │ ├── start-sweep-notice.png │ │ │ ├── sweep-complete.png │ │ │ ├── sweep-menu.png │ │ │ └── sweep-menu2.png │ │ ├── lesson │ │ │ ├── all-locations.png │ │ │ ├── lesson-information.png │ │ │ ├── lesson-report.png │ │ │ ├── location-select.png │ │ │ ├── purchase-lesson-ticket-menu.png │ │ │ ├── purchase-lesson-ticket-notice.png │ │ │ └── select-location.png │ │ ├── lesson_affection │ │ │ ├── Airi.png │ │ │ ├── Akari.png │ │ │ ├── Aris (Maid).png │ │ │ ├── Aris.png │ │ │ ├── Aru (New Year).png │ │ │ ├── Asuna (Bunny).png │ │ │ ├── Atsuko.png │ │ │ ├── Ayane (Swimsuit).png │ │ │ ├── Ayane.png │ │ │ ├── Azusa (Swimsuit).png │ │ │ ├── Azusa.png │ │ │ ├── Cherino.png │ │ │ ├── Chihiro.png │ │ │ ├── Chinatsu (Hot Spring).png │ │ │ ├── Chinatsu.png │ │ │ ├── Chise.png │ │ │ ├── Eimi.png │ │ │ ├── Fubuki.png │ │ │ ├── Fuuka.png │ │ │ ├── Hanae (Christmas).png │ │ │ ├── Hanae.png │ │ │ ├── Hanako.png │ │ │ ├── Hare.png │ │ │ ├── Haruka.png │ │ │ ├── Hasumi (Track).png │ │ │ ├── Hatsune Miku.png │ │ │ ├── Hibiki (Cheer Squad).png │ │ │ ├── Hifumi (Swimsuit).png │ │ │ ├── Hifumi.png │ │ │ ├── Himari.png │ │ │ ├── Hina (Swimsuit).png │ │ │ ├── Hina.png │ │ │ ├── Hiyori.png │ │ │ ├── Hoshino (Swimsuit).png │ │ │ ├── Hoshino.png │ │ │ ├── Iori (Swimsuit).png │ │ │ ├── Iori.png │ │ │ ├── Iroha.png │ │ │ ├── Izumi.png │ │ │ ├── Izuna.png │ │ │ ├── Junko (New Year).png │ │ │ ├── Kaede.png │ │ │ ├── Karin (Bunny).png │ │ │ ├── Kayoko (New Year).png │ │ │ ├── Kazusa.png │ │ │ ├── Kirino.png │ │ │ ├── Koharu.png │ │ │ ├── Kokona.png │ │ │ ├── Kotama.png │ │ │ ├── Maki.png │ │ │ ├── Mashiro (Swimsuit).png │ │ │ ├── Mashiro.png │ │ │ ├── Megu.png │ │ │ ├── Midori.png │ │ │ ├── Mika.png │ │ │ ├── Mimori.png │ │ │ ├── Mine.png │ │ │ ├── Miyako (Swimsuit).png │ │ │ ├── Miyako.png │ │ │ ├── Miyu.png │ │ │ ├── Moe.png │ │ │ ├── Momoi.png │ │ │ ├── Mutsuki (New Year).png │ │ │ ├── Nagisa.png │ │ │ ├── Natsu.png │ │ │ ├── Neru (Bunny).png │ │ │ ├── Noa.png │ │ │ ├── Nodoka.png │ │ │ ├── Nonomi.png │ │ │ ├── Reisa.png │ │ │ ├── Rumi.png │ │ │ ├── Sakurako.png │ │ │ ├── Saori.png │ │ │ ├── Saya (Casual).png │ │ │ ├── Sena.png │ │ │ ├── Serika.png │ │ │ ├── Serina (Christmas).png │ │ │ ├── Shimiko.png │ │ │ ├── Shiroko (Cycling).png │ │ │ ├── Shiroko.png │ │ │ ├── Shizuko.png │ │ │ ├── Shun.png │ │ │ ├── Suzumi.png │ │ │ ├── Toki (Bunny).png │ │ │ ├── Toki.png │ │ │ ├── Tsurugi (Swimsuit).png │ │ │ ├── Ui.png │ │ │ ├── Utaha.png │ │ │ ├── Wakamo (Swimsuit).png │ │ │ ├── Wakamo.png │ │ │ ├── Yuuka (Track).png │ │ │ ├── Yuuka.png │ │ │ ├── Yuzu (Maid).png │ │ │ └── Yuzu.png │ │ ├── mail │ │ │ └── menu.png │ │ ├── main_page │ │ │ ├── back-arrow.png │ │ │ ├── bus.png │ │ │ ├── daily-attendance.png │ │ │ ├── fail-to-load-game-resources.png │ │ │ ├── full-notice.png │ │ │ ├── game-download-resource-notice.png │ │ │ ├── get-character.png │ │ │ ├── home-feature.png │ │ │ ├── item-expire.png │ │ │ ├── login-feature.png │ │ │ ├── menu.png │ │ │ ├── net-work-unstable.png │ │ │ ├── news.png │ │ │ ├── news2.png │ │ │ ├── privacy-policy.png │ │ │ ├── quick-home.png │ │ │ ├── relationship-rank-up.png │ │ │ ├── renewal-month-card.png │ │ │ └── skip-notice.png │ │ ├── main_story │ │ │ ├── continue-plot.png │ │ │ ├── enter-main-story.png │ │ │ ├── episode-1-title.png │ │ │ ├── episode-2-title.png │ │ │ ├── episode-3-title.png │ │ │ ├── episode-4-title.png │ │ │ ├── episode-5-title.png │ │ │ ├── episode-7-title.png │ │ │ ├── episode-cleared-feature.png │ │ │ ├── episode-info.png │ │ │ ├── episode1.png │ │ │ ├── episode2.png │ │ │ ├── episode3.png │ │ │ ├── episode4.png │ │ │ ├── episode5.png │ │ │ ├── episode6.png │ │ │ ├── episode7.png │ │ │ ├── grid_mission_info │ │ │ │ ├── Operation-Recapture-Schale-2.png │ │ │ │ ├── Rush.png │ │ │ │ ├── The-Fifth-Sanctum-Outskirts-of-the-City-of-Eridu.png │ │ │ │ ├── The-Final-Defense-Operation-Schale.png │ │ │ │ ├── The-First-Sanctum-Abydos-Desert-District.png │ │ │ │ ├── The-Forth-Sanctum-Basilica-in-the-Catacomb.png │ │ │ │ ├── The-Guide-of-Chroma.png │ │ │ │ ├── The-Second-Sanctum-Millennium-Ruins-District.png │ │ │ │ └── The-Third-Sanctum-Abandoned-Amusement-Park.png │ │ │ ├── menu.png │ │ │ ├── plot-index.png │ │ │ ├── plot-not-open.png │ │ │ └── select-episode.png │ │ ├── mini_story │ │ │ ├── enter-mini-story.png │ │ │ ├── episode-cleared-feature.png │ │ │ ├── episode-info.png │ │ │ ├── menu.png │ │ │ └── select-episode.png │ │ ├── momo_talk │ │ │ ├── down.png │ │ │ ├── momotalk-peach.png │ │ │ ├── sort-affection-chosen.png │ │ │ ├── sort-menu.png │ │ │ ├── sort-newest-chosen.png │ │ │ ├── sort-starred-chosen.png │ │ │ ├── sort-unread-chosen.png │ │ │ └── up.png │ │ ├── mumu │ │ │ ├── accept-su1.png │ │ │ └── accept-su2.png │ │ ├── normal_task │ │ │ ├── SUB-task-info.png │ │ │ ├── SUB.png │ │ │ ├── auto-over.png │ │ │ ├── challenge-button.png │ │ │ ├── challenge-menu.png │ │ │ ├── challenge1-finished.png │ │ │ ├── challenge1-unfinished.png │ │ │ ├── challenge2-finished.png │ │ │ ├── challenge2-unfinished.png │ │ │ ├── charge-challenge-counts.png │ │ │ ├── end-turn.png │ │ │ ├── enter-task-button.png │ │ │ ├── fail-confirm.png │ │ │ ├── fight-confirm.png │ │ │ ├── fight-end-back-to-main-page.png │ │ │ ├── fight-pause.png │ │ │ ├── fight-skip.png │ │ │ ├── fight-task-info.png │ │ │ ├── formation-edit-preset-name.png │ │ │ ├── formation-menu.png │ │ │ ├── formation-preset.png │ │ │ ├── formation-set-confirm.png │ │ │ ├── help.png │ │ │ ├── mission-operating-task-info-notice.png │ │ │ ├── mission-operating-task-info.png │ │ │ ├── mission-pause.png │ │ │ ├── move-force-confirm.png │ │ │ ├── present.png │ │ │ ├── prize-confirm.png │ │ │ ├── region-unavailable-left.png │ │ │ ├── region-unavailable-right.png │ │ │ ├── retreat-notice.png │ │ │ ├── skip-sweep-complete.png │ │ │ ├── start-sweep-notice.png │ │ │ ├── sweep-complete.png │ │ │ ├── task-A-info.png │ │ │ ├── task-begin-without-further-editing-notice.png │ │ │ ├── task-finish.png │ │ │ ├── task-info.png │ │ │ ├── task-operating-feature.png │ │ │ ├── task-operating-round-over-notice.png │ │ │ ├── task-wait-to-begin-feature.png │ │ │ ├── teleport-notice.png │ │ │ └── unlock-notice.png │ │ ├── plot │ │ │ ├── change-unit-formation.png │ │ │ ├── formation.png │ │ │ ├── menu.png │ │ │ ├── self-formation.png │ │ │ ├── skip-plot-button.png │ │ │ └── skip-plot-notice.png │ │ ├── purchase_ap │ │ │ ├── notice-localized.png │ │ │ └── notice.png │ │ ├── rewarded_task │ │ │ ├── help.png │ │ │ ├── level-list.png │ │ │ ├── location-select.png │ │ │ ├── purchase-bounty-ticket-menu.png │ │ │ ├── purchase-bounty-ticket-notice.png │ │ │ └── task-info.png │ │ ├── scrimmage │ │ │ ├── academy-select.png │ │ │ ├── level-list.png │ │ │ ├── purchase-scrimmage-ticket-menu.png │ │ │ ├── purchase-scrimmage-ticket-notice.png │ │ │ └── task-info.png │ │ ├── shop │ │ │ ├── coin-type-creditpoints-bright.png │ │ │ ├── coin-type-creditpoints-grey.png │ │ │ ├── coin-type-pyroxene-bright.png │ │ │ ├── coin-type-pyroxene-grey.png │ │ │ ├── item-chosen.png │ │ │ ├── list-type-name-feature.png │ │ │ ├── menu.png │ │ │ ├── purchase-available.png │ │ │ ├── purchase-notice1.png │ │ │ ├── purchase-unavailable.png │ │ │ ├── refresh-button-appear.png │ │ │ ├── refresh-notice.png │ │ │ └── refresh-unavailable-notice.png │ │ ├── special_task │ │ │ ├── level-list.png │ │ │ ├── request-select.png │ │ │ └── task-info.png │ │ ├── total_assault │ │ │ ├── battle-lost-confirm.png │ │ │ ├── battle-win-confirm.png │ │ │ ├── edit-force.png │ │ │ ├── enter-fight-without-further-editing-notice.png │ │ │ ├── give-up-notice.png │ │ │ ├── inadequate-ticket.png │ │ │ ├── menu.png │ │ │ ├── reach-season-highest-record.png │ │ │ ├── room-info.png │ │ │ ├── total-assault-info.png │ │ │ ├── total-assault-result.png │ │ │ ├── use-ticket-notice.png │ │ │ └── win-reward-confirm.png │ │ ├── work_task │ │ │ └── menu.png │ │ └── x_y_range │ │ │ ├── activity │ │ │ ├── ACertainScientificRecordOfYouth.py │ │ │ ├── ALittleBeforetheFoodPiledUpTheBestGame.py │ │ │ ├── AbydosResortRestorationCommittee.py │ │ │ ├── BaskingInTheBrillianceOfTheirSerenade.py │ │ │ ├── D_U_ShiratoriWardRestorationWork.py │ │ │ ├── ElectronicNewYearsMarch.py │ │ │ ├── FromOpera0068WithLove.py │ │ │ ├── GakumanDoujinshiTheFinalEpisodeSoughtByTwoPeople.py │ │ │ ├── GetSetGoKivotosHaloGames.py │ │ │ ├── InSearchOfAHiddenHeritageTrinity'sExtracurricularActivities.py │ │ │ ├── LivelyandBusily.py │ │ │ ├── NewYearsAperitifOneAndDoneMatch.py │ │ │ ├── OnYourMarkAtMillenniumKivotosHaloFestival.py │ │ │ ├── PlayHideAndSeekAtImaginationLand.py │ │ │ ├── PresidentHinasSummerVacation.py │ │ │ ├── RyubuDoushuWhatsEnvisionedisOneSoleFuture.py │ │ │ ├── SummerSkysWishes.py │ │ │ ├── SummerSpecialOperationsRABBITPlatoonAndTheMysteryOfTheMissingShrimp.py │ │ │ ├── SweetSecretsAndGunfightsATaleOfAfterSchoolSweets.py │ │ │ ├── TheCathedralsMerryChristmas.py │ │ │ ├── TripTrapTrain.py │ │ │ ├── WarningOfWhiteChalkWhereAestheticsResideInTheMansionOfDeception.py │ │ │ ├── anUnconcealedHeart.py │ │ │ ├── bunnyChaserOnTheShip.py │ │ │ ├── bunnyChaserOnTheShip2.py │ │ │ ├── iveAlive.py │ │ │ ├── no_227_kinosaki_spa.py │ │ │ ├── no_68_spring_wild_dream.py │ │ │ ├── pleasant_Valentines_Day_in_schale.py │ │ │ ├── reckless_nun_and_the_witch_in_the_old_library.py │ │ │ ├── revolutionKupalaNight.py │ │ │ └── sakura_flowing_chaos_in_the_gala.py │ │ │ ├── activity_common.py │ │ │ ├── arena.py │ │ │ ├── cafe.py │ │ │ ├── create.py │ │ │ ├── dailyGameActivity │ │ │ └── serikaSummerRamenStall.py │ │ │ ├── friend.py │ │ │ ├── group.py │ │ │ ├── group_story.py │ │ │ ├── joint_firing_drill.py │ │ │ ├── lesson.py │ │ │ ├── lesson_affection.py │ │ │ ├── mail.py │ │ │ ├── main_page.py │ │ │ ├── main_story │ │ │ ├── grid_mission_info.py │ │ │ └── main_story.py │ │ │ ├── mini_story.py │ │ │ ├── momotalk.py │ │ │ ├── mumu.py │ │ │ ├── normal_task.py │ │ │ ├── plot.py │ │ │ ├── purchase_ap.py │ │ │ ├── rewarded_task.py │ │ │ ├── scrimmage.py │ │ │ ├── shop.py │ │ │ ├── special_task.py │ │ │ ├── total_assault.py │ │ │ └── work_task.py │ ├── Global_en-us │ │ ├── activity │ │ │ ├── BaskingInTheBrillianceOfTheirSerenade │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── ElectronicNewYearsMarch │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── FromOpera0068WithLove │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── NewYearsAperitifOneAndDoneMatch │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── PandemicHazardAMiraclePancake │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── RowdyAndCherry │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── RyubuDoushuWhatsEnvisionedisOneSoleFuture │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── SecretMidnightParty │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── SerenadePromenade │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── SunlightGirlsNightSong │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── TheCathedralsMerryChristmas │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── common │ │ │ │ ├── challenge-chosen-0.png │ │ │ │ ├── challenge-not-chosen-0.png │ │ │ │ ├── fight-success-confirm.png │ │ │ │ ├── formation.png │ │ │ │ ├── menu.png │ │ │ │ ├── mission-chosen-0.png │ │ │ │ ├── mission-chosen-1.png │ │ │ │ ├── mission-enter-task-button.png │ │ │ │ ├── mission-not-chosen-0.png │ │ │ │ ├── mission-not-chosen-1.png │ │ │ │ ├── play-guide.png │ │ │ │ ├── quest-challenge-button.png │ │ │ │ ├── self-formation.png │ │ │ │ ├── story-chosen-0.png │ │ │ │ ├── story-chosen-1.png │ │ │ │ ├── story-enter-task-button.png │ │ │ │ ├── story-not-chosen-0.png │ │ │ │ ├── story-not-chosen-1.png │ │ │ │ ├── task-info.png │ │ │ │ ├── task-no-goals.png │ │ │ │ └── unit-formation.png │ │ │ └── iveAlive │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ ├── arena │ │ │ ├── battle-lost.png │ │ │ ├── battle-win.png │ │ │ ├── best-record.png │ │ │ ├── edit-force.png │ │ │ ├── menu.png │ │ │ ├── opponent-info.png │ │ │ ├── purchase-tactical-challenge-ticket.png │ │ │ └── season-record.png │ │ ├── cafe │ │ │ ├── 0.0.png │ │ │ ├── button-goto-no1-cafe.png │ │ │ ├── button-goto-no2-cafe.png │ │ │ ├── cafe-reward-status.png │ │ │ ├── confirm-invite.png │ │ │ ├── duplicate-invite-notice.png │ │ │ ├── duplicate-invite.png │ │ │ ├── invitation-ticket-change-order-menu-academy-chosen.png │ │ │ ├── invitation-ticket-change-order-menu-affection-chosen.png │ │ │ ├── invitation-ticket-change-order-menu-name-chosen.png │ │ │ ├── invitation-ticket-change-order-menu-starred-chosen.png │ │ │ ├── invitation-ticket-change-order-menu.png │ │ │ ├── invitation-ticket-invalid.png │ │ │ ├── invitation-ticket-order-academy.png │ │ │ ├── invitation-ticket-order-affection.png │ │ │ ├── invitation-ticket-order-down.png │ │ │ ├── invitation-ticket-order-name.png │ │ │ ├── invitation-ticket-order-starred.png │ │ │ ├── invitation-ticket-order-up.png │ │ │ ├── invitation-ticket.png │ │ │ ├── invite-student-button.png │ │ │ ├── menu.png │ │ │ ├── quick-home.png │ │ │ ├── students-arrived.png │ │ │ └── switch-clothes-notice.png │ │ ├── create │ │ │ ├── Advanced-Tactical-Training-Blu-ray-(Abydos).png │ │ │ ├── Advanced-Tactical-Training-Blu-ray-(Arius).png │ │ │ ├── Advanced-Tactical-Training-Blu-ray-(Gehenna).png │ │ │ ├── Advanced-Tactical-Training-Blu-ray-(Hyakkiyako).png │ │ │ ├── Advanced-Tactical-Training-Blu-ray-(Millennium).png │ │ │ ├── Advanced-Tactical-Training-Blu-ray-(Red Winter).png │ │ │ ├── Advanced-Tactical-Training-Blu-ray-(Shanhaijing).png │ │ │ ├── Advanced-Tactical-Training-Blu-ray-(Trinity).png │ │ │ ├── Advanced-Tactical-Training-Blu-ray-(Valkyrie).png │ │ │ ├── Advanced-Tech-Notes-(Abydos).png │ │ │ ├── Advanced-Tech-Notes-(Arius).png │ │ │ ├── Advanced-Tech-Notes-(Gehenna).png │ │ │ ├── Advanced-Tech-Notes-(Hyakkiyako).png │ │ │ ├── Advanced-Tech-Notes-(Millennium).png │ │ │ ├── Advanced-Tech-Notes-(Red Winter).png │ │ │ ├── Advanced-Tech-Notes-(Shanhaijing).png │ │ │ ├── Advanced-Tech-Notes-(Trinity).png │ │ │ ├── Advanced-Tech-Notes-(Valkyrie).png │ │ │ ├── Aether-Dust.png │ │ │ ├── Aether-Essence.png │ │ │ ├── Aether-Piece.png │ │ │ ├── Aether-Shared.png │ │ │ ├── Ancient-Battery-Piece.png │ │ │ ├── Annotated-Rohonc-Codex.png │ │ │ ├── Annotated-Voynich-Manuscript.png │ │ │ ├── Antikythera-Mechanism-Piece.png │ │ │ ├── Atlantis-Medal-Piece.png │ │ │ ├── Beginner-Tactical-Training-Blu-ray-(Abydos).png │ │ │ ├── Beginner-Tactical-Training-Blu-ray-(Arius).png │ │ │ ├── Beginner-Tactical-Training-Blu-ray-(Gehenna).png │ │ │ ├── Beginner-Tactical-Training-Blu-ray-(Hyakkiyako).png │ │ │ ├── Beginner-Tactical-Training-Blu-ray-(Millennium).png │ │ │ ├── Beginner-Tactical-Training-Blu-ray-(Red Winter).png │ │ │ ├── Beginner-Tactical-Training-Blu-ray-(Shanhaijing).png │ │ │ ├── Beginner-Tactical-Training-Blu-ray-(Trinity).png │ │ │ ├── Beginner-Tactical-Training-Blu-ray-(Valkyrie).png │ │ │ ├── Beginner-Tech-Notes-(Abydos).png │ │ │ ├── Beginner-Tech-Notes-(Arius).png │ │ │ ├── Beginner-Tech-Notes-(Gehenna).png │ │ │ ├── Beginner-Tech-Notes-(Hyakkiyako).png │ │ │ ├── Beginner-Tech-Notes-(Millennium).png │ │ │ ├── Beginner-Tech-Notes-(Red Winter).png │ │ │ ├── Beginner-Tech-Notes-(Shanhaijing).png │ │ │ ├── Beginner-Tech-Notes-(Trinity).png │ │ │ ├── Beginner-Tech-Notes-(Valkyrie).png │ │ │ ├── Broken-Ancient-Battery.png │ │ │ ├── Broken-Antikythera-Mechanism.png │ │ │ ├── Broken-Atlantis-Medal.png │ │ │ ├── Broken-Crystal-Haniwa.png │ │ │ ├── Broken-Disco-Colgante.png │ │ │ ├── Broken-Istanbul-Rocket.png │ │ │ ├── Broken-Nebra-Sky-Disk.png │ │ │ ├── Broken-Nimrud-Lens.png │ │ │ ├── Broken-Okiku-Doll.png │ │ │ ├── Broken-Phaistos-Disc.png │ │ │ ├── Broken-Quimbaya-Relic.png │ │ │ ├── Broken-Rohonc-Codex.png │ │ │ ├── Broken-Roman-Dodecahedron.png │ │ │ ├── Broken-Totem-Pole.png │ │ │ ├── Broken-Winnipesaukee-Stone.png │ │ │ ├── Crystal-Haniwa-Fragment.png │ │ │ ├── Damage-Winnipesaukee-Stone.png │ │ │ ├── Damaged-Ancient-Battery.png │ │ │ ├── Damaged-Antikythera-Mechanism.png │ │ │ ├── Damaged-Atlantis-Medal.png │ │ │ ├── Damaged-Nebra-Sky-Disk.png │ │ │ ├── Damaged-Nimrud-Lens.png │ │ │ ├── Damaged-Phaistos-Disc.png │ │ │ ├── Damaged-Voynich-Manuscript.png │ │ │ ├── Disco-Colgante-Piece.png │ │ │ ├── Golden-Dress.png │ │ │ ├── Golden-Fleece.png │ │ │ ├── Golden-Wool.png │ │ │ ├── Golden-Yarn.png │ │ │ ├── High-Purity-Wolfsegg-steel.png │ │ │ ├── Intact-Ancient-Battery.png │ │ │ ├── Intact-Antikythera-Mechanism.png │ │ │ ├── Intact-Atlantis-Medal.png │ │ │ ├── Intact-Crystal-Haniwa.png │ │ │ ├── Intact-Disco-Colgante.png │ │ │ ├── Intact-Istanbul-Rocket.png │ │ │ ├── Intact-Nebra-Sky-Disk.png │ │ │ ├── Intact-Nimrud-Lens.png │ │ │ ├── Intact-Okiku-Doll.png │ │ │ ├── Intact-Phaistos-Disc.png │ │ │ ├── Intact-Quimbaya-Relic.png │ │ │ ├── Intact-Rohonc-Codex.png │ │ │ ├── Intact-Roman-Dodecahedron.png │ │ │ ├── Intact-Totem-Pole.png │ │ │ ├── Intact-Voynich-Manuscript.png │ │ │ ├── Intact-Winnipesaukee-Stone.png │ │ │ ├── Istanbul-Rocket-Piece.png │ │ │ ├── Keystone-Piece-Used-Up.png │ │ │ ├── Keystone-Piece.png │ │ │ ├── Keystone-Used-Up.png │ │ │ ├── Keystone.png │ │ │ ├── Low-Purity-Wolfsegg-steel.png │ │ │ ├── Mandrake-Extract.png │ │ │ ├── Mandrake-Juice.png │ │ │ ├── Mandrake-Seed.png │ │ │ ├── Mandrake-Sprout.png │ │ │ ├── Nebra-Sky-Disk-Piece.png │ │ │ ├── Nimrud-Lens-Piece.png │ │ │ ├── Normal-Tactical-Training-Blu-ray-(Abydos).png │ │ │ ├── Normal-Tactical-Training-Blu-ray-(Arius).png │ │ │ ├── Normal-Tactical-Training-Blu-ray-(Gehenna).png │ │ │ ├── Normal-Tactical-Training-Blu-ray-(Hyakkiyako).png │ │ │ ├── Normal-Tactical-Training-Blu-ray-(Millennium).png │ │ │ ├── Normal-Tactical-Training-Blu-ray-(Red Winter).png │ │ │ ├── Normal-Tactical-Training-Blu-ray-(Shanhaijing).png │ │ │ ├── Normal-Tactical-Training-Blu-ray-(Trinity).png │ │ │ ├── Normal-Tactical-Training-Blu-ray-(Valkyrie).png │ │ │ ├── Normal-Tech-Notes-(Abydos).png │ │ │ ├── Normal-Tech-Notes-(Arius).png │ │ │ ├── Normal-Tech-Notes-(Gehenna).png │ │ │ ├── Normal-Tech-Notes-(Hyakkiyako).png │ │ │ ├── Normal-Tech-Notes-(Millennium).png │ │ │ ├── Normal-Tech-Notes-(Red Winter).png │ │ │ ├── Normal-Tech-Notes-(Shanhaijing).png │ │ │ ├── Normal-Tech-Notes-(Trinity).png │ │ │ ├── Normal-Tech-Notes-(Valkyrie).png │ │ │ ├── Okiku-Doll-Piece.png │ │ │ ├── Phasitos-Disc-Piece.png │ │ │ ├── Quimbaya-Relic-Piece.png │ │ │ ├── Repaired-Crystal-Haniwa.png │ │ │ ├── Repaired-Disco-Colgante.png │ │ │ ├── Repaired-Istanbul-Rocket.png │ │ │ ├── Repaired-Okiku-Doll.png │ │ │ ├── Repaired-Quimbaya-Relic.png │ │ │ ├── Repaired-Roman-Dodecahedron.png │ │ │ ├── Repaired-Totem-Pole.png │ │ │ ├── Rohonc-Codex-Page.png │ │ │ ├── Roman-Dodecahedron-Piece.png │ │ │ ├── Superior-Tactical-Training-Blu-ray-(Abydos).png │ │ │ ├── Superior-Tactical-Training-Blu-ray-(Arius).png │ │ │ ├── Superior-Tactical-Training-Blu-ray-(Gehenna).png │ │ │ ├── Superior-Tactical-Training-Blu-ray-(Hyakkiyako).png │ │ │ ├── Superior-Tactical-Training-Blu-ray-(Millennium).png │ │ │ ├── Superior-Tactical-Training-Blu-ray-(Red Winter).png │ │ │ ├── Superior-Tactical-Training-Blu-ray-(Shanhaijing).png │ │ │ ├── Superior-Tactical-Training-Blu-ray-(Trinity).png │ │ │ ├── Superior-Tactical-Training-Blu-ray-(Valkyrie).png │ │ │ ├── Superior-Tech-Notes-(Abydos).png │ │ │ ├── Superior-Tech-Notes-(Arius).png │ │ │ ├── Superior-Tech-Notes-(Gehenna).png │ │ │ ├── Superior-Tech-Notes-(Hyakkiyako).png │ │ │ ├── Superior-Tech-Notes-(Millennium).png │ │ │ ├── Superior-Tech-Notes-(Red Winter).png │ │ │ ├── Superior-Tech-Notes-(Shanhaijing).png │ │ │ ├── Superior-Tech-Notes-(Trinity).png │ │ │ ├── Superior-Tech-Notes-(Valkyrie).png │ │ │ ├── Totem-Pole-Piece.png │ │ │ ├── Voynich-Manuscript-Page.png │ │ │ ├── Winnipesaukee-Stone-Piece.png │ │ │ ├── Wolfsegg-Iron-ore.png │ │ │ ├── Wolfsegg-steel.png │ │ │ ├── collect-all-rewards-grey.png │ │ │ ├── complete-instantly.png │ │ │ ├── crafting-list.png │ │ │ ├── filter-Coin-chosen.png │ │ │ ├── filter-Coin-not-chosen.png │ │ │ ├── filter-Coin-reset.png │ │ │ ├── filter-Decoration-chosen.png │ │ │ ├── filter-Decoration-not-chosen.png │ │ │ ├── filter-Decoration-reset.png │ │ │ ├── filter-Eleph-chosen.png │ │ │ ├── filter-Eleph-not-chosen.png │ │ │ ├── filter-Eleph-reset.png │ │ │ ├── filter-Equipment-chosen.png │ │ │ ├── filter-Equipment-not-chosen.png │ │ │ ├── filter-Equipment-reset.png │ │ │ ├── filter-Furniture-chosen.png │ │ │ ├── filter-Furniture-not-chosen.png │ │ │ ├── filter-Furniture-reset.png │ │ │ ├── filter-Gift-chosen.png │ │ │ ├── filter-Gift-not-chosen.png │ │ │ ├── filter-Gift-reset.png │ │ │ ├── filter-Interior-chosen.png │ │ │ ├── filter-Interior-not-chosen.png │ │ │ ├── filter-Interior-reset.png │ │ │ ├── filter-Material-chosen.png │ │ │ ├── filter-Material-not-chosen.png │ │ │ ├── filter-Material-reset.png │ │ │ ├── filter-menu.png │ │ │ ├── material-list.png │ │ │ ├── phase-1-wait-to-check-node.png │ │ │ ├── phase-2-wait-to-check-node.png │ │ │ ├── phase-3-wait-to-check-node.png │ │ │ ├── point-down.png │ │ │ ├── point-up.png │ │ │ ├── select-node.png │ │ │ ├── sort-basic-chosen.png │ │ │ ├── sort-basic-not-chosen.png │ │ │ ├── sort-count-chosen.png │ │ │ ├── sort-count-not-chosen.png │ │ │ ├── sort-menu.png │ │ │ ├── sort-name-chosen.png │ │ │ ├── sort-name-not-chosen.png │ │ │ ├── start-crafting-notice.png │ │ │ ├── start-crafting.png │ │ │ ├── start-phase-1-bright.png │ │ │ ├── start-phase-1-grey.png │ │ │ ├── start-phase-2-bright.png │ │ │ ├── start-phase-2-grey.png │ │ │ ├── start-phase-3-bright.png │ │ │ └── start-phase-3-grey.png │ │ ├── fighting │ │ │ └── common │ │ │ │ ├── pause-button.png │ │ │ │ ├── pause-notice.png │ │ │ │ └── retreat-notice.png │ │ ├── friend │ │ │ ├── delete-friend-notice.png │ │ │ ├── delete-friend.png │ │ │ ├── friend-management-menu.png │ │ │ └── player-info.png │ │ ├── group │ │ │ ├── enter-button.png │ │ │ ├── join-club.png │ │ │ ├── menu.png │ │ │ └── sign-up-reward.png │ │ ├── group_story │ │ │ ├── enter-group-story.png │ │ │ ├── episode-cleared-feature.png │ │ │ ├── episode-info.png │ │ │ ├── menu.png │ │ │ └── select-episode.png │ │ ├── joint_firing_drill │ │ │ ├── Assault-lock.png │ │ │ ├── Defense-next.png │ │ │ ├── Season-Record.png │ │ │ ├── Shooting-fighting.png │ │ │ ├── Shooting-open.png │ │ │ ├── drill-finish.png │ │ │ ├── drill-information.png │ │ │ ├── select-drill-menu.png │ │ │ ├── start-drill-notice.png │ │ │ ├── start-sweep-notice.png │ │ │ ├── sweep-complete.png │ │ │ └── sweep-menu.png │ │ ├── lesson │ │ │ ├── all-locations.png │ │ │ ├── lesson-information.png │ │ │ ├── lesson-report.png │ │ │ ├── location-select.png │ │ │ ├── purchase-lesson-ticket-menu.png │ │ │ ├── purchase-lesson-ticket-notice.png │ │ │ └── select-location.png │ │ ├── mail │ │ │ └── menu.png │ │ ├── main_page │ │ │ ├── Fail-to-convert-errorResponse.png │ │ │ ├── back-arrow.png │ │ │ ├── bus.png │ │ │ ├── daily-attendance.png │ │ │ ├── enter-existing-fight.png │ │ │ ├── full-notice.png │ │ │ ├── game-download-resource-notice.png │ │ │ ├── home-feature.png │ │ │ ├── insufficient-inventory-space.png │ │ │ ├── item-expired-notice.png │ │ │ ├── item-expiring-notice.png │ │ │ ├── login-store.png │ │ │ ├── net-work-unstable.png │ │ │ ├── news.png │ │ │ ├── notice.png │ │ │ ├── purchase-pyroxenes-confirm-purchase-notice.png │ │ │ ├── purchase-pyroxenes-daily-free-non-purchasable.png │ │ │ ├── purchase-pyroxenes-daily-free-purchasable.png │ │ │ ├── purchase-pyroxenes-limited-selected.png │ │ │ ├── purchase-pyroxenes-menu.png │ │ │ ├── purchase-pyroxenes-package-selected-1.png │ │ │ ├── purchase-pyroxenes-package-selected-2.png │ │ │ ├── purchase-pyroxenes-pyroxenes-selected-1.png │ │ │ ├── purchase-pyroxenes-pyroxenes-selected-2.png │ │ │ ├── quick-home.png │ │ │ ├── request-failed-notice.png │ │ │ ├── return-to-title-1.png │ │ │ ├── return-to-title-2.png │ │ │ ├── skip-notice.png │ │ │ └── store-service-unavailable.png │ │ ├── main_story │ │ │ ├── continue-plot.png │ │ │ ├── enter-main-story.png │ │ │ ├── episode-1-title.png │ │ │ ├── episode-2-title.png │ │ │ ├── episode-3-title.png │ │ │ ├── episode-4-title.png │ │ │ ├── episode-5-title.png │ │ │ ├── episode-7-title.png │ │ │ ├── episode-8-title.png │ │ │ ├── episode-cleared-feature.png │ │ │ ├── episode-info.png │ │ │ ├── episode1.png │ │ │ ├── episode2.png │ │ │ ├── episode3.png │ │ │ ├── episode4.png │ │ │ ├── episode5.png │ │ │ ├── episode6.png │ │ │ ├── episode7.png │ │ │ ├── episode8.png │ │ │ ├── get-new-search-data.png │ │ │ ├── grid_mission_info │ │ │ │ ├── Operation-Recapture-Schale-2.png │ │ │ │ ├── Rush.png │ │ │ │ ├── The-Fifth-Sanctum-Outskirts-of-the-City-of-Eridu.png │ │ │ │ ├── The-Final-Defense-Operation-Schale.png │ │ │ │ ├── The-First-Sanctum-Abydos-Desert-District.png │ │ │ │ ├── The-Forth-Sanctum-Basilica-in-the-Catacomb.png │ │ │ │ ├── The-Guide-of-Chroma.png │ │ │ │ ├── The-Second-Sanctum-Millennium-Ruins-District.png │ │ │ │ └── The-Third-Sanctum-Abandoned-Amusement-Park.png │ │ │ ├── menu.png │ │ │ ├── net-work-unstable.png │ │ │ ├── plot-index.png │ │ │ └── select-episode.png │ │ ├── mini_story │ │ │ ├── enter-mini-story.png │ │ │ ├── episode-cleared-feature.png │ │ │ ├── episode-info.png │ │ │ ├── menu.png │ │ │ └── select-episode.png │ │ ├── momo_talk │ │ │ ├── down.png │ │ │ ├── momotalk-peach.png │ │ │ ├── sort-affection-chosen.png │ │ │ ├── sort-menu.png │ │ │ ├── sort-name-chosen.png │ │ │ ├── sort-newest-chosen.png │ │ │ ├── sort-starred-chosen.png │ │ │ ├── sort-unread-chosen.png │ │ │ └── up.png │ │ ├── mumu │ │ │ ├── accept-su1.png │ │ │ └── accept-su2.png │ │ ├── normal_task │ │ │ ├── auto-over.png │ │ │ ├── challenge-button.png │ │ │ ├── challenge-menu.png │ │ │ ├── challenge1-finished.png │ │ │ ├── challenge1-unfinished.png │ │ │ ├── charge-challenge-counts.png │ │ │ ├── end-turn.png │ │ │ ├── enter-task-button.png │ │ │ ├── fail-confirm.png │ │ │ ├── fight-confirm.png │ │ │ ├── fight-end-back-to-main-page.png │ │ │ ├── fight-skip.png │ │ │ ├── formation-edit-preset-name.png │ │ │ ├── formation-menu.png │ │ │ ├── formation-preset.png │ │ │ ├── formation-set-confirm.png │ │ │ ├── help.png │ │ │ ├── mission-conclude-confirm.png │ │ │ ├── mission-operating-feature.png │ │ │ ├── mission-operating-task-info-notice.png │ │ │ ├── mission-operating-task-info.png │ │ │ ├── mission-pause.png │ │ │ ├── mission-wait-to-begin-feature.png │ │ │ ├── present.png │ │ │ ├── prize-confirm.png │ │ │ ├── region-unavailable-left.png │ │ │ ├── region-unavailable-right.png │ │ │ ├── skip-sweep-complete.png │ │ │ ├── start-sweep-notice.png │ │ │ ├── sweep-complete.png │ │ │ ├── task-A-info.png │ │ │ ├── task-begin-without-further-editing-notice.png │ │ │ ├── task-finish.png │ │ │ ├── task-info.png │ │ │ ├── task-operating-feature.png │ │ │ ├── task-wait-to-begin-feature.png │ │ │ ├── teleport-notice.png │ │ │ └── unlock-notice.png │ │ ├── plot │ │ │ ├── change-unit-formation.png │ │ │ ├── formation.png │ │ │ ├── menu.png │ │ │ ├── self-formation.png │ │ │ ├── skip-plot-button.png │ │ │ └── skip-plot-notice.png │ │ ├── purchase_ap │ │ │ └── notice.png │ │ ├── rewarded_task │ │ │ ├── help.png │ │ │ ├── level-list.png │ │ │ ├── location-select.png │ │ │ ├── purchase-bounty-ticket-menu.png │ │ │ ├── purchase-bounty-ticket-notice.png │ │ │ └── task-info.png │ │ ├── scrimmage │ │ │ ├── academy-select.png │ │ │ ├── level-list.png │ │ │ ├── purchase-scrimmage-ticket-menu.png │ │ │ ├── purchase-scrimmage-ticket-notice.png │ │ │ └── task-info.png │ │ ├── shop │ │ │ ├── coin-type-creditpoints-bright.png │ │ │ ├── coin-type-creditpoints-grey.png │ │ │ ├── item-chosen.png │ │ │ ├── list-type-name-feature.png │ │ │ ├── menu.png │ │ │ ├── purchase-available.png │ │ │ ├── purchase-notice1.png │ │ │ ├── purchase-unavailable.png │ │ │ ├── refresh-button-appear.png │ │ │ ├── refresh-notice.png │ │ │ └── refresh-unavailable-notice.png │ │ ├── special_task │ │ │ ├── level-list.png │ │ │ ├── request-select.png │ │ │ └── task-info.png │ │ ├── total_assault │ │ │ ├── battle-lost-confirm.png │ │ │ ├── battle-win-confirm.png │ │ │ ├── edit-force.png │ │ │ ├── enter-fight-without-further-editing-notice.png │ │ │ ├── give-up-notice.png │ │ │ ├── inadequate-ticket.png │ │ │ ├── menu.png │ │ │ ├── reach-season-highest-record.png │ │ │ ├── room-info.png │ │ │ ├── total-assault-info.png │ │ │ ├── total_assault_result.png │ │ │ ├── use-ticket-notice.png │ │ │ └── win-reward-confirm.png │ │ ├── work_task │ │ │ └── menu.png │ │ └── x_y_range │ │ │ ├── activity │ │ │ ├── BaskingInTheBrillianceOfTheirSerenade.py │ │ │ ├── ElectronicNewYearsMarch.py │ │ │ ├── FromOpera0068WithLove.py │ │ │ ├── NewYearsAperitifOneAndDoneMatch.py │ │ │ ├── PandemicHazardAMiraclePancake.py │ │ │ ├── RowdyAndCherry.py │ │ │ ├── RyubuDoushuWhatsEnvisionedisOneSoleFuture.py │ │ │ ├── SecretMidnightParty.py │ │ │ ├── SerenadePromenade.py │ │ │ ├── SunlightGirlsNightSong.py │ │ │ ├── TheCathedralsMerryChristmas.py │ │ │ ├── iveAlive.py │ │ │ └── no_227_kinosaki_spa.py │ │ │ ├── activity_common.py │ │ │ ├── arena.py │ │ │ ├── cafe.py │ │ │ ├── create.py │ │ │ ├── fighting.py │ │ │ ├── friend.py │ │ │ ├── group.py │ │ │ ├── group_story.py │ │ │ ├── joint_firing_drill.py │ │ │ ├── lesson.py │ │ │ ├── lesson_affection.py │ │ │ ├── mail.py │ │ │ ├── main_page.py │ │ │ ├── main_story │ │ │ ├── gird_mission_info.py │ │ │ └── main_story.py │ │ │ ├── mini_story.py │ │ │ ├── momotalk.py │ │ │ ├── mumu.py │ │ │ ├── normal_task.py │ │ │ ├── plot.py │ │ │ ├── purchase_ap.py │ │ │ ├── rewarded_task.py │ │ │ ├── scrimmage.py │ │ │ ├── shop.py │ │ │ ├── special_task.py │ │ │ ├── total_assault.py │ │ │ └── work_task.py │ ├── Global_ko-kr │ │ ├── activity │ │ │ ├── ElectronicNewYearsMarch │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── PandemicHazardAMiraclePancake │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── RyubuDoushuWhatsEnvisionedisOneSoleFuture │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── SecretMidnightParty │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── SerenadePromenade │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── SunlightGirlsNightSong │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ └── common │ │ │ │ ├── challenge-chosen-0.png │ │ │ │ ├── challenge-not-chosen-0.png │ │ │ │ ├── fight-success-confirm.png │ │ │ │ ├── formation.png │ │ │ │ ├── menu.png │ │ │ │ ├── mission-chosen-0.png │ │ │ │ ├── mission-chosen-1.png │ │ │ │ ├── mission-enter-task-button.png │ │ │ │ ├── mission-not-chosen-0.png │ │ │ │ ├── mission-not-chosen-1.png │ │ │ │ ├── play-guide.png │ │ │ │ ├── quest-challenge-button.png │ │ │ │ ├── self-formation.png │ │ │ │ ├── story-chosen-0.png │ │ │ │ ├── story-chosen-1.png │ │ │ │ ├── story-enter-task-button.png │ │ │ │ ├── story-not-chosen-0.png │ │ │ │ ├── story-not-chosen-1.png │ │ │ │ ├── task-info.png │ │ │ │ └── task-no-goals.png │ │ ├── arena │ │ │ ├── battle-lost.png │ │ │ ├── battle-win.png │ │ │ ├── edit-force.png │ │ │ ├── menu.png │ │ │ ├── opponent-info.png │ │ │ ├── purchase-tactical-challenge-ticket.png │ │ │ └── season-record.png │ │ ├── cafe │ │ │ ├── 0.0.png │ │ │ ├── button-goto-no1-cafe.png │ │ │ ├── button-goto-no2-cafe.png │ │ │ ├── cafe-reward-status.png │ │ │ ├── confirm-invite.png │ │ │ ├── duplicate-invite-notice.png │ │ │ ├── duplicate-invite.png │ │ │ ├── full-notice.png │ │ │ ├── invitation-ticket-change-order-menu-academy-chosen.png │ │ │ ├── invitation-ticket-change-order-menu-affection-chosen.png │ │ │ ├── invitation-ticket-change-order-menu-name-chosen.png │ │ │ ├── invitation-ticket-change-order-menu-starred-chosen.png │ │ │ ├── invitation-ticket-change-order-menu.png │ │ │ ├── invitation-ticket-invalid.png │ │ │ ├── invitation-ticket-order-academy.png │ │ │ ├── invitation-ticket-order-affection.png │ │ │ ├── invitation-ticket-order-down.png │ │ │ ├── invitation-ticket-order-name.png │ │ │ ├── invitation-ticket-order-starred.png │ │ │ ├── invitation-ticket-order-up.png │ │ │ ├── invitation-ticket.png │ │ │ ├── invite-student-button.png │ │ │ ├── menu.png │ │ │ ├── quick-home.png │ │ │ ├── students-arrived.png │ │ │ └── switch-clothes-notice.png │ │ ├── create │ │ │ ├── Advanced-Tactical-Training-Blu-ray-(Abydos).png │ │ │ ├── Advanced-Tactical-Training-Blu-ray-(Arius).png │ │ │ ├── Advanced-Tactical-Training-Blu-ray-(Gehenna).png │ │ │ ├── Advanced-Tactical-Training-Blu-ray-(Hyakkiyako).png │ │ │ ├── Advanced-Tactical-Training-Blu-ray-(Millennium).png │ │ │ ├── Advanced-Tactical-Training-Blu-ray-(Red Winter).png │ │ │ ├── Advanced-Tactical-Training-Blu-ray-(Shanhaijing).png │ │ │ ├── Advanced-Tactical-Training-Blu-ray-(Trinity).png │ │ │ ├── Advanced-Tactical-Training-Blu-ray-(Valkyrie).png │ │ │ ├── Advanced-Tech-Notes-(Abydos).png │ │ │ ├── Advanced-Tech-Notes-(Arius).png │ │ │ ├── Advanced-Tech-Notes-(Gehenna).png │ │ │ ├── Advanced-Tech-Notes-(Hyakkiyako).png │ │ │ ├── Advanced-Tech-Notes-(Millennium).png │ │ │ ├── Advanced-Tech-Notes-(Red Winter).png │ │ │ ├── Advanced-Tech-Notes-(Shanhaijing).png │ │ │ ├── Advanced-Tech-Notes-(Trinity).png │ │ │ ├── Advanced-Tech-Notes-(Valkyrie).png │ │ │ ├── Aether-Dust.png │ │ │ ├── Aether-Essence.png │ │ │ ├── Aether-Piece.png │ │ │ ├── Aether-Shared.png │ │ │ ├── Ancient-Battery-Piece.png │ │ │ ├── Annotated-Rohonc-Codex.png │ │ │ ├── Annotated-Voynich-Manuscript.png │ │ │ ├── Antikythera-Mechanism-Piece.png │ │ │ ├── Atlantis-Medal-Piece.png │ │ │ ├── Beginner-Tactical-Training-Blu-ray-(Abydos).png │ │ │ ├── Beginner-Tactical-Training-Blu-ray-(Arius).png │ │ │ ├── Beginner-Tactical-Training-Blu-ray-(Gehenna).png │ │ │ ├── Beginner-Tactical-Training-Blu-ray-(Hyakkiyako).png │ │ │ ├── Beginner-Tactical-Training-Blu-ray-(Millennium).png │ │ │ ├── Beginner-Tactical-Training-Blu-ray-(Red Winter).png │ │ │ ├── Beginner-Tactical-Training-Blu-ray-(Shanhaijing).png │ │ │ ├── Beginner-Tactical-Training-Blu-ray-(Trinity).png │ │ │ ├── Beginner-Tactical-Training-Blu-ray-(Valkyrie).png │ │ │ ├── Beginner-Tech-Notes-(Abydos).png │ │ │ ├── Beginner-Tech-Notes-(Arius).png │ │ │ ├── Beginner-Tech-Notes-(Gehenna).png │ │ │ ├── Beginner-Tech-Notes-(Hyakkiyako).png │ │ │ ├── Beginner-Tech-Notes-(Millennium).png │ │ │ ├── Beginner-Tech-Notes-(Red Winter).png │ │ │ ├── Beginner-Tech-Notes-(Shanhaijing).png │ │ │ ├── Beginner-Tech-Notes-(Trinity).png │ │ │ ├── Beginner-Tech-Notes-(Valkyrie).png │ │ │ ├── Broken-Ancient-Battery.png │ │ │ ├── Broken-Antikythera-Mechanism.png │ │ │ ├── Broken-Atlantis-Medal.png │ │ │ ├── Broken-Crystal-Haniwa.png │ │ │ ├── Broken-Disco-Colgante.png │ │ │ ├── Broken-Istanbul-Rocket.png │ │ │ ├── Broken-Nebra-Sky-Disk.png │ │ │ ├── Broken-Nimrud-Lens.png │ │ │ ├── Broken-Okiku-Doll.png │ │ │ ├── Broken-Phaistos-Disc.png │ │ │ ├── Broken-Quimbaya-Relic.png │ │ │ ├── Broken-Rohonc-Codex.png │ │ │ ├── Broken-Roman-Dodecahedron.png │ │ │ ├── Broken-Totem-Pole.png │ │ │ ├── Broken-Winnipesaukee-Stone.png │ │ │ ├── Crystal-Haniwa-Fragment.png │ │ │ ├── Damage-Winnipesaukee-Stone.png │ │ │ ├── Damaged-Ancient-Battery.png │ │ │ ├── Damaged-Antikythera-Mechanism.png │ │ │ ├── Damaged-Atlantis-Medal.png │ │ │ ├── Damaged-Nebra-Sky-Disk.png │ │ │ ├── Damaged-Nimrud-Lens.png │ │ │ ├── Damaged-Phaistos-Disc.png │ │ │ ├── Damaged-Voynich-Manuscript.png │ │ │ ├── Disco-Colgante-Piece.png │ │ │ ├── Golden-Dress.png │ │ │ ├── Golden-Fleece.png │ │ │ ├── Golden-Wool.png │ │ │ ├── Golden-Yarn.png │ │ │ ├── High-Purity-Wolfsegg-steel.png │ │ │ ├── Intact-Ancient-Battery.png │ │ │ ├── Intact-Antikythera-Mechanism.png │ │ │ ├── Intact-Atlantis-Medal.png │ │ │ ├── Intact-Crystal-Haniwa.png │ │ │ ├── Intact-Disco-Colgante.png │ │ │ ├── Intact-Istanbul-Rocket.png │ │ │ ├── Intact-Nebra-Sky-Disk.png │ │ │ ├── Intact-Nimrud-Lens.png │ │ │ ├── Intact-Okiku-Doll.png │ │ │ ├── Intact-Phaistos-Disc.png │ │ │ ├── Intact-Quimbaya-Relic.png │ │ │ ├── Intact-Rohonc-Codex.png │ │ │ ├── Intact-Roman-Dodecahedron.png │ │ │ ├── Intact-Totem-Pole.png │ │ │ ├── Intact-Voynich-Manuscript.png │ │ │ ├── Intact-Winnipesaukee-Stone.png │ │ │ ├── Istanbul-Rocket-Piece.png │ │ │ ├── Keystone-Piece-Used-Up.png │ │ │ ├── Keystone-Piece.png │ │ │ ├── Keystone-Used-Up.png │ │ │ ├── Keystone.png │ │ │ ├── Low-Purity-Wolfsegg-steel.png │ │ │ ├── Mandrake-Extract.png │ │ │ ├── Mandrake-Juice.png │ │ │ ├── Mandrake-Seed.png │ │ │ ├── Mandrake-Sprout.png │ │ │ ├── Nebra-Sky-Disk-Piece.png │ │ │ ├── Nimrud-Lens-Piece.png │ │ │ ├── Normal-Tactical-Training-Blu-ray-(Abydos).png │ │ │ ├── Normal-Tactical-Training-Blu-ray-(Arius).png │ │ │ ├── Normal-Tactical-Training-Blu-ray-(Gehenna).png │ │ │ ├── Normal-Tactical-Training-Blu-ray-(Hyakkiyako).png │ │ │ ├── Normal-Tactical-Training-Blu-ray-(Millennium).png │ │ │ ├── Normal-Tactical-Training-Blu-ray-(Red Winter).png │ │ │ ├── Normal-Tactical-Training-Blu-ray-(Shanhaijing).png │ │ │ ├── Normal-Tactical-Training-Blu-ray-(Trinity).png │ │ │ ├── Normal-Tactical-Training-Blu-ray-(Valkyrie).png │ │ │ ├── Normal-Tech-Notes-(Abydos).png │ │ │ ├── Normal-Tech-Notes-(Arius).png │ │ │ ├── Normal-Tech-Notes-(Gehenna).png │ │ │ ├── Normal-Tech-Notes-(Hyakkiyako).png │ │ │ ├── Normal-Tech-Notes-(Millennium).png │ │ │ ├── Normal-Tech-Notes-(Red Winter).png │ │ │ ├── Normal-Tech-Notes-(Shanhaijing).png │ │ │ ├── Normal-Tech-Notes-(Trinity).png │ │ │ ├── Normal-Tech-Notes-(Valkyrie).png │ │ │ ├── Okiku-Doll-Piece.png │ │ │ ├── Phasitos-Disc-Piece.png │ │ │ ├── Quimbaya-Relic-Piece.png │ │ │ ├── Repaired-Crystal-Haniwa.png │ │ │ ├── Repaired-Disco-Colgante.png │ │ │ ├── Repaired-Istanbul-Rocket.png │ │ │ ├── Repaired-Okiku-Doll.png │ │ │ ├── Repaired-Quimbaya-Relic.png │ │ │ ├── Repaired-Roman-Dodecahedron.png │ │ │ ├── Repaired-Totem-Pole.png │ │ │ ├── Rohonc-Codex-Page.png │ │ │ ├── Roman-Dodecahedron-Piece.png │ │ │ ├── Superior-Tactical-Training-Blu-ray-(Abydos).png │ │ │ ├── Superior-Tactical-Training-Blu-ray-(Arius).png │ │ │ ├── Superior-Tactical-Training-Blu-ray-(Gehenna).png │ │ │ ├── Superior-Tactical-Training-Blu-ray-(Hyakkiyako).png │ │ │ ├── Superior-Tactical-Training-Blu-ray-(Millennium).png │ │ │ ├── Superior-Tactical-Training-Blu-ray-(Red Winter).png │ │ │ ├── Superior-Tactical-Training-Blu-ray-(Shanhaijing).png │ │ │ ├── Superior-Tactical-Training-Blu-ray-(Trinity).png │ │ │ ├── Superior-Tactical-Training-Blu-ray-(Valkyrie).png │ │ │ ├── Superior-Tech-Notes-(Abydos).png │ │ │ ├── Superior-Tech-Notes-(Arius).png │ │ │ ├── Superior-Tech-Notes-(Gehenna).png │ │ │ ├── Superior-Tech-Notes-(Hyakkiyako).png │ │ │ ├── Superior-Tech-Notes-(Millennium).png │ │ │ ├── Superior-Tech-Notes-(Red Winter).png │ │ │ ├── Superior-Tech-Notes-(Shanhaijing).png │ │ │ ├── Superior-Tech-Notes-(Trinity).png │ │ │ ├── Superior-Tech-Notes-(Valkyrie).png │ │ │ ├── Totem-Pole-Piece.png │ │ │ ├── Voynich-Manuscript-Page.png │ │ │ ├── Winnipesaukee-Stone-Piece.png │ │ │ ├── Wolfsegg-Iron-ore.png │ │ │ ├── Wolfsegg-steel.png │ │ │ ├── collect-all-rewards-grey.png │ │ │ ├── complete-instantly.png │ │ │ ├── crafting-list.png │ │ │ ├── filter-Coin-chosen.png │ │ │ ├── filter-Coin-not-chosen.png │ │ │ ├── filter-Coin-reset.png │ │ │ ├── filter-Decoration-chosen.png │ │ │ ├── filter-Decoration-not-chosen.png │ │ │ ├── filter-Decoration-reset.png │ │ │ ├── filter-Eleph-chosen.png │ │ │ ├── filter-Eleph-not-chosen.png │ │ │ ├── filter-Eleph-reset.png │ │ │ ├── filter-Equipment-chosen.png │ │ │ ├── filter-Equipment-not-chosen.png │ │ │ ├── filter-Equipment-reset.png │ │ │ ├── filter-Furniture-chosen.png │ │ │ ├── filter-Furniture-not-chosen.png │ │ │ ├── filter-Furniture-reset.png │ │ │ ├── filter-Gift-chosen.png │ │ │ ├── filter-Gift-not-chosen.png │ │ │ ├── filter-Gift-reset.png │ │ │ ├── filter-Interior-chosen.png │ │ │ ├── filter-Interior-not-chosen.png │ │ │ ├── filter-Interior-reset.png │ │ │ ├── filter-Material-chosen.png │ │ │ ├── filter-Material-not-chosen.png │ │ │ ├── filter-Material-reset.png │ │ │ ├── filter-menu.png │ │ │ ├── material-list.png │ │ │ ├── phase-1-wait-to-check-node.png │ │ │ ├── phase-2-wait-to-check-node.png │ │ │ ├── phase-3-wait-to-check-node.png │ │ │ ├── point-down.png │ │ │ ├── point-up.png │ │ │ ├── select-node.png │ │ │ ├── sort-basic-chosen.png │ │ │ ├── sort-basic-not-chosen.png │ │ │ ├── sort-count-chosen.png │ │ │ ├── sort-count-not-chosen.png │ │ │ ├── sort-menu.png │ │ │ ├── sort-name-chosen.png │ │ │ ├── sort-name-not-chosen.png │ │ │ ├── start-crafting-notice.png │ │ │ ├── start-crafting.png │ │ │ ├── start-phase-1-bright.png │ │ │ ├── start-phase-1-grey.png │ │ │ ├── start-phase-2-bright.png │ │ │ ├── start-phase-2-grey.png │ │ │ ├── start-phase-3-bright.png │ │ │ └── start-phase-3-grey.png │ │ ├── fighting │ │ │ └── common │ │ │ │ ├── pause-button.png │ │ │ │ ├── pause-notice.png │ │ │ │ └── retreat-notice.png │ │ ├── friend │ │ │ ├── delete-friend-notice.png │ │ │ ├── delete-friend.png │ │ │ ├── friend-management-menu.png │ │ │ └── player-info.png │ │ ├── group │ │ │ ├── enter-button.png │ │ │ ├── join-club.png │ │ │ ├── menu.png │ │ │ └── sign-up-reward.png │ │ ├── group_story │ │ │ ├── enter-group-story.png │ │ │ ├── episode-cleared-feature.png │ │ │ ├── episode-info.png │ │ │ ├── menu.png │ │ │ └── select-episode.png │ │ ├── lesson │ │ │ ├── all-locations.png │ │ │ ├── lesson-information.png │ │ │ ├── lesson-report.png │ │ │ ├── location-select.png │ │ │ ├── purchase-lesson-ticket-menu.png │ │ │ ├── purchase-lesson-ticket-notice.png │ │ │ └── select-location.png │ │ ├── mail │ │ │ └── menu.png │ │ ├── main_page │ │ │ ├── back-arrow.png │ │ │ ├── bus.png │ │ │ ├── daily-attendance.png │ │ │ ├── enter-existing-fight.png │ │ │ ├── game-download-resource-notice.png │ │ │ ├── game-download-resource-notice2.png │ │ │ ├── game-download-resource-notice3.png │ │ │ ├── home-feature.png │ │ │ ├── insufficient-inventory-space.png │ │ │ ├── login-feature.png │ │ │ ├── login-store.png │ │ │ ├── news.png │ │ │ ├── purchase-pyroxenes-confirm-purchase-notice.png │ │ │ ├── purchase-pyroxenes-daily-free-non-purchasable.png │ │ │ ├── purchase-pyroxenes-daily-free-purchasable.png │ │ │ ├── purchase-pyroxenes-limited-selected.png │ │ │ ├── purchase-pyroxenes-menu.png │ │ │ ├── purchase-pyroxenes-package-selected-1.png │ │ │ ├── purchase-pyroxenes-package-selected-2.png │ │ │ ├── purchase-pyroxenes-pyroxenes-selected-1.png │ │ │ ├── purchase-pyroxenes-pyroxenes-selected-2.png │ │ │ ├── quick-home.png │ │ │ └── skip-notice.png │ │ ├── main_story │ │ │ ├── continue-plot.png │ │ │ ├── enter-main-story.png │ │ │ ├── episode-1-title.png │ │ │ ├── episode-2-title.png │ │ │ ├── episode-3-title.png │ │ │ ├── episode-4-title.png │ │ │ ├── episode-5-title.png │ │ │ ├── episode-7-title.png │ │ │ ├── episode-8-title.png │ │ │ ├── episode-cleared-feature.png │ │ │ ├── episode-info.png │ │ │ ├── episode1.png │ │ │ ├── episode2.png │ │ │ ├── episode3.png │ │ │ ├── episode4.png │ │ │ ├── episode5.png │ │ │ ├── episode6.png │ │ │ ├── episode7.png │ │ │ ├── episode8.png │ │ │ ├── get-new-search-data.png │ │ │ ├── grid_mission_info │ │ │ │ ├── Operation-Recapture-Schale-2.png │ │ │ │ ├── Rush.png │ │ │ │ ├── The-Fifth-Sanctum-Outskirts-of-the-City-of-Eridu.png │ │ │ │ ├── The-Final-Defense-Operation-Schale.png │ │ │ │ ├── The-First-Sanctum-Abydos-Desert-District.png │ │ │ │ ├── The-Forth-Sanctum-Basilica-in-the-Catacomb.png │ │ │ │ ├── The-Guide-of-Chroma.png │ │ │ │ ├── The-Second-Sanctum-Millennium-Ruins-District.png │ │ │ │ └── The-Third-Sanctum-Abandoned-Amusement-Park.png │ │ │ ├── menu.png │ │ │ ├── plot-index.png │ │ │ └── select-episode.png │ │ ├── mini_story │ │ │ ├── enter-mini-story.png │ │ │ ├── episode-cleared-feature.png │ │ │ ├── episode-info.png │ │ │ ├── menu.png │ │ │ └── select-episode.png │ │ ├── momo_talk │ │ │ ├── down.png │ │ │ ├── momotalk-peach.png │ │ │ ├── sort-affection-chosen.png │ │ │ ├── sort-menu.png │ │ │ ├── sort-name-chosen.png │ │ │ ├── sort-newest-chosen.png │ │ │ ├── sort-starred-chosen.png │ │ │ ├── sort-unread-chosen.png │ │ │ └── up.png │ │ ├── normal_task │ │ │ ├── auto-over.png │ │ │ ├── challenge-button.png │ │ │ ├── challenge-menu.png │ │ │ ├── challenge1-finished.png │ │ │ ├── challenge1-unfinished.png │ │ │ ├── charge-challenge-counts.png │ │ │ ├── end-turn.png │ │ │ ├── enter-task-button.png │ │ │ ├── fail-confirm.png │ │ │ ├── fight-confirm.png │ │ │ ├── fight-end-back-to-main-page.png │ │ │ ├── fight-skip.png │ │ │ ├── formation-edit-preset-name.png │ │ │ ├── formation-menu.png │ │ │ ├── formation-preset.png │ │ │ ├── formation-set-confirm.png │ │ │ ├── help.png │ │ │ ├── mission-operating-task-info-notice.png │ │ │ ├── mission-operating-task-info.png │ │ │ ├── mission-pause.png │ │ │ ├── present.png │ │ │ ├── prize-confirm.png │ │ │ ├── skip-sweep-complete.png │ │ │ ├── start-sweep-notice.png │ │ │ ├── sweep-complete.png │ │ │ ├── task-A-info.png │ │ │ ├── task-begin-without-further-editing-notice.png │ │ │ ├── task-finish.png │ │ │ ├── task-info.png │ │ │ ├── task-operating-feature.png │ │ │ ├── task-wait-to-begin-feature.png │ │ │ ├── teleport-notice.png │ │ │ └── unlock-notice.png │ │ ├── plot │ │ │ ├── change-unit-formation.png │ │ │ ├── formation.png │ │ │ ├── menu.png │ │ │ ├── self-formation.png │ │ │ ├── skip-plot-button.png │ │ │ └── skip-plot-notice.png │ │ ├── rewarded_task │ │ │ ├── help.png │ │ │ ├── level-list.png │ │ │ ├── location-select.png │ │ │ ├── purchase-bounty-ticket-menu.png │ │ │ ├── purchase-bounty-ticket-notice.png │ │ │ └── task-info.png │ │ ├── scrimmage │ │ │ ├── academy-select.png │ │ │ ├── level-list.png │ │ │ ├── purchase-scrimmage-ticket-menu.png │ │ │ ├── purchase-scrimmage-ticket-notice.png │ │ │ └── task-info.png │ │ ├── shop │ │ │ ├── coin-type-creditpoints-bright.png │ │ │ ├── coin-type-creditpoints-grey.png │ │ │ ├── item-chosen.png │ │ │ ├── list-type-name-feature.png │ │ │ ├── menu.png │ │ │ ├── purchase-available.png │ │ │ ├── purchase-notice1.png │ │ │ ├── refresh-button-appear.png │ │ │ ├── refresh-notice.png │ │ │ └── refresh-unavailable-notice.png │ │ ├── special_task │ │ │ ├── level-list.png │ │ │ ├── request-select.png │ │ │ └── task-info.png │ │ ├── work_task │ │ │ └── menu.png │ │ └── x_y_range │ │ │ ├── activity │ │ │ ├── BaskingInTheBrillianceOfTheirSerenade.py │ │ │ ├── ElectronicNewYearsMarch.py │ │ │ ├── FromOpera0068WithLove.py │ │ │ ├── NewYearsAperitifOneAndDoneMatch.py │ │ │ ├── PandemicHazardAMiraclePancake.py │ │ │ ├── RowdyAndCherry.py │ │ │ ├── RyubuDoushuWhatsEnvisionedisOneSoleFuture.py │ │ │ ├── SecretMidnightParty.py │ │ │ ├── SerenadePromenade.py │ │ │ ├── SunlightGirlsNightSong.py │ │ │ ├── TheCathedralsMerryChristmas.py │ │ │ ├── iveAlive.py │ │ │ └── no_227_kinosaki_spa.py │ │ │ ├── activity_common.py │ │ │ ├── arena.py │ │ │ ├── cafe.py │ │ │ ├── create.py │ │ │ ├── fighting.py │ │ │ ├── friend.py │ │ │ ├── group.py │ │ │ ├── group_story.py │ │ │ ├── joint_firing_drill.py │ │ │ ├── lesson.py │ │ │ ├── lesson_affection.py │ │ │ ├── mail.py │ │ │ ├── main_page.py │ │ │ ├── main_story │ │ │ ├── gird_mission_info.py │ │ │ └── main_story.py │ │ │ ├── mini_story.py │ │ │ ├── momotalk.py │ │ │ ├── mumu.py │ │ │ ├── normal_task.py │ │ │ ├── plot.py │ │ │ ├── purchase_ap.py │ │ │ ├── rewarded_task.py │ │ │ ├── scrimmage.py │ │ │ ├── shop.py │ │ │ ├── special_task.py │ │ │ ├── total_assault.py │ │ │ └── work_task.py │ ├── Global_zh-tw │ │ ├── activity │ │ │ ├── ElectronicNewYearsMarch │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── PandemicHazardAMiraclePancake │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── RyubuDoushuWhatsEnvisionedisOneSoleFuture │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── SecretMidnightParty │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── SerenadePromenade │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ ├── SunlightGirlsNightSong │ │ │ │ ├── enter1.png │ │ │ │ ├── enter2.png │ │ │ │ └── enter3.png │ │ │ └── common │ │ │ │ ├── challenge-chosen-0.png │ │ │ │ ├── challenge-not-chosen-0.png │ │ │ │ ├── fight-success-confirm.png │ │ │ │ ├── formation.png │ │ │ │ ├── menu.png │ │ │ │ ├── mission-chosen-0.png │ │ │ │ ├── mission-chosen-1.png │ │ │ │ ├── mission-enter-task-button.png │ │ │ │ ├── mission-not-chosen-0.png │ │ │ │ ├── mission-not-chosen-1.png │ │ │ │ ├── play-guide.png │ │ │ │ ├── quest-challenge-button.png │ │ │ │ ├── self-formation.png │ │ │ │ ├── story-chosen-0.png │ │ │ │ ├── story-chosen-1.png │ │ │ │ ├── story-enter-task-button.png │ │ │ │ ├── story-not-chosen-0.png │ │ │ │ ├── story-not-chosen-1.png │ │ │ │ ├── task-info.png │ │ │ │ └── task-no-goals.png │ │ ├── arena │ │ │ ├── battle-lost.png │ │ │ ├── battle-win.png │ │ │ ├── edit-force.png │ │ │ ├── menu.png │ │ │ ├── opponent-info.png │ │ │ ├── purchase-tactical-challenge-ticket.png │ │ │ └── season-record.png │ │ ├── cafe │ │ │ ├── 0.0.png │ │ │ ├── button-goto-no1-cafe.png │ │ │ ├── button-goto-no2-cafe.png │ │ │ ├── cafe-reward-status.png │ │ │ ├── confirm-invite.png │ │ │ ├── duplicate-invite-notice.png │ │ │ ├── duplicate-invite.png │ │ │ ├── invitation-ticket-change-order-menu-academy-chosen.png │ │ │ ├── invitation-ticket-change-order-menu-affection-chosen.png │ │ │ ├── invitation-ticket-change-order-menu-name-chosen.png │ │ │ ├── invitation-ticket-change-order-menu-starred-chosen.png │ │ │ ├── invitation-ticket-change-order-menu.png │ │ │ ├── invitation-ticket-invalid.png │ │ │ ├── invitation-ticket-order-academy.png │ │ │ ├── invitation-ticket-order-affection.png │ │ │ ├── invitation-ticket-order-down.png │ │ │ ├── invitation-ticket-order-name.png │ │ │ ├── invitation-ticket-order-starred.png │ │ │ ├── invitation-ticket-order-up.png │ │ │ ├── invitation-ticket.png │ │ │ ├── invite-student-button.png │ │ │ ├── menu.png │ │ │ ├── quick-home.png │ │ │ ├── students-arrived.png │ │ │ └── switch-clothes-notice.png │ │ ├── create │ │ │ ├── Advanced-Tactical-Training-Blu-ray-(Abydos).png │ │ │ ├── Advanced-Tactical-Training-Blu-ray-(Arius).png │ │ │ ├── Advanced-Tactical-Training-Blu-ray-(Gehenna).png │ │ │ ├── Advanced-Tactical-Training-Blu-ray-(Hyakkiyako).png │ │ │ ├── Advanced-Tactical-Training-Blu-ray-(Millennium).png │ │ │ ├── Advanced-Tactical-Training-Blu-ray-(Red Winter).png │ │ │ ├── Advanced-Tactical-Training-Blu-ray-(Shanhaijing).png │ │ │ ├── Advanced-Tactical-Training-Blu-ray-(Trinity).png │ │ │ ├── Advanced-Tactical-Training-Blu-ray-(Valkyrie).png │ │ │ ├── Advanced-Tech-Notes-(Abydos).png │ │ │ ├── Advanced-Tech-Notes-(Arius).png │ │ │ ├── Advanced-Tech-Notes-(Gehenna).png │ │ │ ├── Advanced-Tech-Notes-(Hyakkiyako).png │ │ │ ├── Advanced-Tech-Notes-(Millennium).png │ │ │ ├── Advanced-Tech-Notes-(Red Winter).png │ │ │ ├── Advanced-Tech-Notes-(Shanhaijing).png │ │ │ ├── Advanced-Tech-Notes-(Trinity).png │ │ │ ├── Advanced-Tech-Notes-(Valkyrie).png │ │ │ ├── Aether-Dust.png │ │ │ ├── Aether-Essence.png │ │ │ ├── Aether-Piece.png │ │ │ ├── Aether-Shared.png │ │ │ ├── Ancient-Battery-Piece.png │ │ │ ├── Annotated-Rohonc-Codex.png │ │ │ ├── Annotated-Voynich-Manuscript.png │ │ │ ├── Antikythera-Mechanism-Piece.png │ │ │ ├── Atlantis-Medal-Piece.png │ │ │ ├── Beginner-Tactical-Training-Blu-ray-(Abydos).png │ │ │ ├── Beginner-Tactical-Training-Blu-ray-(Arius).png │ │ │ ├── Beginner-Tactical-Training-Blu-ray-(Gehenna).png │ │ │ ├── Beginner-Tactical-Training-Blu-ray-(Hyakkiyako).png │ │ │ ├── Beginner-Tactical-Training-Blu-ray-(Millennium).png │ │ │ ├── Beginner-Tactical-Training-Blu-ray-(Red Winter).png │ │ │ ├── Beginner-Tactical-Training-Blu-ray-(Shanhaijing).png │ │ │ ├── Beginner-Tactical-Training-Blu-ray-(Trinity).png │ │ │ ├── Beginner-Tactical-Training-Blu-ray-(Valkyrie).png │ │ │ ├── Beginner-Tech-Notes-(Abydos).png │ │ │ ├── Beginner-Tech-Notes-(Arius).png │ │ │ ├── Beginner-Tech-Notes-(Gehenna).png │ │ │ ├── Beginner-Tech-Notes-(Hyakkiyako).png │ │ │ ├── Beginner-Tech-Notes-(Millennium).png │ │ │ ├── Beginner-Tech-Notes-(Red Winter).png │ │ │ ├── Beginner-Tech-Notes-(Shanhaijing).png │ │ │ ├── Beginner-Tech-Notes-(Trinity).png │ │ │ ├── Beginner-Tech-Notes-(Valkyrie).png │ │ │ ├── Broken-Ancient-Battery.png │ │ │ ├── Broken-Antikythera-Mechanism.png │ │ │ ├── Broken-Atlantis-Medal.png │ │ │ ├── Broken-Crystal-Haniwa.png │ │ │ ├── Broken-Disco-Colgante.png │ │ │ ├── Broken-Istanbul-Rocket.png │ │ │ ├── Broken-Nebra-Sky-Disk.png │ │ │ ├── Broken-Nimrud-Lens.png │ │ │ ├── Broken-Okiku-Doll.png │ │ │ ├── Broken-Phaistos-Disc.png │ │ │ ├── Broken-Quimbaya-Relic.png │ │ │ ├── Broken-Rohonc-Codex.png │ │ │ ├── Broken-Roman-Dodecahedron.png │ │ │ ├── Broken-Totem-Pole.png │ │ │ ├── Broken-Winnipesaukee-Stone.png │ │ │ ├── Crystal-Haniwa-Fragment.png │ │ │ ├── Damage-Winnipesaukee-Stone.png │ │ │ ├── Damaged-Ancient-Battery.png │ │ │ ├── Damaged-Antikythera-Mechanism.png │ │ │ ├── Damaged-Atlantis-Medal.png │ │ │ ├── Damaged-Nebra-Sky-Disk.png │ │ │ ├── Damaged-Nimrud-Lens.png │ │ │ ├── Damaged-Phaistos-Disc.png │ │ │ ├── Damaged-Voynich-Manuscript.png │ │ │ ├── Disco-Colgante-Piece.png │ │ │ ├── Golden-Dress.png │ │ │ ├── Golden-Fleece.png │ │ │ ├── Golden-Wool.png │ │ │ ├── Golden-Yarn.png │ │ │ ├── High-Purity-Wolfsegg-steel.png │ │ │ ├── Intact-Ancient-Battery.png │ │ │ ├── Intact-Antikythera-Mechanism.png │ │ │ ├── Intact-Atlantis-Medal.png │ │ │ ├── Intact-Crystal-Haniwa.png │ │ │ ├── Intact-Disco-Colgante.png │ │ │ ├── Intact-Istanbul-Rocket.png │ │ │ ├── Intact-Nebra-Sky-Disk.png │ │ │ ├── Intact-Nimrud-Lens.png │ │ │ ├── Intact-Okiku-Doll.png │ │ │ ├── Intact-Phaistos-Disc.png │ │ │ ├── Intact-Quimbaya-Relic.png │ │ │ ├── Intact-Rohonc-Codex.png │ │ │ ├── Intact-Roman-Dodecahedron.png │ │ │ ├── Intact-Totem-Pole.png │ │ │ ├── Intact-Voynich-Manuscript.png │ │ │ ├── Intact-Winnipesaukee-Stone.png │ │ │ ├── Istanbul-Rocket-Piece.png │ │ │ ├── Keystone-Piece-Used-Up.png │ │ │ ├── Keystone-Piece.png │ │ │ ├── Keystone-Used-Up.png │ │ │ ├── Keystone.png │ │ │ ├── Low-Purity-Wolfsegg-steel.png │ │ │ ├── Mandrake-Extract.png │ │ │ ├── Mandrake-Juice.png │ │ │ ├── Mandrake-Seed.png │ │ │ ├── Mandrake-Sprout.png │ │ │ ├── Nebra-Sky-Disk-Piece.png │ │ │ ├── Nimrud-Lens-Piece.png │ │ │ ├── Normal-Tactical-Training-Blu-ray-(Abydos).png │ │ │ ├── Normal-Tactical-Training-Blu-ray-(Arius).png │ │ │ ├── Normal-Tactical-Training-Blu-ray-(Gehenna).png │ │ │ ├── Normal-Tactical-Training-Blu-ray-(Hyakkiyako).png │ │ │ ├── Normal-Tactical-Training-Blu-ray-(Millennium).png │ │ │ ├── Normal-Tactical-Training-Blu-ray-(Red Winter).png │ │ │ ├── Normal-Tactical-Training-Blu-ray-(Shanhaijing).png │ │ │ ├── Normal-Tactical-Training-Blu-ray-(Trinity).png │ │ │ ├── Normal-Tactical-Training-Blu-ray-(Valkyrie).png │ │ │ ├── Normal-Tech-Notes-(Abydos).png │ │ │ ├── Normal-Tech-Notes-(Arius).png │ │ │ ├── Normal-Tech-Notes-(Gehenna).png │ │ │ ├── Normal-Tech-Notes-(Hyakkiyako).png │ │ │ ├── Normal-Tech-Notes-(Millennium).png │ │ │ ├── Normal-Tech-Notes-(Red Winter).png │ │ │ ├── Normal-Tech-Notes-(Shanhaijing).png │ │ │ ├── Normal-Tech-Notes-(Trinity).png │ │ │ ├── Normal-Tech-Notes-(Valkyrie).png │ │ │ ├── Okiku-Doll-Piece.png │ │ │ ├── Phasitos-Disc-Piece.png │ │ │ ├── Quimbaya-Relic-Piece.png │ │ │ ├── Repaired-Crystal-Haniwa.png │ │ │ ├── Repaired-Disco-Colgante.png │ │ │ ├── Repaired-Istanbul-Rocket.png │ │ │ ├── Repaired-Okiku-Doll.png │ │ │ ├── Repaired-Quimbaya-Relic.png │ │ │ ├── Repaired-Roman-Dodecahedron.png │ │ │ ├── Repaired-Totem-Pole.png │ │ │ ├── Rohonc-Codex-Page.png │ │ │ ├── Roman-Dodecahedron-Piece.png │ │ │ ├── Superior-Tactical-Training-Blu-ray-(Abydos).png │ │ │ ├── Superior-Tactical-Training-Blu-ray-(Arius).png │ │ │ ├── Superior-Tactical-Training-Blu-ray-(Gehenna).png │ │ │ ├── Superior-Tactical-Training-Blu-ray-(Hyakkiyako).png │ │ │ ├── Superior-Tactical-Training-Blu-ray-(Millennium).png │ │ │ ├── Superior-Tactical-Training-Blu-ray-(Red Winter).png │ │ │ ├── Superior-Tactical-Training-Blu-ray-(Shanhaijing).png │ │ │ ├── Superior-Tactical-Training-Blu-ray-(Trinity).png │ │ │ ├── Superior-Tactical-Training-Blu-ray-(Valkyrie).png │ │ │ ├── Superior-Tech-Notes-(Abydos).png │ │ │ ├── Superior-Tech-Notes-(Arius).png │ │ │ ├── Superior-Tech-Notes-(Gehenna).png │ │ │ ├── Superior-Tech-Notes-(Hyakkiyako).png │ │ │ ├── Superior-Tech-Notes-(Millennium).png │ │ │ ├── Superior-Tech-Notes-(Red Winter).png │ │ │ ├── Superior-Tech-Notes-(Shanhaijing).png │ │ │ ├── Superior-Tech-Notes-(Trinity).png │ │ │ ├── Superior-Tech-Notes-(Valkyrie).png │ │ │ ├── Totem-Pole-Piece.png │ │ │ ├── Voynich-Manuscript-Page.png │ │ │ ├── Winnipesaukee-Stone-Piece.png │ │ │ ├── Wolfsegg-Iron-ore.png │ │ │ ├── Wolfsegg-steel.png │ │ │ ├── collect-all-rewards-grey.png │ │ │ ├── complete-instantly.png │ │ │ ├── crafting-list.png │ │ │ ├── filter-Coin-chosen.png │ │ │ ├── filter-Coin-not-chosen.png │ │ │ ├── filter-Coin-reset.png │ │ │ ├── filter-Decoration-chosen.png │ │ │ ├── filter-Decoration-not-chosen.png │ │ │ ├── filter-Decoration-reset.png │ │ │ ├── filter-Eleph-chosen.png │ │ │ ├── filter-Eleph-not-chosen.png │ │ │ ├── filter-Eleph-reset.png │ │ │ ├── filter-Equipment-chosen.png │ │ │ ├── filter-Equipment-not-chosen.png │ │ │ ├── filter-Equipment-reset.png │ │ │ ├── filter-Furniture-chosen.png │ │ │ ├── filter-Furniture-not-chosen.png │ │ │ ├── filter-Furniture-reset.png │ │ │ ├── filter-Gift-chosen.png │ │ │ ├── filter-Gift-not-chosen.png │ │ │ ├── filter-Gift-reset.png │ │ │ ├── filter-Interior-chosen.png │ │ │ ├── filter-Interior-not-chosen.png │ │ │ ├── filter-Interior-reset.png │ │ │ ├── filter-Material-chosen.png │ │ │ ├── filter-Material-not-chosen.png │ │ │ ├── filter-Material-reset.png │ │ │ ├── filter-menu.png │ │ │ ├── material-list.png │ │ │ ├── phase-1-wait-to-check-node.png │ │ │ ├── phase-2-wait-to-check-node.png │ │ │ ├── phase-3-wait-to-check-node.png │ │ │ ├── point-down.png │ │ │ ├── point-up.png │ │ │ ├── select-node.png │ │ │ ├── sort-basic-chosen.png │ │ │ ├── sort-basic-not-chosen.png │ │ │ ├── sort-count-chosen.png │ │ │ ├── sort-count-not-chosen.png │ │ │ ├── sort-menu.png │ │ │ ├── sort-name-chosen.png │ │ │ ├── sort-name-not-chosen.png │ │ │ ├── start-crafting-notice.png │ │ │ ├── start-crafting.png │ │ │ ├── start-phase-1-bright.png │ │ │ ├── start-phase-1-grey.png │ │ │ ├── start-phase-2-bright.png │ │ │ ├── start-phase-2-grey.png │ │ │ ├── start-phase-3-bright.png │ │ │ └── start-phase-3-grey.png │ │ ├── fighting │ │ │ └── common │ │ │ │ ├── pause-button.png │ │ │ │ ├── pause-notice.png │ │ │ │ └── retreat-notice.png │ │ ├── friend │ │ │ ├── delete-friend-notice.png │ │ │ ├── delete-friend.png │ │ │ ├── friend-management-menu.png │ │ │ └── player-info.png │ │ ├── group │ │ │ ├── enter-button.png │ │ │ ├── join-club.png │ │ │ ├── menu.png │ │ │ └── sign-up-reward.png │ │ ├── group_story │ │ │ ├── enter-group-story.png │ │ │ ├── episode-cleared-feature.png │ │ │ ├── episode-info.png │ │ │ ├── menu.png │ │ │ └── select-episode.png │ │ ├── joint_firing_drill │ │ │ └── select-drill-menu.png │ │ ├── lesson │ │ │ ├── all-locations.png │ │ │ ├── lesson-information.png │ │ │ ├── lesson-report.png │ │ │ ├── location-select.png │ │ │ ├── purchase-lesson-ticket-menu.png │ │ │ ├── purchase-lesson-ticket-notice.png │ │ │ └── select-location.png │ │ ├── mail │ │ │ └── menu.png │ │ ├── main_page │ │ │ ├── back-arrow.png │ │ │ ├── bus.png │ │ │ ├── daily-attendance.png │ │ │ ├── enter-existing-fight.png │ │ │ ├── full-notice.png │ │ │ ├── game-download-resource-notice.png │ │ │ ├── game-download-resource-notice2.png │ │ │ ├── game-download-resource-notice3.png │ │ │ ├── home-feature.png │ │ │ ├── insufficient-inventory-space.png │ │ │ ├── login-feature.png │ │ │ ├── login-store.png │ │ │ ├── news.png │ │ │ ├── notice.png │ │ │ ├── purchase-pyroxenes-confirm-purchase-notice.png │ │ │ ├── purchase-pyroxenes-daily-free-non-purchasable.png │ │ │ ├── purchase-pyroxenes-daily-free-purchasable.png │ │ │ ├── purchase-pyroxenes-limited-selected.png │ │ │ ├── purchase-pyroxenes-menu.png │ │ │ ├── purchase-pyroxenes-package-selected-1.png │ │ │ ├── purchase-pyroxenes-package-selected-2.png │ │ │ ├── purchase-pyroxenes-pyroxenes-selected-1.png │ │ │ ├── purchase-pyroxenes-pyroxenes-selected-2.png │ │ │ ├── quick-home.png │ │ │ └── store-service-unavailable.png │ │ ├── main_story │ │ │ ├── continue-plot.png │ │ │ ├── enter-main-story.png │ │ │ ├── episode-1-title.png │ │ │ ├── episode-2-title.png │ │ │ ├── episode-3-title.png │ │ │ ├── episode-4-title.png │ │ │ ├── episode-5-title.png │ │ │ ├── episode-7-title.png │ │ │ ├── episode-8-title.png │ │ │ ├── episode-cleared-feature.png │ │ │ ├── episode-info.png │ │ │ ├── episode1.png │ │ │ ├── episode2.png │ │ │ ├── episode3.png │ │ │ ├── episode4.png │ │ │ ├── episode5.png │ │ │ ├── episode6.png │ │ │ ├── episode7.png │ │ │ ├── episode8.png │ │ │ ├── get-new-search-data.png │ │ │ ├── grid_mission_info │ │ │ │ ├── Operation-Recapture-Schale-2.png │ │ │ │ ├── Rush.png │ │ │ │ ├── The-Fifth-Sanctum-Outskirts-of-the-City-of-Eridu.png │ │ │ │ ├── The-Final-Defense-Operation-Schale.png │ │ │ │ ├── The-First-Sanctum-Abydos-Desert-District.png │ │ │ │ ├── The-Forth-Sanctum-Basilica-in-the-Catacomb.png │ │ │ │ ├── The-Guide-of-Chroma.png │ │ │ │ ├── The-Second-Sanctum-Millennium-Ruins-District.png │ │ │ │ └── The-Third-Sanctum-Abandoned-Amusement-Park.png │ │ │ ├── menu.png │ │ │ ├── plot-index.png │ │ │ └── select-episode.png │ │ ├── mini_story │ │ │ ├── enter-mini-story.png │ │ │ ├── episode-cleared-feature.png │ │ │ ├── episode-info.png │ │ │ ├── menu.png │ │ │ └── select-episode.png │ │ ├── momo_talk │ │ │ ├── down.png │ │ │ ├── momotalk-peach.png │ │ │ ├── sort-affection-chosen.png │ │ │ ├── sort-menu.png │ │ │ ├── sort-name-chosen.png │ │ │ ├── sort-newest-chosen.png │ │ │ ├── sort-starred-chosen.png │ │ │ ├── sort-unread-chosen.png │ │ │ └── up.png │ │ ├── normal_task │ │ │ ├── auto-over.png │ │ │ ├── challenge-button.png │ │ │ ├── challenge-menu.png │ │ │ ├── challenge1-finished.png │ │ │ ├── challenge1-unfinished.png │ │ │ ├── charge-challenge-counts.png │ │ │ ├── end-turn.png │ │ │ ├── enter-task-button.png │ │ │ ├── fail-confirm.png │ │ │ ├── fight-confirm.png │ │ │ ├── fight-end-back-to-main-page.png │ │ │ ├── fight-skip.png │ │ │ ├── formation-edit-preset-name.png │ │ │ ├── formation-menu.png │ │ │ ├── formation-preset.png │ │ │ ├── formation-set-confirm.png │ │ │ ├── help.png │ │ │ ├── mission-operating-task-info-notice.png │ │ │ ├── mission-operating-task-info.png │ │ │ ├── mission-pause.png │ │ │ ├── present.png │ │ │ ├── prize-confirm.png │ │ │ ├── skip-sweep-complete.png │ │ │ ├── start-sweep-notice.png │ │ │ ├── sweep-complete.png │ │ │ ├── task-A-info.png │ │ │ ├── task-begin-without-further-editing-notice.png │ │ │ ├── task-finish.png │ │ │ ├── task-info.png │ │ │ ├── task-operating-feature.png │ │ │ ├── task-wait-to-begin-feature.png │ │ │ ├── teleport-notice.png │ │ │ └── unlock-notice.png │ │ ├── plot │ │ │ ├── change-unit-formation.png │ │ │ ├── formation.png │ │ │ ├── menu.png │ │ │ ├── self-formation.png │ │ │ ├── skip-plot-button.png │ │ │ └── skip-plot-notice.png │ │ ├── purchase_ap │ │ │ └── notice.png │ │ ├── rewarded_task │ │ │ ├── help.png │ │ │ ├── level-list.png │ │ │ ├── location-select.png │ │ │ ├── purchase-bounty-ticket-menu.png │ │ │ ├── purchase-bounty-ticket-notice.png │ │ │ └── task-info.png │ │ ├── scrimmage │ │ │ ├── academy-select.png │ │ │ ├── level-list.png │ │ │ ├── purchase-scrimmage-ticket-menu.png │ │ │ ├── purchase-scrimmage-ticket-notice.png │ │ │ └── task-info.png │ │ ├── shop │ │ │ ├── coin-type-creditpoints-bright.png │ │ │ ├── coin-type-creditpoints-grey.png │ │ │ ├── item-chosen.png │ │ │ ├── list-type-name-feature.png │ │ │ ├── menu.png │ │ │ ├── purchase-available.png │ │ │ ├── purchase-notice1.png │ │ │ ├── refresh-button-appear.png │ │ │ └── refresh-notice.png │ │ ├── special_task │ │ │ ├── level-list.png │ │ │ ├── request-select.png │ │ │ └── task-info.png │ │ ├── work_task │ │ │ └── menu.png │ │ └── x_y_range │ │ │ ├── activity │ │ │ ├── ElectronicNewYearsMarch.py │ │ │ ├── PandemicHazardAMiraclePancake.py │ │ │ ├── RyubuDoushuWhatsEnvisionedisOneSoleFuture.py │ │ │ ├── SecretMidnightParty.py │ │ │ ├── SerenadePromenade.py │ │ │ └── SunlightGirlsNightSong.py │ │ │ ├── activity_common.py │ │ │ ├── arena.py │ │ │ ├── cafe.py │ │ │ ├── create.py │ │ │ ├── fighting.py │ │ │ ├── friend.py │ │ │ ├── group.py │ │ │ ├── group_story.py │ │ │ ├── joint_firing_drill.py │ │ │ ├── lesson.py │ │ │ ├── lesson_affection.py │ │ │ ├── mail.py │ │ │ ├── main_page.py │ │ │ ├── main_story │ │ │ ├── gird_mission_info.py │ │ │ └── main_story.py │ │ │ ├── mini_story.py │ │ │ ├── momotalk.py │ │ │ ├── normal_task.py │ │ │ ├── plot.py │ │ │ ├── purchase_ap.py │ │ │ ├── rewarded_task.py │ │ │ ├── scrimmage.py │ │ │ ├── shop.py │ │ │ ├── special_task.py │ │ │ ├── total_assault.py │ │ │ └── work_task.py │ └── JP │ │ ├── activity │ │ ├── -iveAlive │ │ │ ├── enter1.png │ │ │ ├── enter2.png │ │ │ ├── enter3.png │ │ │ └── task-info.png │ │ ├── Battle_Before_the_New_Years_Dinner_Let_Us_Play_For_The_Victory │ │ │ ├── enter1.png │ │ │ ├── enter2.png │ │ │ └── enter3.png │ │ ├── CodeBox │ │ │ ├── enter1.png │ │ │ └── enter3.png │ │ ├── FromOpera0068WithLove │ │ │ ├── enter1.png │ │ │ ├── enter2.png │ │ │ └── enter3.png │ │ ├── InSearchOfAHiddenHeritageTrinity'sExtracurricularActivities │ │ │ ├── enter1.png │ │ │ ├── enter2.png │ │ │ ├── enter3.png │ │ │ └── get-collectable-item1.png │ │ ├── JP_2025_03_26 │ │ │ ├── enter1.png │ │ │ ├── enter2.png │ │ │ └── enter3.png │ │ ├── JP_2025_04_22 │ │ │ ├── enter1.png │ │ │ ├── enter2.png │ │ │ └── enter3.png │ │ ├── JP_2025_06_25 │ │ │ ├── enter1.png │ │ │ ├── enter2.png │ │ │ └── enter3.png │ │ ├── JP_2025_07_22 │ │ │ ├── enter1.png │ │ │ ├── enter2.png │ │ │ └── enter3.png │ │ ├── JP_2025_08_20 │ │ │ ├── enter1.png │ │ │ ├── enter2.png │ │ │ └── enter3.png │ │ ├── JP_2025_09_24 │ │ │ ├── enter1.png │ │ │ ├── enter2.png │ │ │ └── enter3.png │ │ ├── JP_2025_10_22 │ │ │ ├── enter1.png │ │ │ ├── enter2.png │ │ │ └── enter3.png │ │ ├── LivelyandBusily │ │ │ ├── enter1.png │ │ │ ├── enter2.png │ │ │ └── enter3.png │ │ ├── Moonlight Dream │ │ │ ├── enter1.png │ │ │ ├── enter2.png │ │ │ └── enter3.png │ │ ├── RevivRevivalOfWinterSkyLiteratureOnHealthyCulturalExchange │ │ │ ├── enter1.png │ │ │ ├── enter2.png │ │ │ └── enter3.png │ │ ├── SayBing │ │ │ ├── enter1.png │ │ │ ├── enter2.png │ │ │ └── enter3.png │ │ ├── SecretMidnightParty │ │ │ ├── enter1.png │ │ │ ├── enter2.png │ │ │ └── enter3.png │ │ ├── SerenadePromenade │ │ │ ├── enter1.png │ │ │ ├── enter2.png │ │ │ └── enter3.png │ │ ├── ShesideOutside │ │ │ ├── enter1.png │ │ │ ├── enter2.png │ │ │ └── enter3.png │ │ ├── SummerSpecialOperationsRABBITPlatoonAndTheMysteryOfTheMissingShrimp │ │ │ ├── enter1.png │ │ │ ├── enter2.png │ │ │ └── enter3.png │ │ ├── SunlightGirlsNightSong │ │ │ ├── enter1.png │ │ │ ├── enter2.png │ │ │ └── enter3.png │ │ ├── TheFiveSensesAreClouded │ │ │ ├── enter1.png │ │ │ ├── enter2.png │ │ │ └── enter3.png │ │ ├── WaffleCrisisTheMiracleMoment │ │ │ ├── enter1.png │ │ │ ├── enter2.png │ │ │ └── enter3.png │ │ ├── common │ │ │ ├── challenge-chosen-0.png │ │ │ ├── challenge-not-chosen-0.png │ │ │ ├── fight-success-confirm.png │ │ │ ├── menu.png │ │ │ ├── mission-chosen-0.png │ │ │ ├── mission-chosen-1.png │ │ │ ├── mission-enter-task-button.png │ │ │ ├── mission-not-chosen-0.png │ │ │ ├── mission-not-chosen-1.png │ │ │ ├── play-guide.png │ │ │ ├── quest-challenge-button.png │ │ │ ├── story-chosen-0.png │ │ │ ├── story-chosen-1.png │ │ │ ├── story-enter-task-button.png │ │ │ ├── story-not-chosen-0.png │ │ │ ├── story-not-chosen-1.png │ │ │ ├── task-info.png │ │ │ ├── task-no-goals.png │ │ │ └── unit-formation.png │ │ └── livelyAndJoyfulWalkingTour │ │ │ ├── card-first-of-four-not-drew.png │ │ │ ├── card-four-of-four-chosen.png │ │ │ ├── card-fourth-of-four-not-drew.png │ │ │ ├── card-one-of-four-chosen.png │ │ │ ├── card-second-of-four-not-drew.png │ │ │ ├── card-store.png │ │ │ ├── card-third-of-four-not-drew.png │ │ │ ├── card-three-of-four-chosen.png │ │ │ ├── card-two-of-four-chose.png │ │ │ ├── draw-card-bright.png │ │ │ ├── draw-four-cards-bright.png │ │ │ ├── draw-four-cards-grey.png │ │ │ ├── enter1.png │ │ │ ├── enter2.png │ │ │ ├── enter3.png │ │ │ ├── reshuffle-card-bright.png │ │ │ └── reshuffle-card-grey.png │ │ ├── arena │ │ ├── battle-lost.png │ │ ├── battle-win.png │ │ ├── best-record.png │ │ ├── edit-force.png │ │ ├── menu.png │ │ ├── opponent-info.png │ │ └── season-record.png │ │ ├── cafe │ │ ├── 0.0.png │ │ ├── button-goto-no1-cafe.png │ │ ├── button-goto-no2-cafe.png │ │ ├── cafe-reward-status.png │ │ ├── confirm-invite.png │ │ ├── duplicate-invite-notice.png │ │ ├── duplicate-invite.png │ │ ├── gift.png │ │ ├── invitation-ticket-change-order-menu-academy-chosen.png │ │ ├── invitation-ticket-change-order-menu-affection-chosen.png │ │ ├── invitation-ticket-change-order-menu-name-chosen.png │ │ ├── invitation-ticket-change-order-menu-starred-chosen.png │ │ ├── invitation-ticket-change-order-menu.png │ │ ├── invitation-ticket-invalid.png │ │ ├── invitation-ticket-order-academy.png │ │ ├── invitation-ticket-order-affection.png │ │ ├── invitation-ticket-order-down.png │ │ ├── invitation-ticket-order-name.png │ │ ├── invitation-ticket-order-starred.png │ │ ├── invitation-ticket-order-up.png │ │ ├── invitation-ticket.png │ │ ├── invite-student-button.png │ │ ├── menu.png │ │ ├── quick-home.png │ │ ├── students-arrived.png │ │ └── switch-clothes-notice.png │ │ ├── create │ │ ├── Advanced-Tactical-Training-Blu-ray-(Abydos).png │ │ ├── Advanced-Tactical-Training-Blu-ray-(Arius).png │ │ ├── Advanced-Tactical-Training-Blu-ray-(Gehenna).png │ │ ├── Advanced-Tactical-Training-Blu-ray-(Hyakkiyako).png │ │ ├── Advanced-Tactical-Training-Blu-ray-(Millennium).png │ │ ├── Advanced-Tactical-Training-Blu-ray-(Red Winter).png │ │ ├── Advanced-Tactical-Training-Blu-ray-(Shanhaijing).png │ │ ├── Advanced-Tactical-Training-Blu-ray-(Trinity).png │ │ ├── Advanced-Tactical-Training-Blu-ray-(Valkyrie).png │ │ ├── Advanced-Tech-Notes-(Abydos).png │ │ ├── Advanced-Tech-Notes-(Arius).png │ │ ├── Advanced-Tech-Notes-(Gehenna).png │ │ ├── Advanced-Tech-Notes-(Hyakkiyako).png │ │ ├── Advanced-Tech-Notes-(Millennium).png │ │ ├── Advanced-Tech-Notes-(Red Winter).png │ │ ├── Advanced-Tech-Notes-(Shanhaijing).png │ │ ├── Advanced-Tech-Notes-(Trinity).png │ │ ├── Advanced-Tech-Notes-(Valkyrie).png │ │ ├── Aether-Dust.png │ │ ├── Aether-Essence.png │ │ ├── Aether-Piece.png │ │ ├── Aether-Shared.png │ │ ├── Ancient-Battery-Piece.png │ │ ├── Annotated-Rohonc-Codex.png │ │ ├── Annotated-Voynich-Manuscript.png │ │ ├── Antikythera-Mechanism-Piece.png │ │ ├── Atlantis-Medal-Piece.png │ │ ├── Beginner-Tactical-Training-Blu-ray-(Abydos).png │ │ ├── Beginner-Tactical-Training-Blu-ray-(Arius).png │ │ ├── Beginner-Tactical-Training-Blu-ray-(Gehenna).png │ │ ├── Beginner-Tactical-Training-Blu-ray-(Hyakkiyako).png │ │ ├── Beginner-Tactical-Training-Blu-ray-(Millennium).png │ │ ├── Beginner-Tactical-Training-Blu-ray-(Red Winter).png │ │ ├── Beginner-Tactical-Training-Blu-ray-(Shanhaijing).png │ │ ├── Beginner-Tactical-Training-Blu-ray-(Trinity).png │ │ ├── Beginner-Tactical-Training-Blu-ray-(Valkyrie).png │ │ ├── Beginner-Tech-Notes-(Abydos).png │ │ ├── Beginner-Tech-Notes-(Arius).png │ │ ├── Beginner-Tech-Notes-(Gehenna).png │ │ ├── Beginner-Tech-Notes-(Hyakkiyako).png │ │ ├── Beginner-Tech-Notes-(Millennium).png │ │ ├── Beginner-Tech-Notes-(Red Winter).png │ │ ├── Beginner-Tech-Notes-(Shanhaijing).png │ │ ├── Beginner-Tech-Notes-(Trinity).png │ │ ├── Beginner-Tech-Notes-(Valkyrie).png │ │ ├── Broken-Ancient-Battery.png │ │ ├── Broken-Antikythera-Mechanism.png │ │ ├── Broken-Atlantis-Medal.png │ │ ├── Broken-Crystal-Haniwa.png │ │ ├── Broken-Disco-Colgante.png │ │ ├── Broken-Istanbul-Rocket.png │ │ ├── Broken-Nebra-Sky-Disk.png │ │ ├── Broken-Nimrud-Lens.png │ │ ├── Broken-Okiku-Doll.png │ │ ├── Broken-Phaistos-Disc.png │ │ ├── Broken-Quimbaya-Relic.png │ │ ├── Broken-Rohonc-Codex.png │ │ ├── Broken-Roman-Dodecahedron.png │ │ ├── Broken-Totem-Pole.png │ │ ├── Broken-Winnipesaukee-Stone.png │ │ ├── Crystal-Haniwa-Fragment.png │ │ ├── Damage-Winnipesaukee-Stone.png │ │ ├── Damaged-Ancient-Battery.png │ │ ├── Damaged-Antikythera-Mechanism.png │ │ ├── Damaged-Atlantis-Medal.png │ │ ├── Damaged-Nebra-Sky-Disk.png │ │ ├── Damaged-Nimrud-Lens.png │ │ ├── Damaged-Phaistos-Disc.png │ │ ├── Damaged-Voynich-Manuscript.png │ │ ├── Disco-Colgante-Piece.png │ │ ├── Golden-Dress.png │ │ ├── Golden-Fleece.png │ │ ├── Golden-Wool.png │ │ ├── Golden-Yarn.png │ │ ├── High-Purity-Wolfsegg-steel.png │ │ ├── Hygiene-Workbook.png │ │ ├── Intact-Ancient-Battery.png │ │ ├── Intact-Antikythera-Mechanism.png │ │ ├── Intact-Atlantis-Medal.png │ │ ├── Intact-Crystal-Haniwa.png │ │ ├── Intact-Disco-Colgante.png │ │ ├── Intact-Istanbul-Rocket.png │ │ ├── Intact-Nebra-Sky-Disk.png │ │ ├── Intact-Nimrud-Lens.png │ │ ├── Intact-Okiku-Doll.png │ │ ├── Intact-Phaistos-Disc.png │ │ ├── Intact-Quimbaya-Relic.png │ │ ├── Intact-Rohonc-Codex.png │ │ ├── Intact-Roman-Dodecahedron.png │ │ ├── Intact-Totem-Pole.png │ │ ├── Intact-Voynich-Manuscript.png │ │ ├── Intact-Winnipesaukee-Stone.png │ │ ├── Istanbul-Rocket-Piece.png │ │ ├── Keystone-Piece.png │ │ ├── Keystone.png │ │ ├── Low-Purity-Wolfsegg-steel.png │ │ ├── Mandrake-Extract.png │ │ ├── Mandrake-Juice.png │ │ ├── Mandrake-Seed.png │ │ ├── Mandrake-Sprout.png │ │ ├── Nebra-Sky-Disk-Piece.png │ │ ├── Nimrud-Lens-Piece.png │ │ ├── Normal-Tactical-Training-Blu-ray-(Abydos).png │ │ ├── Normal-Tactical-Training-Blu-ray-(Arius).png │ │ ├── Normal-Tactical-Training-Blu-ray-(Gehenna).png │ │ ├── Normal-Tactical-Training-Blu-ray-(Hyakkiyako).png │ │ ├── Normal-Tactical-Training-Blu-ray-(Millennium).png │ │ ├── Normal-Tactical-Training-Blu-ray-(Red Winter).png │ │ ├── Normal-Tactical-Training-Blu-ray-(Shanhaijing).png │ │ ├── Normal-Tactical-Training-Blu-ray-(Trinity).png │ │ ├── Normal-Tactical-Training-Blu-ray-(Valkyrie).png │ │ ├── Normal-Tech-Notes-(Abydos).png │ │ ├── Normal-Tech-Notes-(Arius).png │ │ ├── Normal-Tech-Notes-(Gehenna).png │ │ ├── Normal-Tech-Notes-(Hyakkiyako).png │ │ ├── Normal-Tech-Notes-(Millennium).png │ │ ├── Normal-Tech-Notes-(Red Winter).png │ │ ├── Normal-Tech-Notes-(Shanhaijing).png │ │ ├── Normal-Tech-Notes-(Trinity).png │ │ ├── Normal-Tech-Notes-(Valkyrie).png │ │ ├── Okiku-Doll-Piece.png │ │ ├── Phasitos-Disc-Piece.png │ │ ├── Physical-Education-Workbook.png │ │ ├── Quimbaya-Relic-Piece.png │ │ ├── Repaired-Crystal-Haniwa.png │ │ ├── Repaired-Disco-Colgante.png │ │ ├── Repaired-Istanbul-Rocket.png │ │ ├── Repaired-Okiku-Doll.png │ │ ├── Repaired-Quimbaya-Relic.png │ │ ├── Repaired-Roman-Dodecahedron.png │ │ ├── Repaired-Totem-Pole.png │ │ ├── Rohonc-Codex-Page.png │ │ ├── Roman-Dodecahedron-Piece.png │ │ ├── Shooting-Workbook.png │ │ ├── Superior-Tactical-Training-Blu-ray-(Abydos).png │ │ ├── Superior-Tactical-Training-Blu-ray-(Arius).png │ │ ├── Superior-Tactical-Training-Blu-ray-(Gehenna).png │ │ ├── Superior-Tactical-Training-Blu-ray-(Hyakkiyako).png │ │ ├── Superior-Tactical-Training-Blu-ray-(Millennium).png │ │ ├── Superior-Tactical-Training-Blu-ray-(Red Winter).png │ │ ├── Superior-Tactical-Training-Blu-ray-(Shanhaijing).png │ │ ├── Superior-Tactical-Training-Blu-ray-(Trinity).png │ │ ├── Superior-Tactical-Training-Blu-ray-(Valkyrie).png │ │ ├── Superior-Tech-Notes-(Abydos).png │ │ ├── Superior-Tech-Notes-(Arius).png │ │ ├── Superior-Tech-Notes-(Gehenna).png │ │ ├── Superior-Tech-Notes-(Hyakkiyako).png │ │ ├── Superior-Tech-Notes-(Millennium).png │ │ ├── Superior-Tech-Notes-(Red Winter).png │ │ ├── Superior-Tech-Notes-(Shanhaijing).png │ │ ├── Superior-Tech-Notes-(Trinity).png │ │ ├── Superior-Tech-Notes-(Valkyrie).png │ │ ├── Totem-Pole-Piece.png │ │ ├── Voynich-Manuscript-Page.png │ │ ├── Winnipesaukee-Stone-Piece.png │ │ ├── Wolfsegg-Iron-ore.png │ │ ├── Wolfsegg-steel.png │ │ ├── collect-all-rewards-grey.png │ │ ├── complete-instantly.png │ │ ├── crafting-list.png │ │ ├── filter-Coin-chosen.png │ │ ├── filter-Coin-not-chosen.png │ │ ├── filter-Coin-reset.png │ │ ├── filter-DIsk-not-chosen.png │ │ ├── filter-DIsk-reset.png │ │ ├── filter-Decoration-chosen.png │ │ ├── filter-Decoration-not-chosen.png │ │ ├── filter-Decoration-reset.png │ │ ├── filter-Disk-chosen.png │ │ ├── filter-Eleph-chosen.png │ │ ├── filter-Eleph-not-chosen.png │ │ ├── filter-Eleph-reset.png │ │ ├── filter-Equipment-chosen.png │ │ ├── filter-Equipment-not-chosen.png │ │ ├── filter-Equipment-reset.png │ │ ├── filter-Furniture-chosen.png │ │ ├── filter-Furniture-not-chosen.png │ │ ├── filter-Furniture-reset.png │ │ ├── filter-Gift-chosen.png │ │ ├── filter-Gift-not-chosen.png │ │ ├── filter-Gift-reset.png │ │ ├── filter-Interior-chosen.png │ │ ├── filter-Interior-not-chosen.png │ │ ├── filter-Interior-reset.png │ │ ├── filter-Material-chosen.png │ │ ├── filter-Material-not-chosen.png │ │ ├── filter-Material-reset.png │ │ ├── filter-Note-chosen.png │ │ ├── filter-Note-not-chosen.png │ │ ├── filter-Note-reset.png │ │ ├── filter-Special-chosen.png │ │ ├── filter-Special-not-chosen.png │ │ ├── filter-Special-reset.png │ │ ├── filter-menu.png │ │ ├── material-list.png │ │ ├── phase-1-wait-to-check-node.png │ │ ├── phase-2-wait-to-check-node.png │ │ ├── phase-3-wait-to-check-node.png │ │ ├── point-down.png │ │ ├── point-up.png │ │ ├── select-node.png │ │ ├── sort-basic-chosen.png │ │ ├── sort-basic-not-chosen.png │ │ ├── sort-count-chosen.png │ │ ├── sort-count-not-chosen.png │ │ ├── sort-menu.png │ │ ├── sort-name-chosen.png │ │ ├── sort-name-not-chosen.png │ │ ├── start-crafting-notice.png │ │ ├── start-crafting.png │ │ ├── start-phase-1-bright.png │ │ ├── start-phase-1-grey.png │ │ ├── start-phase-2-bright.png │ │ ├── start-phase-2-grey.png │ │ ├── start-phase-3-bright.png │ │ └── start-phase-3-grey.png │ │ ├── friend │ │ ├── delete-friend-notice.png │ │ ├── friend-management-menu.png │ │ ├── friend-menu.png │ │ └── player-info.png │ │ ├── group │ │ ├── enter-button.png │ │ ├── join-club.png │ │ ├── menu.png │ │ └── sign-up-reward.png │ │ ├── group_story │ │ ├── enter-group-story.png │ │ ├── episode-cleared-feature.png │ │ ├── episode-info.png │ │ ├── menu.png │ │ └── select-episode.png │ │ ├── lesson │ │ ├── all-locations.png │ │ ├── lesson-information.png │ │ ├── lesson-report.png │ │ ├── location-select.png │ │ ├── purchase-lesson-ticket-menu.png │ │ ├── purchase-lesson-ticket-notice.png │ │ └── select-location.png │ │ ├── mail │ │ └── menu.png │ │ ├── main_page │ │ ├── attendance-reward.png │ │ ├── back-arrow.png │ │ ├── bus.png │ │ ├── daily-attendance.png │ │ ├── download-additional-resources.png │ │ ├── draw-card-point-exchange-to-stone-piece-notice.png │ │ ├── full-notice.png │ │ ├── home-feature.png │ │ ├── insufficient-inventory-space.png │ │ ├── net-work-unstable.png │ │ ├── news.png │ │ ├── purchase-pyroxenes-confirm-purchase-notice.png │ │ ├── purchase-pyroxenes-daily-free-non-purchasable.png │ │ ├── purchase-pyroxenes-daily-free-purchasable.png │ │ ├── purchase-pyroxenes-limited-selected.png │ │ ├── purchase-pyroxenes-menu.png │ │ ├── purchase-pyroxenes-package-selected-1.png │ │ ├── purchase-pyroxenes-package-selected-2.png │ │ ├── purchase-pyroxenes-pyroxenes-selected-1.png │ │ ├── purchase-pyroxenes-pyroxenes-selected-2.png │ │ ├── quick-home.png │ │ └── skip-notice.png │ │ ├── main_story │ │ ├── continue-plot.png │ │ ├── enter-main-story.png │ │ ├── episode-1-title.png │ │ ├── episode-2-title.png │ │ ├── episode-3-title.png │ │ ├── episode-4-title.png │ │ ├── episode-5-title.png │ │ ├── episode-7-title.png │ │ ├── episode-8-title.png │ │ ├── episode-9-title.png │ │ ├── episode-cleared-feature.png │ │ ├── episode-info.png │ │ ├── episode1.png │ │ ├── episode2.png │ │ ├── episode3.png │ │ ├── episode4.png │ │ ├── episode5.png │ │ ├── episode6.png │ │ ├── episode7.png │ │ ├── episode8.png │ │ ├── episode9.png │ │ ├── get-new-search-data.png │ │ ├── grid_mission_info │ │ │ ├── Operation-Recapture-Schale-2.png │ │ │ ├── Rush.png │ │ │ ├── The-Fifth-Sanctum-Outskirts-of-the-City-of-Eridu.png │ │ │ ├── The-Final-Defense-Operation-Schale.png │ │ │ ├── The-First-Sanctum-Abydos-Desert-District.png │ │ │ ├── The-Forth-Sanctum-Basilica-in-the-Catacomb.png │ │ │ ├── The-Fourth-Sanctum-Basilica-in-the-Catacomb.png │ │ │ ├── The-Guide-of-Chroma.png │ │ │ ├── The-Second-Sanctum-Millennium-Ruins-District.png │ │ │ └── The-Third-Sanctum-Abandoned-Amusement-Park.png │ │ ├── menu.png │ │ ├── plot-index.png │ │ ├── plot-not-open.png │ │ └── select-episode.png │ │ ├── mini_story │ │ ├── enter-mini-story.png │ │ ├── episode-cleared-feature.png │ │ ├── episode-info.png │ │ ├── menu.png │ │ └── select-episode.png │ │ ├── momo_talk │ │ ├── down.png │ │ ├── momotalk-peach.png │ │ ├── sort-affection-chosen.png │ │ ├── sort-menu.png │ │ ├── sort-name-chosen.png │ │ ├── sort-newest-chosen.png │ │ ├── sort-starred-chosen.png │ │ ├── sort-unread-chosen.png │ │ └── up.png │ │ ├── mumu │ │ ├── accept-su1.png │ │ └── accept-su2.png │ │ ├── normal_task │ │ ├── auto-over.png │ │ ├── challenge-button.png │ │ ├── challenge-menu.png │ │ ├── challenge1-finished.png │ │ ├── challenge1-unfinished.png │ │ ├── charge-challenge-counts.png │ │ ├── end-turn.png │ │ ├── enter-task-button.png │ │ ├── fail-confirm.png │ │ ├── fight-confirm.png │ │ ├── fight-end-back-to-main-page.png │ │ ├── fight-skip.png │ │ ├── fight-task.png │ │ ├── force-edit.png │ │ ├── formation-edit-preset-name.png │ │ ├── formation-menu.png │ │ ├── formation-preset.png │ │ ├── formation-set-confirm.png │ │ ├── help.png │ │ ├── mission-operating-task-info-notice.png │ │ ├── mission-operating-task-info.png │ │ ├── mission-pause.png │ │ ├── move-force-confirm.png │ │ ├── present.png │ │ ├── prize-confirm.png │ │ ├── region-unavailable-left.png │ │ ├── region-unavailable-right.png │ │ ├── skip-sweep-complete.png │ │ ├── start-sweep-notice.png │ │ ├── sweep-complete.png │ │ ├── task-A-info.png │ │ ├── task-begin-without-further-editing-notice.png │ │ ├── task-finish.png │ │ ├── task-info.png │ │ ├── task-operating-feature.png │ │ ├── task-operating-round-over-notice.png │ │ ├── task-wait-to-begin-feature.png │ │ ├── teleport-notice.png │ │ └── unlock-notice.png │ │ ├── pass │ │ ├── collect-reward-available.png │ │ ├── collect-reward-unavailable.png │ │ ├── menu.png │ │ └── mission-menu.png │ │ ├── plot │ │ ├── change-unit-formation.png │ │ ├── edit-self-formation.png │ │ ├── formation-edit.png │ │ ├── formation.png │ │ ├── menu.png │ │ ├── self-formation.png │ │ ├── skip-plot-button.png │ │ └── skip-plot-notice.png │ │ ├── purchase_ap │ │ └── notice.png │ │ ├── rewarded_task │ │ ├── help.png │ │ ├── level-list.png │ │ ├── location-select.png │ │ ├── purchase-bounty-ticket-menu.png │ │ ├── purchase-bounty-ticket-notice.png │ │ └── task-info.png │ │ ├── scrimmage │ │ ├── academy-select.png │ │ ├── level-list.png │ │ ├── purchase-scrimmage-ticket-menu.png │ │ ├── purchase-scrimmage-ticket-notice.png │ │ └── task-info.png │ │ ├── shop │ │ ├── coin-type-creditpoints-bright.png │ │ ├── coin-type-creditpoints-grey.png │ │ ├── item-chosen.png │ │ ├── list-type-name-feature.png │ │ ├── menu.png │ │ ├── purchase-available.png │ │ ├── purchase-notice1.png │ │ ├── refresh-button-appear.png │ │ ├── refresh-notice.png │ │ └── refresh-unavailable-notice.png │ │ ├── special_task │ │ ├── level-list.png │ │ ├── request-select.png │ │ └── task-info.png │ │ ├── total_assault │ │ ├── battle-lost-confirm.png │ │ ├── battle-win-confirm.png │ │ ├── edit-force.png │ │ ├── enter-fight-without-further-editing-notice.png │ │ ├── give-up-notice.png │ │ ├── inadequate-ticket.png │ │ ├── menu.png │ │ ├── room-info.png │ │ ├── total-assault-info.png │ │ ├── total-assault-result.png │ │ ├── use-ticket-notice.png │ │ └── win-reward-confirm.png │ │ ├── work_task │ │ └── menu.png │ │ └── x_y_range │ │ ├── activity │ │ ├── Battle_Before_the_New_Years_Dinner_Let_Us_Play_For_The_Victory.py │ │ ├── CodeBox.py │ │ ├── FromOpera0068WithLove.py │ │ ├── InSearchOfAHiddenHeritageTrinity'sExtracurricularActivities.py │ │ ├── JP_2025_03_26.py │ │ ├── JP_2025_04_22.py │ │ ├── JP_2025_06_25.py │ │ ├── JP_2025_07_22.py │ │ ├── JP_2025_08_20.py │ │ ├── JP_2025_09_24.py │ │ ├── JP_2025_10_22.py │ │ ├── LivelyandBusily.py │ │ ├── Moonlight Dream.py │ │ ├── RevivRevivalOfWinterSkyLiteratureOnHealthyCulturalExchange.py │ │ ├── SayBing.py │ │ ├── SecretMidnightParty.py │ │ ├── SerenadePromenade.py │ │ ├── ShesideOutside.py │ │ ├── SummerSpecialOperationsRABBITPlatoonAndTheMysteryOfTheMissingShrimp.py │ │ ├── SunlightGirlsNightSong.py │ │ ├── TheFiveSensesAreClouded.py │ │ ├── WaffleCrisisTheMiracleMoment.py │ │ ├── iveAlive.py │ │ └── livelyAndJoyfulWalkingTour.py │ │ ├── activity_common.py │ │ ├── arena.py │ │ ├── cafe.py │ │ ├── create.py │ │ ├── group.py │ │ ├── group_story.py │ │ ├── lesson.py │ │ ├── lesson_affection.py │ │ ├── mail.py │ │ ├── main_page.py │ │ ├── main_story │ │ ├── gird_mission_info.py │ │ └── main_story.py │ │ ├── mini_story.py │ │ ├── momotalk.py │ │ ├── mumu.py │ │ ├── normal_task.py │ │ ├── pass.py │ │ ├── plot.py │ │ ├── purchase_ap.py │ │ ├── rewarded_task.py │ │ ├── scrimmage.py │ │ ├── shop.py │ │ ├── special_task.py │ │ ├── total_assault.py │ │ └── work_task.py ├── rgb_feature │ ├── CN.json │ ├── Global_en-us.json │ ├── Global_ko-kr.json │ ├── Global_zh-tw.json │ └── JP.json └── scrcpy_bin │ └── scrcpy-server.jar └── window.py /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitattribute: -------------------------------------------------------------------------------- 1 | * text=auto 2 | -------------------------------------------------------------------------------- /.github/workflows/docs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/.github/workflows/docs.yml -------------------------------------------------------------------------------- /.github/workflows/mirrorchyan_commit.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/.github/workflows/mirrorchyan_commit.yml -------------------------------------------------------------------------------- /.github/workflows/mirrorchyan_release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/.github/workflows/mirrorchyan_release.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/README.md -------------------------------------------------------------------------------- /cli.example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/cli.example.py -------------------------------------------------------------------------------- /core/Baas_thread.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/Baas_thread.py -------------------------------------------------------------------------------- /core/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/__init__.py -------------------------------------------------------------------------------- /core/color.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/color.py -------------------------------------------------------------------------------- /core/config/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /core/config/config_set.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/config/config_set.py -------------------------------------------------------------------------------- /core/config/default_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/config/default_config.py -------------------------------------------------------------------------------- /core/config/generated_static_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/config/generated_static_config.py -------------------------------------------------------------------------------- /core/config/generated_user_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/config/generated_user_config.py -------------------------------------------------------------------------------- /core/device/Control.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/device/Control.py -------------------------------------------------------------------------------- /core/device/Screenshot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/device/Screenshot.py -------------------------------------------------------------------------------- /core/device/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /core/device/connection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/device/connection.py -------------------------------------------------------------------------------- /core/device/control/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /core/device/control/adb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/device/control/adb.py -------------------------------------------------------------------------------- /core/device/control/nemu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/device/control/nemu.py -------------------------------------------------------------------------------- /core/device/control/pyautogui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/device/control/pyautogui.py -------------------------------------------------------------------------------- /core/device/control/scrcpy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/device/control/scrcpy.py -------------------------------------------------------------------------------- /core/device/control/uiautomator2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/device/control/uiautomator2.py -------------------------------------------------------------------------------- /core/device/emulator_manager/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/device/emulator_manager/__init__.py -------------------------------------------------------------------------------- /core/device/emulator_manager/__main__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /core/device/emulator_manager/process_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/device/emulator_manager/process_api.py -------------------------------------------------------------------------------- /core/device/emulator_manager/wsa_support.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/device/emulator_manager/wsa_support.py -------------------------------------------------------------------------------- /core/device/nemu_client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/device/nemu_client.py -------------------------------------------------------------------------------- /core/device/scrcpy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/device/scrcpy/README.md -------------------------------------------------------------------------------- /core/device/scrcpy/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/device/scrcpy/__init__.py -------------------------------------------------------------------------------- /core/device/scrcpy/const.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/device/scrcpy/const.py -------------------------------------------------------------------------------- /core/device/scrcpy/control.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/device/scrcpy/control.py -------------------------------------------------------------------------------- /core/device/scrcpy/core.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/device/scrcpy/core.py -------------------------------------------------------------------------------- /core/device/scrcpy_client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/device/scrcpy_client.py -------------------------------------------------------------------------------- /core/device/screenshot/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /core/device/screenshot/adb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/device/screenshot/adb.py -------------------------------------------------------------------------------- /core/device/screenshot/mss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/device/screenshot/mss.py -------------------------------------------------------------------------------- /core/device/screenshot/nemu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/device/screenshot/nemu.py -------------------------------------------------------------------------------- /core/device/screenshot/pyautogui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/device/screenshot/pyautogui.py -------------------------------------------------------------------------------- /core/device/screenshot/scrcpy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/device/screenshot/scrcpy.py -------------------------------------------------------------------------------- /core/device/screenshot/uiautomator2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/device/screenshot/uiautomator2.py -------------------------------------------------------------------------------- /core/device/uiautomator2_client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/device/uiautomator2_client.py -------------------------------------------------------------------------------- /core/exception.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/exception.py -------------------------------------------------------------------------------- /core/geometry/parallelogram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/geometry/parallelogram.py -------------------------------------------------------------------------------- /core/geometry/triangle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/geometry/triangle.py -------------------------------------------------------------------------------- /core/image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/image.py -------------------------------------------------------------------------------- /core/ipc_manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/ipc_manager.py -------------------------------------------------------------------------------- /core/notification.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/notification.py -------------------------------------------------------------------------------- /core/ocr/baas_ocr_client/Client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/ocr/baas_ocr_client/Client.py -------------------------------------------------------------------------------- /core/ocr/baas_ocr_client/server_installer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/ocr/baas_ocr_client/server_installer.py -------------------------------------------------------------------------------- /core/ocr/ocr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/ocr/ocr.py -------------------------------------------------------------------------------- /core/picture.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/picture.py -------------------------------------------------------------------------------- /core/position.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/position.py -------------------------------------------------------------------------------- /core/pushkit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/pushkit.py -------------------------------------------------------------------------------- /core/scheduler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/scheduler.py -------------------------------------------------------------------------------- /core/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/core/utils.py -------------------------------------------------------------------------------- /deploy/docker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/deploy/docker/README.md -------------------------------------------------------------------------------- /deploy/docker/README_CN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/deploy/docker/README_CN.md -------------------------------------------------------------------------------- /deploy/docker/docker-compose.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/deploy/docker/docker-compose.yaml -------------------------------------------------------------------------------- /deploy/docker/dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/deploy/docker/dockerfile -------------------------------------------------------------------------------- /deploy/docker/entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/deploy/docker/entrypoint.sh -------------------------------------------------------------------------------- /deploy/installer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/deploy/installer/README.md -------------------------------------------------------------------------------- /deploy/installer/README_CN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/deploy/installer/README_CN.md -------------------------------------------------------------------------------- /deploy/installer/build.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/deploy/installer/build.bat -------------------------------------------------------------------------------- /deploy/installer/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/deploy/installer/build.sh -------------------------------------------------------------------------------- /deploy/installer/const.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/deploy/installer/const.py -------------------------------------------------------------------------------- /deploy/installer/installer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/deploy/installer/installer.py -------------------------------------------------------------------------------- /deploy/installer/logo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/deploy/installer/logo.ico -------------------------------------------------------------------------------- /deploy/installer/mirrorc_update/const.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/deploy/installer/mirrorc_update/const.py -------------------------------------------------------------------------------- /deploy/installer/mirrorc_update/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/deploy/installer/mirrorc_update/utils.py -------------------------------------------------------------------------------- /deploy/installer/requirements.installer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/deploy/installer/requirements.installer.txt -------------------------------------------------------------------------------- /deploy/installer/toml_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/deploy/installer/toml_config.py -------------------------------------------------------------------------------- /deploy/standalone/window.whole.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/deploy/standalone/window.whole.spec -------------------------------------------------------------------------------- /develop_tools/ActivityInfomations.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/develop_tools/ActivityInfomations.txt -------------------------------------------------------------------------------- /develop_tools/auto_translate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/develop_tools/auto_translate.py -------------------------------------------------------------------------------- /develop_tools/config/gui.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/develop_tools/config/gui.json -------------------------------------------------------------------------------- /develop_tools/explore_task_data_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/develop_tools/explore_task_data_generator.py -------------------------------------------------------------------------------- /develop_tools/generate_dataclass_code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/develop_tools/generate_dataclass_code.py -------------------------------------------------------------------------------- /develop_tools/lesson/example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/develop_tools/lesson/example.png -------------------------------------------------------------------------------- /develop_tools/taskDataFixer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/develop_tools/taskDataFixer.py -------------------------------------------------------------------------------- /develop_tools/test/test_explore_hard_task.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/develop_tools/test/test_explore_hard_task.py -------------------------------------------------------------------------------- /develop_tools/test_explore_task_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/develop_tools/test_explore_task_data.py -------------------------------------------------------------------------------- /develop_tools/update_student_name.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/develop_tools/update_student_name.py -------------------------------------------------------------------------------- /docs/.gitignore: -------------------------------------------------------------------------------- 1 | cache 2 | node_modules 3 | 4 | .vitepress/dist 5 | -------------------------------------------------------------------------------- /docs/.idea/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/.idea/.gitignore -------------------------------------------------------------------------------- /docs/.idea/docs.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/.idea/docs.iml -------------------------------------------------------------------------------- /docs/.vitepress/config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/.vitepress/config.ts -------------------------------------------------------------------------------- /docs/assets/activity/enter1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/assets/activity/enter1.png -------------------------------------------------------------------------------- /docs/assets/activity/enter2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/assets/activity/enter2.png -------------------------------------------------------------------------------- /docs/assets/activity/enter3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/assets/activity/enter3.png -------------------------------------------------------------------------------- /docs/assets/activity/has_activity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/assets/activity/has_activity.png -------------------------------------------------------------------------------- /docs/assets/activity/null_activity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/assets/activity/null_activity.png -------------------------------------------------------------------------------- /docs/assets/auto_fight/acc_auto_phase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/assets/auto_fight/acc_auto_phase.png -------------------------------------------------------------------------------- /docs/assets/auto_fight/boss_health.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/assets/auto_fight/boss_health.png -------------------------------------------------------------------------------- /docs/assets/auto_fight/current_cost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/assets/auto_fight/current_cost.png -------------------------------------------------------------------------------- /docs/assets/auto_fight/cvat_ai_guide1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/assets/auto_fight/cvat_ai_guide1.png -------------------------------------------------------------------------------- /docs/assets/auto_fight/cvat_ai_guide2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/assets/auto_fight/cvat_ai_guide2.png -------------------------------------------------------------------------------- /docs/assets/auto_fight/enemy_position.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/assets/auto_fight/enemy_position.png -------------------------------------------------------------------------------- /docs/assets/auto_fight/fight_left_time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/assets/auto_fight/fight_left_time.png -------------------------------------------------------------------------------- /docs/assets/auto_fight/procedure_draft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/assets/auto_fight/procedure_draft.png -------------------------------------------------------------------------------- /docs/assets/auto_fight/room_left_time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/assets/auto_fight/room_left_time.png -------------------------------------------------------------------------------- /docs/assets/auto_fight/skill_templates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/assets/auto_fight/skill_templates.png -------------------------------------------------------------------------------- /docs/assets/auto_fight/student_position.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/assets/auto_fight/student_position.png -------------------------------------------------------------------------------- /docs/assets/auto_fight/student_skill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/assets/auto_fight/student_skill.png -------------------------------------------------------------------------------- /docs/assets/auto_fight/yolo_demo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/assets/auto_fight/yolo_demo1.png -------------------------------------------------------------------------------- /docs/assets/auto_fight/yolo_demo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/assets/auto_fight/yolo_demo2.png -------------------------------------------------------------------------------- /docs/assets/auto_fight/yolo_demo3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/assets/auto_fight/yolo_demo3.png -------------------------------------------------------------------------------- /docs/assets/condition_judgement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/assets/condition_judgement.png -------------------------------------------------------------------------------- /docs/assets/config/anti-harmony.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/assets/config/anti-harmony.png -------------------------------------------------------------------------------- /docs/assets/config/employ_team_method.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/assets/config/employ_team_method.png -------------------------------------------------------------------------------- /docs/assets/install/Mac_adb_path.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/assets/install/Mac_adb_path.png -------------------------------------------------------------------------------- /docs/assets/install/exe_installer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/assets/install/exe_installer.png -------------------------------------------------------------------------------- /docs/assets/install/full_env_installer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/assets/install/full_env_installer.png -------------------------------------------------------------------------------- /docs/assets/install/install_request400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/assets/install/install_request400.png -------------------------------------------------------------------------------- /docs/assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/assets/logo.png -------------------------------------------------------------------------------- /docs/assets/ocr/pass_method1_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/assets/ocr/pass_method1_example.png -------------------------------------------------------------------------------- /docs/assets/report/find_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/assets/report/find_config.png -------------------------------------------------------------------------------- /docs/assets/ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/assets/ui.png -------------------------------------------------------------------------------- /docs/assets/ui2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/assets/ui2.png -------------------------------------------------------------------------------- /docs/assets/ui3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/assets/ui3.png -------------------------------------------------------------------------------- /docs/assets/update/query_version_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/assets/update/query_version_1.png -------------------------------------------------------------------------------- /docs/assets/update/query_version_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/assets/update/query_version_2.png -------------------------------------------------------------------------------- /docs/assets/update/query_version_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/assets/update/query_version_3.png -------------------------------------------------------------------------------- /docs/develop_doc/develop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/develop_doc/develop.md -------------------------------------------------------------------------------- /docs/develop_doc/develop_format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/develop_doc/develop_format.md -------------------------------------------------------------------------------- /docs/develop_doc/develop_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/develop_doc/develop_guide.md -------------------------------------------------------------------------------- /docs/develop_doc/docs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/develop_doc/docs.md -------------------------------------------------------------------------------- /docs/develop_doc/env.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/develop_doc/env.md -------------------------------------------------------------------------------- /docs/develop_doc/log.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/develop_doc/log.md -------------------------------------------------------------------------------- /docs/develop_doc/script/BAAS_Cpp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/develop_doc/script/BAAS_Cpp.md -------------------------------------------------------------------------------- /docs/develop_doc/script/Baas_thread.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/develop_doc/script/Baas_thread.md -------------------------------------------------------------------------------- /docs/develop_doc/script/ConfigSet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/develop_doc/script/ConfigSet.md -------------------------------------------------------------------------------- /docs/develop_doc/script/Connection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/develop_doc/script/Connection.md -------------------------------------------------------------------------------- /docs/develop_doc/script/activity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/develop_doc/script/activity.md -------------------------------------------------------------------------------- /docs/develop_doc/script/auto_fight.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/develop_doc/script/auto_fight.md -------------------------------------------------------------------------------- /docs/develop_doc/script/config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/develop_doc/script/config.md -------------------------------------------------------------------------------- /docs/develop_doc/script/control.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/develop_doc/script/emulator_manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/develop_doc/script/emulator_manager.md -------------------------------------------------------------------------------- /docs/develop_doc/script/game_feature.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/develop_doc/script/game_feature.md -------------------------------------------------------------------------------- /docs/develop_doc/script/image_compare.md: -------------------------------------------------------------------------------- 1 | # 图像识别 2 | 3 | -------------------------------------------------------------------------------- /docs/develop_doc/script/image_resource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/develop_doc/script/image_resource.md -------------------------------------------------------------------------------- /docs/develop_doc/script/main.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/develop_doc/script/main.md -------------------------------------------------------------------------------- /docs/develop_doc/script/nemu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/develop_doc/script/nemu.md -------------------------------------------------------------------------------- /docs/develop_doc/script/ocr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/develop_doc/script/ocr.md -------------------------------------------------------------------------------- /docs/develop_doc/script/screenshot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/develop_doc/script/screenshot.md -------------------------------------------------------------------------------- /docs/i18n.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/i18n.md -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/index.md -------------------------------------------------------------------------------- /docs/markdown-examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/markdown-examples.md -------------------------------------------------------------------------------- /docs/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/package.json -------------------------------------------------------------------------------- /docs/pnpm-lock.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/pnpm-lock.yaml -------------------------------------------------------------------------------- /docs/pycco.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/pycco.css -------------------------------------------------------------------------------- /docs/test.md: -------------------------------------------------------------------------------- 1 | ![img](/assets/logo.png) 2 | -------------------------------------------------------------------------------- /docs/thanks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/thanks.md -------------------------------------------------------------------------------- /docs/usage_doc/CLI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/usage_doc/CLI.md -------------------------------------------------------------------------------- /docs/usage_doc/activity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/usage_doc/activity.md -------------------------------------------------------------------------------- /docs/usage_doc/api-examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/usage_doc/api-examples.md -------------------------------------------------------------------------------- /docs/usage_doc/config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/usage_doc/config.md -------------------------------------------------------------------------------- /docs/usage_doc/destroyer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/usage_doc/destroyer.md -------------------------------------------------------------------------------- /docs/usage_doc/downloads.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/usage_doc/downloads.md -------------------------------------------------------------------------------- /docs/usage_doc/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/usage_doc/faq.md -------------------------------------------------------------------------------- /docs/usage_doc/features.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/usage_doc/features.md -------------------------------------------------------------------------------- /docs/usage_doc/guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/usage_doc/guide.md -------------------------------------------------------------------------------- /docs/usage_doc/install/MacOS_Linux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/usage_doc/install/MacOS_Linux.md -------------------------------------------------------------------------------- /docs/usage_doc/install/Windows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/usage_doc/install/Windows.md -------------------------------------------------------------------------------- /docs/usage_doc/install/choose_platform.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/usage_doc/install/choose_platform.md -------------------------------------------------------------------------------- /docs/usage_doc/install/setup_config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/usage_doc/install/setup_config.md -------------------------------------------------------------------------------- /docs/usage_doc/qq_group_regulation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/usage_doc/qq_group_regulation.md -------------------------------------------------------------------------------- /docs/usage_doc/report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/usage_doc/report.md -------------------------------------------------------------------------------- /docs/usage_doc/steam_setting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/usage_doc/steam_setting.md -------------------------------------------------------------------------------- /docs/usage_doc/uninstall.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/usage_doc/uninstall.md -------------------------------------------------------------------------------- /docs/usage_doc/update.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/docs/usage_doc/update.md -------------------------------------------------------------------------------- /gui/assets/banner_home_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/assets/banner_home_bg.png -------------------------------------------------------------------------------- /gui/assets/banners/arenaPriority.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/assets/banners/arenaPriority.png -------------------------------------------------------------------------------- /gui/assets/banners/arenaShopPriority.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/assets/banners/arenaShopPriority.png -------------------------------------------------------------------------------- /gui/assets/banners/cafeInvite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/assets/banners/cafeInvite.png -------------------------------------------------------------------------------- /gui/assets/banners/createPriority.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/assets/banners/createPriority.png -------------------------------------------------------------------------------- /gui/assets/banners/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/assets/banners/default.png -------------------------------------------------------------------------------- /gui/assets/banners/friendWhiteList.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/assets/banners/friendWhiteList.png -------------------------------------------------------------------------------- /gui/assets/banners/mainlinePriority.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/assets/banners/mainlinePriority.png -------------------------------------------------------------------------------- /gui/assets/banners/schedulePriority.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/assets/banners/schedulePriority.png -------------------------------------------------------------------------------- /gui/assets/banners/shopPriority.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/assets/banners/shopPriority.png -------------------------------------------------------------------------------- /gui/assets/banners/sweepCountConfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/assets/banners/sweepCountConfig.png -------------------------------------------------------------------------------- /gui/assets/i18n.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/assets/i18n.pro -------------------------------------------------------------------------------- /gui/assets/icons/currency_icon_ap.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/assets/icons/currency_icon_ap.webp -------------------------------------------------------------------------------- /gui/assets/icons/currency_icon_gem.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/assets/icons/currency_icon_gem.webp -------------------------------------------------------------------------------- /gui/assets/icons/currency_icon_gold.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/assets/icons/currency_icon_gold.webp -------------------------------------------------------------------------------- /gui/assets/icons/ic_warning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/assets/icons/ic_warning.svg -------------------------------------------------------------------------------- /gui/assets/icons/item_icon_arenacoin.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/assets/icons/item_icon_arenacoin.webp -------------------------------------------------------------------------------- /gui/assets/icons/item_icon_chasercoin.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/assets/icons/item_icon_chasercoin.webp -------------------------------------------------------------------------------- /gui/assets/icons/item_icon_craftitem_0.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/assets/icons/item_icon_craftitem_0.webp -------------------------------------------------------------------------------- /gui/assets/icons/item_icon_craftitem_1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/assets/icons/item_icon_craftitem_1.webp -------------------------------------------------------------------------------- /gui/assets/icons/item_icon_pass.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/assets/icons/item_icon_pass.webp -------------------------------------------------------------------------------- /gui/assets/logo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/assets/logo.ico -------------------------------------------------------------------------------- /gui/assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/assets/logo.png -------------------------------------------------------------------------------- /gui/assets/qss/dark/demo.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/assets/qss/dark/demo.qss -------------------------------------------------------------------------------- /gui/assets/qss/global.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/assets/qss/global.qss -------------------------------------------------------------------------------- /gui/assets/qss/light/demo.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/assets/qss/light/demo.qss -------------------------------------------------------------------------------- /gui/assets/qss/new_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/assets/qss/new_logo.png -------------------------------------------------------------------------------- /gui/components/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/components/dialog_panel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/components/dialog_panel.py -------------------------------------------------------------------------------- /gui/components/expand/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/components/expand/__init__.py -------------------------------------------------------------------------------- /gui/components/expand/arenaPriority.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/components/expand/arenaPriority.py -------------------------------------------------------------------------------- /gui/components/expand/arenaShopPriority.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/components/expand/arenaShopPriority.py -------------------------------------------------------------------------------- /gui/components/expand/baasUpdateConfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/components/expand/baasUpdateConfig.py -------------------------------------------------------------------------------- /gui/components/expand/cafeInvite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/components/expand/cafeInvite.py -------------------------------------------------------------------------------- /gui/components/expand/createPriority.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/components/expand/createPriority.py -------------------------------------------------------------------------------- /gui/components/expand/drillConfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/components/expand/drillConfig.py -------------------------------------------------------------------------------- /gui/components/expand/emulatorConfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/components/expand/emulatorConfig.py -------------------------------------------------------------------------------- /gui/components/expand/eventMapConfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/components/expand/eventMapConfig.py -------------------------------------------------------------------------------- /gui/components/expand/expandTemplate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/components/expand/expandTemplate.py -------------------------------------------------------------------------------- /gui/components/expand/exploreConfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/components/expand/exploreConfig.py -------------------------------------------------------------------------------- /gui/components/expand/featureSwitch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/components/expand/featureSwitch.py -------------------------------------------------------------------------------- /gui/components/expand/formationConfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/components/expand/formationConfig.py -------------------------------------------------------------------------------- /gui/components/expand/friendWhiteList.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/components/expand/friendWhiteList.py -------------------------------------------------------------------------------- /gui/components/expand/mainlinePriority.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/components/expand/mainlinePriority.py -------------------------------------------------------------------------------- /gui/components/expand/otherConfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/components/expand/otherConfig.py -------------------------------------------------------------------------------- /gui/components/expand/proceedPlot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/components/expand/proceedPlot.py -------------------------------------------------------------------------------- /gui/components/expand/pushConfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/components/expand/pushConfig.py -------------------------------------------------------------------------------- /gui/components/expand/schedulePriority.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/components/expand/schedulePriority.py -------------------------------------------------------------------------------- /gui/components/expand/scriptConfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/components/expand/scriptConfig.py -------------------------------------------------------------------------------- /gui/components/expand/serverConfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/components/expand/serverConfig.py -------------------------------------------------------------------------------- /gui/components/expand/shopPriority.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/components/expand/shopPriority.py -------------------------------------------------------------------------------- /gui/components/expand/sweepCountConfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/components/expand/sweepCountConfig.py -------------------------------------------------------------------------------- /gui/components/template_card.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/components/template_card.py -------------------------------------------------------------------------------- /gui/fragments/glob.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/fragments/glob.py -------------------------------------------------------------------------------- /gui/fragments/history.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/fragments/history.py -------------------------------------------------------------------------------- /gui/fragments/home.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/fragments/home.py -------------------------------------------------------------------------------- /gui/fragments/process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/fragments/process.py -------------------------------------------------------------------------------- /gui/fragments/readme.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/fragments/readme.py -------------------------------------------------------------------------------- /gui/fragments/settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/fragments/settings.py -------------------------------------------------------------------------------- /gui/fragments/switch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/fragments/switch.py -------------------------------------------------------------------------------- /gui/i18n/en_US.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/i18n/en_US.qm -------------------------------------------------------------------------------- /gui/i18n/en_US.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/i18n/en_US.ts -------------------------------------------------------------------------------- /gui/i18n/ja_JP.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/i18n/ja_JP.qm -------------------------------------------------------------------------------- /gui/i18n/ja_JP.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/i18n/ja_JP.ts -------------------------------------------------------------------------------- /gui/i18n/ko_KR.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/i18n/ko_KR.qm -------------------------------------------------------------------------------- /gui/i18n/ko_KR.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/i18n/ko_KR.ts -------------------------------------------------------------------------------- /gui/qss/dark/process.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/qss/dark/process.qss -------------------------------------------------------------------------------- /gui/qss/light/process.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/qss/light/process.qss -------------------------------------------------------------------------------- /gui/util/config_gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/util/config_gui.py -------------------------------------------------------------------------------- /gui/util/config_translation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/util/config_translation.py -------------------------------------------------------------------------------- /gui/util/customized_ui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/util/customized_ui.py -------------------------------------------------------------------------------- /gui/util/hotkey_manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/util/hotkey_manager.py -------------------------------------------------------------------------------- /gui/util/language.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/util/language.py -------------------------------------------------------------------------------- /gui/util/notification.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/util/notification.py -------------------------------------------------------------------------------- /gui/util/style_sheet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/util/style_sheet.py -------------------------------------------------------------------------------- /gui/util/translator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/gui/util/translator.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/main.py -------------------------------------------------------------------------------- /module/ExploreTasks/TaskUtils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/ExploreTasks/TaskUtils.py -------------------------------------------------------------------------------- /module/ExploreTasks/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/ExploreTasks/__init__.py -------------------------------------------------------------------------------- /module/ExploreTasks/explore_task.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/ExploreTasks/explore_task.py -------------------------------------------------------------------------------- /module/ExploreTasks/sweep_task.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/ExploreTasks/sweep_task.py -------------------------------------------------------------------------------- /module/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/__init__.py -------------------------------------------------------------------------------- /module/activities/CodeBox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/activities/CodeBox.py -------------------------------------------------------------------------------- /module/activities/ElectronicNewYearsMarch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/activities/ElectronicNewYearsMarch.py -------------------------------------------------------------------------------- /module/activities/FromOpera0068WithLove.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/activities/FromOpera0068WithLove.py -------------------------------------------------------------------------------- /module/activities/JP_2025_03_26.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/activities/JP_2025_03_26.py -------------------------------------------------------------------------------- /module/activities/JP_2025_04_22.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/activities/JP_2025_04_22.py -------------------------------------------------------------------------------- /module/activities/JP_2025_06_25.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/activities/JP_2025_06_25.py -------------------------------------------------------------------------------- /module/activities/JP_2025_07_22.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/activities/JP_2025_07_22.py -------------------------------------------------------------------------------- /module/activities/JP_2025_08_20.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/activities/JP_2025_08_20.py -------------------------------------------------------------------------------- /module/activities/JP_2025_09_24.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/activities/JP_2025_09_24.py -------------------------------------------------------------------------------- /module/activities/JP_2025_10_22.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/activities/JP_2025_10_22.py -------------------------------------------------------------------------------- /module/activities/LivelyandBusily.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/activities/LivelyandBusily.py -------------------------------------------------------------------------------- /module/activities/Moonlight Dream.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/activities/Moonlight Dream.py -------------------------------------------------------------------------------- /module/activities/RowdyAndCherry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/activities/RowdyAndCherry.py -------------------------------------------------------------------------------- /module/activities/SayBing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/activities/SayBing.py -------------------------------------------------------------------------------- /module/activities/SecretMidnightParty.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/activities/SecretMidnightParty.py -------------------------------------------------------------------------------- /module/activities/SerenadePromenade.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/activities/SerenadePromenade.py -------------------------------------------------------------------------------- /module/activities/ShesideOutside.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/activities/ShesideOutside.py -------------------------------------------------------------------------------- /module/activities/SummerSkysWishes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/activities/SummerSkysWishes.py -------------------------------------------------------------------------------- /module/activities/SunlightGirlsNightSong.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/activities/SunlightGirlsNightSong.py -------------------------------------------------------------------------------- /module/activities/TheFiveSensesAreClouded.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/activities/TheFiveSensesAreClouded.py -------------------------------------------------------------------------------- /module/activities/TripTrapTrain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/activities/TripTrapTrain.py -------------------------------------------------------------------------------- /module/activities/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/activities/__init__.py -------------------------------------------------------------------------------- /module/activities/activity_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/activities/activity_utils.py -------------------------------------------------------------------------------- /module/activities/anUnconcealedHeart.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/activities/anUnconcealedHeart.py -------------------------------------------------------------------------------- /module/activities/bunnyChaserOnTheShip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/activities/bunnyChaserOnTheShip.py -------------------------------------------------------------------------------- /module/activities/bunnyChaserOnTheShip2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/activities/bunnyChaserOnTheShip2.py -------------------------------------------------------------------------------- /module/activities/iveAlive.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/activities/iveAlive.py -------------------------------------------------------------------------------- /module/activities/no_227_kinosaki_spa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/activities/no_227_kinosaki_spa.py -------------------------------------------------------------------------------- /module/activities/no_68_spring_wild_dream.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/activities/no_68_spring_wild_dream.py -------------------------------------------------------------------------------- /module/activities/revolutionKupalaNight.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/activities/revolutionKupalaNight.py -------------------------------------------------------------------------------- /module/arena.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/arena.py -------------------------------------------------------------------------------- /module/cafe_reward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/cafe_reward.py -------------------------------------------------------------------------------- /module/clear_special_task_power.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/clear_special_task_power.py -------------------------------------------------------------------------------- /module/collect_daily_free_power.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/collect_daily_free_power.py -------------------------------------------------------------------------------- /module/collect_daily_task_power.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/collect_daily_task_power.py -------------------------------------------------------------------------------- /module/collect_pass_reward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/collect_pass_reward.py -------------------------------------------------------------------------------- /module/collect_reward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/collect_reward.py -------------------------------------------------------------------------------- /module/create.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/create.py -------------------------------------------------------------------------------- /module/dailyGameActivities/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/dailyGameActivities/__init__.py -------------------------------------------------------------------------------- /module/dailyGameActivity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/dailyGameActivity.py -------------------------------------------------------------------------------- /module/de_clothes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/de_clothes.py -------------------------------------------------------------------------------- /module/explore_activity_challenge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/explore_activity_challenge.py -------------------------------------------------------------------------------- /module/explore_activity_mission.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/explore_activity_mission.py -------------------------------------------------------------------------------- /module/explore_activity_story.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/explore_activity_story.py -------------------------------------------------------------------------------- /module/friend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/friend.py -------------------------------------------------------------------------------- /module/group.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/group.py -------------------------------------------------------------------------------- /module/group_story.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/group_story.py -------------------------------------------------------------------------------- /module/joint_firing_drill.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/joint_firing_drill.py -------------------------------------------------------------------------------- /module/lesson.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/lesson.py -------------------------------------------------------------------------------- /module/mail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/mail.py -------------------------------------------------------------------------------- /module/main_story.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/main_story.py -------------------------------------------------------------------------------- /module/mini_story.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/mini_story.py -------------------------------------------------------------------------------- /module/momo_talk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/momo_talk.py -------------------------------------------------------------------------------- /module/no1_cafe_invite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/no1_cafe_invite.py -------------------------------------------------------------------------------- /module/no2_cafe_invite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/no2_cafe_invite.py -------------------------------------------------------------------------------- /module/purchase_ap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/purchase_ap.py -------------------------------------------------------------------------------- /module/refresh_uiautomator2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/refresh_uiautomator2.py -------------------------------------------------------------------------------- /module/restart.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/restart.py -------------------------------------------------------------------------------- /module/rewarded_task.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/rewarded_task.py -------------------------------------------------------------------------------- /module/scrimmage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/scrimmage.py -------------------------------------------------------------------------------- /module/shop/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /module/shop/common_shop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/shop/common_shop.py -------------------------------------------------------------------------------- /module/shop/shop_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/shop/shop_utils.py -------------------------------------------------------------------------------- /module/shop/tactical_challenge_shop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/shop/tactical_challenge_shop.py -------------------------------------------------------------------------------- /module/sweep_activity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/sweep_activity.py -------------------------------------------------------------------------------- /module/total_assault.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/module/total_assault.py -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/pyproject.toml -------------------------------------------------------------------------------- /requirements-i18n.txt: -------------------------------------------------------------------------------- 1 | bs4 2 | lxml 3 | translators 4 | 5 | -------------------------------------------------------------------------------- /requirements-linux.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/requirements-linux.txt -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/requirements.txt -------------------------------------------------------------------------------- /service.example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/service.example.py -------------------------------------------------------------------------------- /src/LocalizeConfig.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/LocalizeConfig.txt -------------------------------------------------------------------------------- /src/atx_app/ATX.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/atx_app/ATX.apk -------------------------------------------------------------------------------- /src/atx_app/app-uiautomator-test.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/atx_app/app-uiautomator-test.apk -------------------------------------------------------------------------------- /src/atx_app/app-uiautomator.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/atx_app/app-uiautomator.apk -------------------------------------------------------------------------------- /src/descriptions/ja_JP/スケジューリング設定入力ガイド.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/descriptions/ja_JP/スケジューリング設定入力ガイド.html -------------------------------------------------------------------------------- /src/descriptions/ja_JP/各地域に必要なチーム属性.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/descriptions/ja_JP/各地域に必要なチーム属性.html -------------------------------------------------------------------------------- /src/descriptions/ja_JP/本編の自動説明.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/descriptions/ja_JP/本編の自動説明.html -------------------------------------------------------------------------------- /src/descriptions/ja_JP/構成のスケジュール設定のヘルプ.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/descriptions/ja_JP/構成のスケジュール設定のヘルプ.html -------------------------------------------------------------------------------- /src/descriptions/ja_JP/難易度図構成の説明.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/descriptions/ja_JP/難易度図構成の説明.html -------------------------------------------------------------------------------- /src/descriptions/ko_KR/각 영역에 필요한 팀 속성.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/descriptions/ko_KR/각 영역에 필요한 팀 속성.html -------------------------------------------------------------------------------- /src/descriptions/ko_KR/문제보고 안내서 (중요).html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/descriptions/ko_KR/문제보고 안내서 (중요).html -------------------------------------------------------------------------------- /src/descriptions/ko_KR/스케줄 구성 입력 도움말.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/descriptions/ko_KR/스케줄 구성 입력 도움말.html -------------------------------------------------------------------------------- /src/descriptions/ko_KR/어려운 다이어그램 구성 설명.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/descriptions/ko_KR/어려운 다이어그램 구성 설명.html -------------------------------------------------------------------------------- /src/descriptions/ko_KR/이벤트 스캔 지침.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/descriptions/ko_KR/이벤트 스캔 지침.html -------------------------------------------------------------------------------- /src/descriptions/ko_KR/일반 맵 자동 푸시 맵 설명.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/descriptions/ko_KR/일반 맵 자동 푸시 맵 설명.html -------------------------------------------------------------------------------- /src/descriptions/ko_KR/일반지도 청소 지침.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/descriptions/ko_KR/일반지도 청소 지침.html -------------------------------------------------------------------------------- /src/descriptions/ko_KR/자동 메인 라인 플롯 설명.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/descriptions/ko_KR/자동 메인 라인 플롯 설명.html -------------------------------------------------------------------------------- /src/descriptions/zh_CN/各区域所需队伍属性.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/descriptions/zh_CN/各区域所需队伍属性.html -------------------------------------------------------------------------------- /src/descriptions/zh_CN/困难图配置说明.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/descriptions/zh_CN/困难图配置说明.html -------------------------------------------------------------------------------- /src/descriptions/zh_CN/常见模拟器adb地址.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/descriptions/zh_CN/常见模拟器adb地址.html -------------------------------------------------------------------------------- /src/descriptions/zh_CN/普通图扫荡填写说明.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/descriptions/zh_CN/普通图扫荡填写说明.html -------------------------------------------------------------------------------- /src/descriptions/zh_CN/普通图自动推图说明.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/descriptions/zh_CN/普通图自动推图说明.html -------------------------------------------------------------------------------- /src/descriptions/zh_CN/活动扫荡填写说明.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/descriptions/zh_CN/活动扫荡填写说明.html -------------------------------------------------------------------------------- /src/descriptions/zh_CN/自动主线剧情说明.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/descriptions/zh_CN/自动主线剧情说明.html -------------------------------------------------------------------------------- /src/descriptions/zh_CN/调度配置填写帮助.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/descriptions/zh_CN/调度配置填写帮助.html -------------------------------------------------------------------------------- /src/descriptions/zh_CN/问题上报指南(重要).html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/descriptions/zh_CN/问题上报指南(重要).html -------------------------------------------------------------------------------- /src/images/CN/activity/common/formation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/activity/common/formation.png -------------------------------------------------------------------------------- /src/images/CN/activity/common/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/activity/common/menu.png -------------------------------------------------------------------------------- /src/images/CN/activity/common/play-guide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/activity/common/play-guide.png -------------------------------------------------------------------------------- /src/images/CN/activity/common/task-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/activity/common/task-info.png -------------------------------------------------------------------------------- /src/images/CN/activity/iveAlive/enter1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/activity/iveAlive/enter1.png -------------------------------------------------------------------------------- /src/images/CN/activity/iveAlive/enter2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/activity/iveAlive/enter2.png -------------------------------------------------------------------------------- /src/images/CN/activity/iveAlive/enter3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/activity/iveAlive/enter3.png -------------------------------------------------------------------------------- /src/images/CN/arena/battle-lost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/arena/battle-lost.png -------------------------------------------------------------------------------- /src/images/CN/arena/battle-win.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/arena/battle-win.png -------------------------------------------------------------------------------- /src/images/CN/arena/best-record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/arena/best-record.png -------------------------------------------------------------------------------- /src/images/CN/arena/edit-force.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/arena/edit-force.png -------------------------------------------------------------------------------- /src/images/CN/arena/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/arena/menu.png -------------------------------------------------------------------------------- /src/images/CN/arena/opponent-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/arena/opponent-info.png -------------------------------------------------------------------------------- /src/images/CN/arena/season-record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/arena/season-record.png -------------------------------------------------------------------------------- /src/images/CN/cafe/0.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/cafe/0.0.png -------------------------------------------------------------------------------- /src/images/CN/cafe/button-goto-no1-cafe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/cafe/button-goto-no1-cafe.png -------------------------------------------------------------------------------- /src/images/CN/cafe/button-goto-no2-cafe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/cafe/button-goto-no2-cafe.png -------------------------------------------------------------------------------- /src/images/CN/cafe/cafe-reward-status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/cafe/cafe-reward-status.png -------------------------------------------------------------------------------- /src/images/CN/cafe/confirm-invite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/cafe/confirm-invite.png -------------------------------------------------------------------------------- /src/images/CN/cafe/duplicate-invite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/cafe/duplicate-invite.png -------------------------------------------------------------------------------- /src/images/CN/cafe/happy_face1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/cafe/happy_face1.png -------------------------------------------------------------------------------- /src/images/CN/cafe/happy_face2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/cafe/happy_face2.png -------------------------------------------------------------------------------- /src/images/CN/cafe/happy_face3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/cafe/happy_face3.png -------------------------------------------------------------------------------- /src/images/CN/cafe/happy_face4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/cafe/happy_face4.png -------------------------------------------------------------------------------- /src/images/CN/cafe/invitation-ticket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/cafe/invitation-ticket.png -------------------------------------------------------------------------------- /src/images/CN/cafe/invite-student-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/cafe/invite-student-button.png -------------------------------------------------------------------------------- /src/images/CN/cafe/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/cafe/menu.png -------------------------------------------------------------------------------- /src/images/CN/cafe/students-arrived.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/cafe/students-arrived.png -------------------------------------------------------------------------------- /src/images/CN/cafe/switch-clothes-notice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/cafe/switch-clothes-notice.png -------------------------------------------------------------------------------- /src/images/CN/create/Aether-Dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/Aether-Dust.png -------------------------------------------------------------------------------- /src/images/CN/create/Aether-Essence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/Aether-Essence.png -------------------------------------------------------------------------------- /src/images/CN/create/Aether-Piece.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/Aether-Piece.png -------------------------------------------------------------------------------- /src/images/CN/create/Aether-Shared.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/Aether-Shared.png -------------------------------------------------------------------------------- /src/images/CN/create/Broken-Nimrud-Lens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/Broken-Nimrud-Lens.png -------------------------------------------------------------------------------- /src/images/CN/create/Broken-Okiku-Doll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/Broken-Okiku-Doll.png -------------------------------------------------------------------------------- /src/images/CN/create/Broken-Rohonc-Codex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/Broken-Rohonc-Codex.png -------------------------------------------------------------------------------- /src/images/CN/create/Broken-Totem-Pole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/Broken-Totem-Pole.png -------------------------------------------------------------------------------- /src/images/CN/create/Damaged-Nimrud-Lens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/Damaged-Nimrud-Lens.png -------------------------------------------------------------------------------- /src/images/CN/create/Golden-Dress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/Golden-Dress.png -------------------------------------------------------------------------------- /src/images/CN/create/Golden-Fleece.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/Golden-Fleece.png -------------------------------------------------------------------------------- /src/images/CN/create/Golden-Wool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/Golden-Wool.png -------------------------------------------------------------------------------- /src/images/CN/create/Golden-Yarn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/Golden-Yarn.png -------------------------------------------------------------------------------- /src/images/CN/create/Intact-Nimrud-Lens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/Intact-Nimrud-Lens.png -------------------------------------------------------------------------------- /src/images/CN/create/Intact-Okiku-Doll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/Intact-Okiku-Doll.png -------------------------------------------------------------------------------- /src/images/CN/create/Intact-Rohonc-Codex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/Intact-Rohonc-Codex.png -------------------------------------------------------------------------------- /src/images/CN/create/Intact-Totem-Pole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/Intact-Totem-Pole.png -------------------------------------------------------------------------------- /src/images/CN/create/Keystone-Piece.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/Keystone-Piece.png -------------------------------------------------------------------------------- /src/images/CN/create/Keystone-Used-Up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/Keystone-Used-Up.png -------------------------------------------------------------------------------- /src/images/CN/create/Keystone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/Keystone.png -------------------------------------------------------------------------------- /src/images/CN/create/Mandrake-Extract.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/Mandrake-Extract.png -------------------------------------------------------------------------------- /src/images/CN/create/Mandrake-Juice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/Mandrake-Juice.png -------------------------------------------------------------------------------- /src/images/CN/create/Mandrake-Seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/Mandrake-Seed.png -------------------------------------------------------------------------------- /src/images/CN/create/Mandrake-Sprout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/Mandrake-Sprout.png -------------------------------------------------------------------------------- /src/images/CN/create/Nimrud-Lens-Piece.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/Nimrud-Lens-Piece.png -------------------------------------------------------------------------------- /src/images/CN/create/Okiku-Doll-Piece.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/Okiku-Doll-Piece.png -------------------------------------------------------------------------------- /src/images/CN/create/Phasitos-Disc-Piece.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/Phasitos-Disc-Piece.png -------------------------------------------------------------------------------- /src/images/CN/create/Repaired-Okiku-Doll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/Repaired-Okiku-Doll.png -------------------------------------------------------------------------------- /src/images/CN/create/Repaired-Totem-Pole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/Repaired-Totem-Pole.png -------------------------------------------------------------------------------- /src/images/CN/create/Rohonc-Codex-Page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/Rohonc-Codex-Page.png -------------------------------------------------------------------------------- /src/images/CN/create/Totem-Pole-Piece.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/Totem-Pole-Piece.png -------------------------------------------------------------------------------- /src/images/CN/create/Wolfsegg-Iron-ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/Wolfsegg-Iron-ore.png -------------------------------------------------------------------------------- /src/images/CN/create/Wolfsegg-steel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/Wolfsegg-steel.png -------------------------------------------------------------------------------- /src/images/CN/create/complete-instantly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/complete-instantly.png -------------------------------------------------------------------------------- /src/images/CN/create/crafting-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/crafting-list.png -------------------------------------------------------------------------------- /src/images/CN/create/filter-Coin-chosen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/filter-Coin-chosen.png -------------------------------------------------------------------------------- /src/images/CN/create/filter-Eleph-chosen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/filter-Eleph-chosen.png -------------------------------------------------------------------------------- /src/images/CN/create/filter-Eleph-reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/filter-Eleph-reset.png -------------------------------------------------------------------------------- /src/images/CN/create/filter-Gift-chosen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/filter-Gift-chosen.png -------------------------------------------------------------------------------- /src/images/CN/create/filter-Gift-reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/filter-Gift-reset.png -------------------------------------------------------------------------------- /src/images/CN/create/filter-coin-reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/filter-coin-reset.png -------------------------------------------------------------------------------- /src/images/CN/create/filter-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/filter-menu.png -------------------------------------------------------------------------------- /src/images/CN/create/material-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/material-list.png -------------------------------------------------------------------------------- /src/images/CN/create/point-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/point-down.png -------------------------------------------------------------------------------- /src/images/CN/create/point-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/point-up.png -------------------------------------------------------------------------------- /src/images/CN/create/select-node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/select-node.png -------------------------------------------------------------------------------- /src/images/CN/create/sort-basic-chosen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/sort-basic-chosen.png -------------------------------------------------------------------------------- /src/images/CN/create/sort-count-chosen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/sort-count-chosen.png -------------------------------------------------------------------------------- /src/images/CN/create/sort-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/sort-menu.png -------------------------------------------------------------------------------- /src/images/CN/create/start-crafting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/start-crafting.png -------------------------------------------------------------------------------- /src/images/CN/create/start-phase-1-grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/start-phase-1-grey.png -------------------------------------------------------------------------------- /src/images/CN/create/start-phase-2-grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/start-phase-2-grey.png -------------------------------------------------------------------------------- /src/images/CN/create/start-phase-3-grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/create/start-phase-3-grey.png -------------------------------------------------------------------------------- /src/images/CN/friend/delete-friend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/friend/delete-friend.png -------------------------------------------------------------------------------- /src/images/CN/friend/player-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/friend/player-info.png -------------------------------------------------------------------------------- /src/images/CN/group/enter-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/group/enter-button.png -------------------------------------------------------------------------------- /src/images/CN/group/join-club.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/group/join-club.png -------------------------------------------------------------------------------- /src/images/CN/group/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/group/menu.png -------------------------------------------------------------------------------- /src/images/CN/group/sign-up-reward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/group/sign-up-reward.png -------------------------------------------------------------------------------- /src/images/CN/group_story/episode-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/group_story/episode-info.png -------------------------------------------------------------------------------- /src/images/CN/group_story/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/group_story/menu.png -------------------------------------------------------------------------------- /src/images/CN/group_story/plot-not-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/group_story/plot-not-open.png -------------------------------------------------------------------------------- /src/images/CN/group_story/select-episode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/group_story/select-episode.png -------------------------------------------------------------------------------- /src/images/CN/lesson/all-locations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson/all-locations.png -------------------------------------------------------------------------------- /src/images/CN/lesson/lesson-information.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson/lesson-information.png -------------------------------------------------------------------------------- /src/images/CN/lesson/lesson-report.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson/lesson-report.png -------------------------------------------------------------------------------- /src/images/CN/lesson/location-select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson/location-select.png -------------------------------------------------------------------------------- /src/images/CN/lesson/select-location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson/select-location.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Airi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Airi.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Akari.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Akari.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Aris.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Aris.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Atsuko.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Atsuko.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Ayane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Ayane.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Azusa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Azusa.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Cherino.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Cherino.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Chihiro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Chihiro.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Chinatsu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Chinatsu.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Chise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Chise.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Eimi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Eimi.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Fubuki.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Fubuki.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Fuuka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Fuuka.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Hanae.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Hanae.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Hanako.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Hanako.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Hare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Hare.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Haruka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Haruka.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Hifumi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Hifumi.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Himari.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Himari.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Hina.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Hina.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Hiyori.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Hiyori.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Hoshino.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Hoshino.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Iori.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Iori.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Iroha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Iroha.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Izumi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Izumi.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Izuna.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Izuna.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Kaede.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Kaede.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Kazusa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Kazusa.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Kirino.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Kirino.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Koharu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Koharu.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Kokona.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Kokona.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Kotama.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Kotama.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Maki.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Maki.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Mashiro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Mashiro.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Megu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Megu.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Midori.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Midori.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Mika.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Mika.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Mimori.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Mimori.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Mine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Mine.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Miyako.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Miyako.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Miyu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Miyu.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Moe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Moe.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Momoi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Momoi.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Nagisa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Nagisa.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Natsu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Natsu.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Noa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Noa.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Nodoka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Nodoka.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Nonomi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Nonomi.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Reisa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Reisa.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Rumi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Rumi.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Sakurako.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Sakurako.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Saori.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Saori.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Sena.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Sena.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Serika.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Serika.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Shimiko.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Shimiko.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Shiroko.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Shiroko.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Shizuko.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Shizuko.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Shun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Shun.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Suzumi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Suzumi.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Toki.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Toki.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Ui.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Utaha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Utaha.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Wakamo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Wakamo.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Yuuka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Yuuka.png -------------------------------------------------------------------------------- /src/images/CN/lesson_affection/Yuzu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/lesson_affection/Yuzu.png -------------------------------------------------------------------------------- /src/images/CN/mail/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/mail/menu.png -------------------------------------------------------------------------------- /src/images/CN/main_page/back-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/main_page/back-arrow.png -------------------------------------------------------------------------------- /src/images/CN/main_page/bus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/main_page/bus.png -------------------------------------------------------------------------------- /src/images/CN/main_page/daily-attendance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/main_page/daily-attendance.png -------------------------------------------------------------------------------- /src/images/CN/main_page/full-notice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/main_page/full-notice.png -------------------------------------------------------------------------------- /src/images/CN/main_page/get-character.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/main_page/get-character.png -------------------------------------------------------------------------------- /src/images/CN/main_page/home-feature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/main_page/home-feature.png -------------------------------------------------------------------------------- /src/images/CN/main_page/item-expire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/main_page/item-expire.png -------------------------------------------------------------------------------- /src/images/CN/main_page/login-feature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/main_page/login-feature.png -------------------------------------------------------------------------------- /src/images/CN/main_page/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/main_page/menu.png -------------------------------------------------------------------------------- /src/images/CN/main_page/news.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/main_page/news.png -------------------------------------------------------------------------------- /src/images/CN/main_page/news2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/main_page/news2.png -------------------------------------------------------------------------------- /src/images/CN/main_page/privacy-policy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/main_page/privacy-policy.png -------------------------------------------------------------------------------- /src/images/CN/main_page/quick-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/main_page/quick-home.png -------------------------------------------------------------------------------- /src/images/CN/main_page/skip-notice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/main_page/skip-notice.png -------------------------------------------------------------------------------- /src/images/CN/main_story/continue-plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/main_story/continue-plot.png -------------------------------------------------------------------------------- /src/images/CN/main_story/episode-1-title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/main_story/episode-1-title.png -------------------------------------------------------------------------------- /src/images/CN/main_story/episode-2-title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/main_story/episode-2-title.png -------------------------------------------------------------------------------- /src/images/CN/main_story/episode-3-title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/main_story/episode-3-title.png -------------------------------------------------------------------------------- /src/images/CN/main_story/episode-4-title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/main_story/episode-4-title.png -------------------------------------------------------------------------------- /src/images/CN/main_story/episode-5-title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/main_story/episode-5-title.png -------------------------------------------------------------------------------- /src/images/CN/main_story/episode-7-title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/main_story/episode-7-title.png -------------------------------------------------------------------------------- /src/images/CN/main_story/episode-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/main_story/episode-info.png -------------------------------------------------------------------------------- /src/images/CN/main_story/episode1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/main_story/episode1.png -------------------------------------------------------------------------------- /src/images/CN/main_story/episode2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/main_story/episode2.png -------------------------------------------------------------------------------- /src/images/CN/main_story/episode3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/main_story/episode3.png -------------------------------------------------------------------------------- /src/images/CN/main_story/episode4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/main_story/episode4.png -------------------------------------------------------------------------------- /src/images/CN/main_story/episode5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/main_story/episode5.png -------------------------------------------------------------------------------- /src/images/CN/main_story/episode6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/main_story/episode6.png -------------------------------------------------------------------------------- /src/images/CN/main_story/episode7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/main_story/episode7.png -------------------------------------------------------------------------------- /src/images/CN/main_story/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/main_story/menu.png -------------------------------------------------------------------------------- /src/images/CN/main_story/plot-index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/main_story/plot-index.png -------------------------------------------------------------------------------- /src/images/CN/main_story/plot-not-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/main_story/plot-not-open.png -------------------------------------------------------------------------------- /src/images/CN/main_story/select-episode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/main_story/select-episode.png -------------------------------------------------------------------------------- /src/images/CN/mini_story/episode-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/mini_story/episode-info.png -------------------------------------------------------------------------------- /src/images/CN/mini_story/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/mini_story/menu.png -------------------------------------------------------------------------------- /src/images/CN/mini_story/select-episode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/mini_story/select-episode.png -------------------------------------------------------------------------------- /src/images/CN/momo_talk/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/momo_talk/down.png -------------------------------------------------------------------------------- /src/images/CN/momo_talk/momotalk-peach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/momo_talk/momotalk-peach.png -------------------------------------------------------------------------------- /src/images/CN/momo_talk/sort-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/momo_talk/sort-menu.png -------------------------------------------------------------------------------- /src/images/CN/momo_talk/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/momo_talk/up.png -------------------------------------------------------------------------------- /src/images/CN/mumu/accept-su1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/mumu/accept-su1.png -------------------------------------------------------------------------------- /src/images/CN/mumu/accept-su2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/mumu/accept-su2.png -------------------------------------------------------------------------------- /src/images/CN/normal_task/SUB-task-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/normal_task/SUB-task-info.png -------------------------------------------------------------------------------- /src/images/CN/normal_task/SUB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/normal_task/SUB.png -------------------------------------------------------------------------------- /src/images/CN/normal_task/auto-over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/normal_task/auto-over.png -------------------------------------------------------------------------------- /src/images/CN/normal_task/challenge-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/normal_task/challenge-menu.png -------------------------------------------------------------------------------- /src/images/CN/normal_task/end-turn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/normal_task/end-turn.png -------------------------------------------------------------------------------- /src/images/CN/normal_task/fail-confirm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/normal_task/fail-confirm.png -------------------------------------------------------------------------------- /src/images/CN/normal_task/fight-pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/normal_task/fight-pause.png -------------------------------------------------------------------------------- /src/images/CN/normal_task/fight-skip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/normal_task/fight-skip.png -------------------------------------------------------------------------------- /src/images/CN/normal_task/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/normal_task/help.png -------------------------------------------------------------------------------- /src/images/CN/normal_task/present.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/normal_task/present.png -------------------------------------------------------------------------------- /src/images/CN/normal_task/task-A-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/normal_task/task-A-info.png -------------------------------------------------------------------------------- /src/images/CN/normal_task/task-finish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/normal_task/task-finish.png -------------------------------------------------------------------------------- /src/images/CN/normal_task/task-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/normal_task/task-info.png -------------------------------------------------------------------------------- /src/images/CN/plot/formation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/plot/formation.png -------------------------------------------------------------------------------- /src/images/CN/plot/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/plot/menu.png -------------------------------------------------------------------------------- /src/images/CN/plot/self-formation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/plot/self-formation.png -------------------------------------------------------------------------------- /src/images/CN/plot/skip-plot-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/plot/skip-plot-button.png -------------------------------------------------------------------------------- /src/images/CN/plot/skip-plot-notice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/plot/skip-plot-notice.png -------------------------------------------------------------------------------- /src/images/CN/purchase_ap/notice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/purchase_ap/notice.png -------------------------------------------------------------------------------- /src/images/CN/rewarded_task/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/rewarded_task/help.png -------------------------------------------------------------------------------- /src/images/CN/rewarded_task/task-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/rewarded_task/task-info.png -------------------------------------------------------------------------------- /src/images/CN/scrimmage/level-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/scrimmage/level-list.png -------------------------------------------------------------------------------- /src/images/CN/scrimmage/task-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/scrimmage/task-info.png -------------------------------------------------------------------------------- /src/images/CN/shop/item-chosen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/shop/item-chosen.png -------------------------------------------------------------------------------- /src/images/CN/shop/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/shop/menu.png -------------------------------------------------------------------------------- /src/images/CN/shop/purchase-available.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/shop/purchase-available.png -------------------------------------------------------------------------------- /src/images/CN/shop/purchase-notice1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/shop/purchase-notice1.png -------------------------------------------------------------------------------- /src/images/CN/shop/refresh-notice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/shop/refresh-notice.png -------------------------------------------------------------------------------- /src/images/CN/special_task/level-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/special_task/level-list.png -------------------------------------------------------------------------------- /src/images/CN/special_task/task-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/special_task/task-info.png -------------------------------------------------------------------------------- /src/images/CN/total_assault/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/total_assault/menu.png -------------------------------------------------------------------------------- /src/images/CN/total_assault/room-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/total_assault/room-info.png -------------------------------------------------------------------------------- /src/images/CN/work_task/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/work_task/menu.png -------------------------------------------------------------------------------- /src/images/CN/x_y_range/arena.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/x_y_range/arena.py -------------------------------------------------------------------------------- /src/images/CN/x_y_range/cafe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/x_y_range/cafe.py -------------------------------------------------------------------------------- /src/images/CN/x_y_range/create.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/x_y_range/create.py -------------------------------------------------------------------------------- /src/images/CN/x_y_range/friend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/x_y_range/friend.py -------------------------------------------------------------------------------- /src/images/CN/x_y_range/group.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/x_y_range/group.py -------------------------------------------------------------------------------- /src/images/CN/x_y_range/group_story.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/x_y_range/group_story.py -------------------------------------------------------------------------------- /src/images/CN/x_y_range/lesson.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/x_y_range/lesson.py -------------------------------------------------------------------------------- /src/images/CN/x_y_range/mail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/x_y_range/mail.py -------------------------------------------------------------------------------- /src/images/CN/x_y_range/main_page.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/x_y_range/main_page.py -------------------------------------------------------------------------------- /src/images/CN/x_y_range/mini_story.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/x_y_range/mini_story.py -------------------------------------------------------------------------------- /src/images/CN/x_y_range/momotalk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/x_y_range/momotalk.py -------------------------------------------------------------------------------- /src/images/CN/x_y_range/mumu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/x_y_range/mumu.py -------------------------------------------------------------------------------- /src/images/CN/x_y_range/normal_task.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/x_y_range/normal_task.py -------------------------------------------------------------------------------- /src/images/CN/x_y_range/plot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/x_y_range/plot.py -------------------------------------------------------------------------------- /src/images/CN/x_y_range/purchase_ap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/x_y_range/purchase_ap.py -------------------------------------------------------------------------------- /src/images/CN/x_y_range/rewarded_task.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/x_y_range/rewarded_task.py -------------------------------------------------------------------------------- /src/images/CN/x_y_range/scrimmage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/x_y_range/scrimmage.py -------------------------------------------------------------------------------- /src/images/CN/x_y_range/shop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/x_y_range/shop.py -------------------------------------------------------------------------------- /src/images/CN/x_y_range/special_task.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/x_y_range/special_task.py -------------------------------------------------------------------------------- /src/images/CN/x_y_range/total_assault.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/x_y_range/total_assault.py -------------------------------------------------------------------------------- /src/images/CN/x_y_range/work_task.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/CN/x_y_range/work_task.py -------------------------------------------------------------------------------- /src/images/Global_en-us/arena/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_en-us/arena/menu.png -------------------------------------------------------------------------------- /src/images/Global_en-us/cafe/0.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_en-us/cafe/0.0.png -------------------------------------------------------------------------------- /src/images/Global_en-us/cafe/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_en-us/cafe/menu.png -------------------------------------------------------------------------------- /src/images/Global_en-us/group/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_en-us/group/menu.png -------------------------------------------------------------------------------- /src/images/Global_en-us/mail/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_en-us/mail/menu.png -------------------------------------------------------------------------------- /src/images/Global_en-us/main_page/bus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_en-us/main_page/bus.png -------------------------------------------------------------------------------- /src/images/Global_en-us/momo_talk/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_en-us/momo_talk/up.png -------------------------------------------------------------------------------- /src/images/Global_en-us/plot/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_en-us/plot/menu.png -------------------------------------------------------------------------------- /src/images/Global_en-us/shop/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_en-us/shop/menu.png -------------------------------------------------------------------------------- /src/images/Global_en-us/x_y_range/cafe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_en-us/x_y_range/cafe.py -------------------------------------------------------------------------------- /src/images/Global_en-us/x_y_range/mail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_en-us/x_y_range/mail.py -------------------------------------------------------------------------------- /src/images/Global_en-us/x_y_range/mumu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_en-us/x_y_range/mumu.py -------------------------------------------------------------------------------- /src/images/Global_en-us/x_y_range/plot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_en-us/x_y_range/plot.py -------------------------------------------------------------------------------- /src/images/Global_en-us/x_y_range/shop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_en-us/x_y_range/shop.py -------------------------------------------------------------------------------- /src/images/Global_ko-kr/arena/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_ko-kr/arena/menu.png -------------------------------------------------------------------------------- /src/images/Global_ko-kr/cafe/0.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_ko-kr/cafe/0.0.png -------------------------------------------------------------------------------- /src/images/Global_ko-kr/cafe/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_ko-kr/cafe/menu.png -------------------------------------------------------------------------------- /src/images/Global_ko-kr/group/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_ko-kr/group/menu.png -------------------------------------------------------------------------------- /src/images/Global_ko-kr/mail/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_ko-kr/mail/menu.png -------------------------------------------------------------------------------- /src/images/Global_ko-kr/main_page/bus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_ko-kr/main_page/bus.png -------------------------------------------------------------------------------- /src/images/Global_ko-kr/momo_talk/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_ko-kr/momo_talk/up.png -------------------------------------------------------------------------------- /src/images/Global_ko-kr/plot/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_ko-kr/plot/menu.png -------------------------------------------------------------------------------- /src/images/Global_ko-kr/shop/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_ko-kr/shop/menu.png -------------------------------------------------------------------------------- /src/images/Global_ko-kr/x_y_range/cafe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_ko-kr/x_y_range/cafe.py -------------------------------------------------------------------------------- /src/images/Global_ko-kr/x_y_range/mail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_ko-kr/x_y_range/mail.py -------------------------------------------------------------------------------- /src/images/Global_ko-kr/x_y_range/mumu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_ko-kr/x_y_range/mumu.py -------------------------------------------------------------------------------- /src/images/Global_ko-kr/x_y_range/plot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_ko-kr/x_y_range/plot.py -------------------------------------------------------------------------------- /src/images/Global_ko-kr/x_y_range/shop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_ko-kr/x_y_range/shop.py -------------------------------------------------------------------------------- /src/images/Global_zh-tw/arena/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_zh-tw/arena/menu.png -------------------------------------------------------------------------------- /src/images/Global_zh-tw/cafe/0.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_zh-tw/cafe/0.0.png -------------------------------------------------------------------------------- /src/images/Global_zh-tw/cafe/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_zh-tw/cafe/menu.png -------------------------------------------------------------------------------- /src/images/Global_zh-tw/group/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_zh-tw/group/menu.png -------------------------------------------------------------------------------- /src/images/Global_zh-tw/mail/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_zh-tw/mail/menu.png -------------------------------------------------------------------------------- /src/images/Global_zh-tw/main_page/bus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_zh-tw/main_page/bus.png -------------------------------------------------------------------------------- /src/images/Global_zh-tw/momo_talk/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_zh-tw/momo_talk/up.png -------------------------------------------------------------------------------- /src/images/Global_zh-tw/plot/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_zh-tw/plot/menu.png -------------------------------------------------------------------------------- /src/images/Global_zh-tw/shop/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_zh-tw/shop/menu.png -------------------------------------------------------------------------------- /src/images/Global_zh-tw/x_y_range/cafe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_zh-tw/x_y_range/cafe.py -------------------------------------------------------------------------------- /src/images/Global_zh-tw/x_y_range/mail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_zh-tw/x_y_range/mail.py -------------------------------------------------------------------------------- /src/images/Global_zh-tw/x_y_range/plot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_zh-tw/x_y_range/plot.py -------------------------------------------------------------------------------- /src/images/Global_zh-tw/x_y_range/shop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/Global_zh-tw/x_y_range/shop.py -------------------------------------------------------------------------------- /src/images/JP/activity/CodeBox/enter1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/activity/CodeBox/enter1.png -------------------------------------------------------------------------------- /src/images/JP/activity/CodeBox/enter3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/activity/CodeBox/enter3.png -------------------------------------------------------------------------------- /src/images/JP/activity/SayBing/enter1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/activity/SayBing/enter1.png -------------------------------------------------------------------------------- /src/images/JP/activity/SayBing/enter2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/activity/SayBing/enter2.png -------------------------------------------------------------------------------- /src/images/JP/activity/SayBing/enter3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/activity/SayBing/enter3.png -------------------------------------------------------------------------------- /src/images/JP/activity/common/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/activity/common/menu.png -------------------------------------------------------------------------------- /src/images/JP/arena/battle-lost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/arena/battle-lost.png -------------------------------------------------------------------------------- /src/images/JP/arena/battle-win.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/arena/battle-win.png -------------------------------------------------------------------------------- /src/images/JP/arena/best-record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/arena/best-record.png -------------------------------------------------------------------------------- /src/images/JP/arena/edit-force.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/arena/edit-force.png -------------------------------------------------------------------------------- /src/images/JP/arena/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/arena/menu.png -------------------------------------------------------------------------------- /src/images/JP/arena/opponent-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/arena/opponent-info.png -------------------------------------------------------------------------------- /src/images/JP/arena/season-record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/arena/season-record.png -------------------------------------------------------------------------------- /src/images/JP/cafe/0.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/cafe/0.0.png -------------------------------------------------------------------------------- /src/images/JP/cafe/cafe-reward-status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/cafe/cafe-reward-status.png -------------------------------------------------------------------------------- /src/images/JP/cafe/confirm-invite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/cafe/confirm-invite.png -------------------------------------------------------------------------------- /src/images/JP/cafe/duplicate-invite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/cafe/duplicate-invite.png -------------------------------------------------------------------------------- /src/images/JP/cafe/gift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/cafe/gift.png -------------------------------------------------------------------------------- /src/images/JP/cafe/invitation-ticket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/cafe/invitation-ticket.png -------------------------------------------------------------------------------- /src/images/JP/cafe/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/cafe/menu.png -------------------------------------------------------------------------------- /src/images/JP/cafe/quick-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/cafe/quick-home.png -------------------------------------------------------------------------------- /src/images/JP/cafe/students-arrived.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/cafe/students-arrived.png -------------------------------------------------------------------------------- /src/images/JP/create/Aether-Dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/create/Aether-Dust.png -------------------------------------------------------------------------------- /src/images/JP/create/Aether-Essence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/create/Aether-Essence.png -------------------------------------------------------------------------------- /src/images/JP/create/Aether-Piece.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/create/Aether-Piece.png -------------------------------------------------------------------------------- /src/images/JP/create/Aether-Shared.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/create/Aether-Shared.png -------------------------------------------------------------------------------- /src/images/JP/create/Golden-Dress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/create/Golden-Dress.png -------------------------------------------------------------------------------- /src/images/JP/create/Golden-Fleece.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/create/Golden-Fleece.png -------------------------------------------------------------------------------- /src/images/JP/create/Golden-Wool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/create/Golden-Wool.png -------------------------------------------------------------------------------- /src/images/JP/create/Golden-Yarn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/create/Golden-Yarn.png -------------------------------------------------------------------------------- /src/images/JP/create/Hygiene-Workbook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/create/Hygiene-Workbook.png -------------------------------------------------------------------------------- /src/images/JP/create/Keystone-Piece.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/create/Keystone-Piece.png -------------------------------------------------------------------------------- /src/images/JP/create/Keystone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/create/Keystone.png -------------------------------------------------------------------------------- /src/images/JP/create/Mandrake-Extract.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/create/Mandrake-Extract.png -------------------------------------------------------------------------------- /src/images/JP/create/Mandrake-Juice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/create/Mandrake-Juice.png -------------------------------------------------------------------------------- /src/images/JP/create/Mandrake-Seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/create/Mandrake-Seed.png -------------------------------------------------------------------------------- /src/images/JP/create/Mandrake-Sprout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/create/Mandrake-Sprout.png -------------------------------------------------------------------------------- /src/images/JP/create/Okiku-Doll-Piece.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/create/Okiku-Doll-Piece.png -------------------------------------------------------------------------------- /src/images/JP/create/Totem-Pole-Piece.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/create/Totem-Pole-Piece.png -------------------------------------------------------------------------------- /src/images/JP/create/Wolfsegg-steel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/create/Wolfsegg-steel.png -------------------------------------------------------------------------------- /src/images/JP/create/crafting-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/create/crafting-list.png -------------------------------------------------------------------------------- /src/images/JP/create/filter-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/create/filter-menu.png -------------------------------------------------------------------------------- /src/images/JP/create/material-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/create/material-list.png -------------------------------------------------------------------------------- /src/images/JP/create/point-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/create/point-down.png -------------------------------------------------------------------------------- /src/images/JP/create/point-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/create/point-up.png -------------------------------------------------------------------------------- /src/images/JP/create/select-node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/create/select-node.png -------------------------------------------------------------------------------- /src/images/JP/create/sort-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/create/sort-menu.png -------------------------------------------------------------------------------- /src/images/JP/create/sort-name-chosen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/create/sort-name-chosen.png -------------------------------------------------------------------------------- /src/images/JP/create/start-crafting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/create/start-crafting.png -------------------------------------------------------------------------------- /src/images/JP/friend/friend-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/friend/friend-menu.png -------------------------------------------------------------------------------- /src/images/JP/friend/player-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/friend/player-info.png -------------------------------------------------------------------------------- /src/images/JP/group/enter-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/group/enter-button.png -------------------------------------------------------------------------------- /src/images/JP/group/join-club.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/group/join-club.png -------------------------------------------------------------------------------- /src/images/JP/group/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/group/menu.png -------------------------------------------------------------------------------- /src/images/JP/group/sign-up-reward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/group/sign-up-reward.png -------------------------------------------------------------------------------- /src/images/JP/group_story/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/group_story/menu.png -------------------------------------------------------------------------------- /src/images/JP/lesson/all-locations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/lesson/all-locations.png -------------------------------------------------------------------------------- /src/images/JP/lesson/lesson-report.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/lesson/lesson-report.png -------------------------------------------------------------------------------- /src/images/JP/lesson/location-select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/lesson/location-select.png -------------------------------------------------------------------------------- /src/images/JP/lesson/select-location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/lesson/select-location.png -------------------------------------------------------------------------------- /src/images/JP/mail/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/mail/menu.png -------------------------------------------------------------------------------- /src/images/JP/main_page/back-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/main_page/back-arrow.png -------------------------------------------------------------------------------- /src/images/JP/main_page/bus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/main_page/bus.png -------------------------------------------------------------------------------- /src/images/JP/main_page/full-notice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/main_page/full-notice.png -------------------------------------------------------------------------------- /src/images/JP/main_page/home-feature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/main_page/home-feature.png -------------------------------------------------------------------------------- /src/images/JP/main_page/news.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/main_page/news.png -------------------------------------------------------------------------------- /src/images/JP/main_page/quick-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/main_page/quick-home.png -------------------------------------------------------------------------------- /src/images/JP/main_page/skip-notice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/main_page/skip-notice.png -------------------------------------------------------------------------------- /src/images/JP/main_story/episode-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/main_story/episode-info.png -------------------------------------------------------------------------------- /src/images/JP/main_story/episode1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/main_story/episode1.png -------------------------------------------------------------------------------- /src/images/JP/main_story/episode2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/main_story/episode2.png -------------------------------------------------------------------------------- /src/images/JP/main_story/episode3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/main_story/episode3.png -------------------------------------------------------------------------------- /src/images/JP/main_story/episode4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/main_story/episode4.png -------------------------------------------------------------------------------- /src/images/JP/main_story/episode5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/main_story/episode5.png -------------------------------------------------------------------------------- /src/images/JP/main_story/episode6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/main_story/episode6.png -------------------------------------------------------------------------------- /src/images/JP/main_story/episode7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/main_story/episode7.png -------------------------------------------------------------------------------- /src/images/JP/main_story/episode8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/main_story/episode8.png -------------------------------------------------------------------------------- /src/images/JP/main_story/episode9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/main_story/episode9.png -------------------------------------------------------------------------------- /src/images/JP/main_story/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/main_story/menu.png -------------------------------------------------------------------------------- /src/images/JP/main_story/plot-index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/main_story/plot-index.png -------------------------------------------------------------------------------- /src/images/JP/mini_story/episode-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/mini_story/episode-info.png -------------------------------------------------------------------------------- /src/images/JP/mini_story/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/mini_story/menu.png -------------------------------------------------------------------------------- /src/images/JP/momo_talk/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/momo_talk/down.png -------------------------------------------------------------------------------- /src/images/JP/momo_talk/sort-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/momo_talk/sort-menu.png -------------------------------------------------------------------------------- /src/images/JP/momo_talk/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/momo_talk/up.png -------------------------------------------------------------------------------- /src/images/JP/mumu/accept-su1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/mumu/accept-su1.png -------------------------------------------------------------------------------- /src/images/JP/mumu/accept-su2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/mumu/accept-su2.png -------------------------------------------------------------------------------- /src/images/JP/normal_task/auto-over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/normal_task/auto-over.png -------------------------------------------------------------------------------- /src/images/JP/normal_task/end-turn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/normal_task/end-turn.png -------------------------------------------------------------------------------- /src/images/JP/normal_task/fight-skip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/normal_task/fight-skip.png -------------------------------------------------------------------------------- /src/images/JP/normal_task/fight-task.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/normal_task/fight-task.png -------------------------------------------------------------------------------- /src/images/JP/normal_task/force-edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/normal_task/force-edit.png -------------------------------------------------------------------------------- /src/images/JP/normal_task/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/normal_task/help.png -------------------------------------------------------------------------------- /src/images/JP/normal_task/present.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/normal_task/present.png -------------------------------------------------------------------------------- /src/images/JP/normal_task/task-A-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/normal_task/task-A-info.png -------------------------------------------------------------------------------- /src/images/JP/normal_task/task-finish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/normal_task/task-finish.png -------------------------------------------------------------------------------- /src/images/JP/normal_task/task-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/normal_task/task-info.png -------------------------------------------------------------------------------- /src/images/JP/pass/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/pass/menu.png -------------------------------------------------------------------------------- /src/images/JP/pass/mission-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/pass/mission-menu.png -------------------------------------------------------------------------------- /src/images/JP/plot/formation-edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/plot/formation-edit.png -------------------------------------------------------------------------------- /src/images/JP/plot/formation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/plot/formation.png -------------------------------------------------------------------------------- /src/images/JP/plot/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/plot/menu.png -------------------------------------------------------------------------------- /src/images/JP/plot/self-formation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/plot/self-formation.png -------------------------------------------------------------------------------- /src/images/JP/plot/skip-plot-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/plot/skip-plot-button.png -------------------------------------------------------------------------------- /src/images/JP/plot/skip-plot-notice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/plot/skip-plot-notice.png -------------------------------------------------------------------------------- /src/images/JP/purchase_ap/notice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/purchase_ap/notice.png -------------------------------------------------------------------------------- /src/images/JP/rewarded_task/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/rewarded_task/help.png -------------------------------------------------------------------------------- /src/images/JP/rewarded_task/task-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/rewarded_task/task-info.png -------------------------------------------------------------------------------- /src/images/JP/scrimmage/level-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/scrimmage/level-list.png -------------------------------------------------------------------------------- /src/images/JP/scrimmage/task-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/scrimmage/task-info.png -------------------------------------------------------------------------------- /src/images/JP/shop/item-chosen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/shop/item-chosen.png -------------------------------------------------------------------------------- /src/images/JP/shop/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/shop/menu.png -------------------------------------------------------------------------------- /src/images/JP/shop/purchase-available.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/shop/purchase-available.png -------------------------------------------------------------------------------- /src/images/JP/shop/purchase-notice1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/shop/purchase-notice1.png -------------------------------------------------------------------------------- /src/images/JP/shop/refresh-notice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/shop/refresh-notice.png -------------------------------------------------------------------------------- /src/images/JP/special_task/level-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/special_task/level-list.png -------------------------------------------------------------------------------- /src/images/JP/special_task/task-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/special_task/task-info.png -------------------------------------------------------------------------------- /src/images/JP/total_assault/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/total_assault/menu.png -------------------------------------------------------------------------------- /src/images/JP/total_assault/room-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/total_assault/room-info.png -------------------------------------------------------------------------------- /src/images/JP/work_task/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/work_task/menu.png -------------------------------------------------------------------------------- /src/images/JP/x_y_range/arena.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/x_y_range/arena.py -------------------------------------------------------------------------------- /src/images/JP/x_y_range/cafe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/x_y_range/cafe.py -------------------------------------------------------------------------------- /src/images/JP/x_y_range/create.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/x_y_range/create.py -------------------------------------------------------------------------------- /src/images/JP/x_y_range/group.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/x_y_range/group.py -------------------------------------------------------------------------------- /src/images/JP/x_y_range/group_story.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/x_y_range/group_story.py -------------------------------------------------------------------------------- /src/images/JP/x_y_range/lesson.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/x_y_range/lesson.py -------------------------------------------------------------------------------- /src/images/JP/x_y_range/mail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/x_y_range/mail.py -------------------------------------------------------------------------------- /src/images/JP/x_y_range/main_page.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/x_y_range/main_page.py -------------------------------------------------------------------------------- /src/images/JP/x_y_range/mini_story.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/x_y_range/mini_story.py -------------------------------------------------------------------------------- /src/images/JP/x_y_range/momotalk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/x_y_range/momotalk.py -------------------------------------------------------------------------------- /src/images/JP/x_y_range/mumu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/x_y_range/mumu.py -------------------------------------------------------------------------------- /src/images/JP/x_y_range/normal_task.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/x_y_range/normal_task.py -------------------------------------------------------------------------------- /src/images/JP/x_y_range/pass.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/x_y_range/pass.py -------------------------------------------------------------------------------- /src/images/JP/x_y_range/plot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/x_y_range/plot.py -------------------------------------------------------------------------------- /src/images/JP/x_y_range/purchase_ap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/x_y_range/purchase_ap.py -------------------------------------------------------------------------------- /src/images/JP/x_y_range/rewarded_task.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/x_y_range/rewarded_task.py -------------------------------------------------------------------------------- /src/images/JP/x_y_range/scrimmage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/x_y_range/scrimmage.py -------------------------------------------------------------------------------- /src/images/JP/x_y_range/shop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/x_y_range/shop.py -------------------------------------------------------------------------------- /src/images/JP/x_y_range/special_task.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/x_y_range/special_task.py -------------------------------------------------------------------------------- /src/images/JP/x_y_range/total_assault.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/x_y_range/total_assault.py -------------------------------------------------------------------------------- /src/images/JP/x_y_range/work_task.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/images/JP/x_y_range/work_task.py -------------------------------------------------------------------------------- /src/rgb_feature/CN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/rgb_feature/CN.json -------------------------------------------------------------------------------- /src/rgb_feature/Global_en-us.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/rgb_feature/Global_en-us.json -------------------------------------------------------------------------------- /src/rgb_feature/Global_ko-kr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/rgb_feature/Global_ko-kr.json -------------------------------------------------------------------------------- /src/rgb_feature/Global_zh-tw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/rgb_feature/Global_zh-tw.json -------------------------------------------------------------------------------- /src/rgb_feature/JP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/rgb_feature/JP.json -------------------------------------------------------------------------------- /src/scrcpy_bin/scrcpy-server.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/src/scrcpy_bin/scrcpy-server.jar -------------------------------------------------------------------------------- /window.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pur1fying/blue_archive_auto_script/HEAD/window.py --------------------------------------------------------------------------------