├── .github
└── workflows
│ ├── install.yml
│ └── resource.yaml
├── .gitignore
├── .gitmodules
├── .nicegui
└── storage-general.json
├── .vscode
└── settings.json
├── LICENSE
├── README.md
├── assets
├── config
│ └── maa_pi_config.json
├── interface.json
├── resource
│ ├── base
│ │ ├── image
│ │ │ ├── .gitkeep
│ │ │ ├── Collect
│ │ │ │ ├── 02.png
│ │ │ │ ├── 03.png
│ │ │ │ ├── 04.png
│ │ │ │ ├── 05.png
│ │ │ │ ├── 06.png
│ │ │ │ └── collectoperators.png
│ │ │ ├── Company
│ │ │ │ ├── 10.png
│ │ │ │ ├── 11.png
│ │ │ │ ├── 12.png
│ │ │ │ ├── 13.png
│ │ │ │ ├── 14.png
│ │ │ │ ├── 15.png
│ │ │ │ ├── 16.png
│ │ │ │ ├── 17.png
│ │ │ │ ├── 18.png
│ │ │ │ ├── 19.png
│ │ │ │ ├── 20.png
│ │ │ │ ├── 21.png
│ │ │ │ ├── 22.png
│ │ │ │ ├── 23.png
│ │ │ │ ├── 24.png
│ │ │ │ ├── 25.png
│ │ │ │ ├── 26.png
│ │ │ │ ├── 27.png
│ │ │ │ ├── Advanced_Social_Guide.png
│ │ │ │ ├── Advanced_Sociology.png
│ │ │ │ ├── Intermediate_Social_Guide.png
│ │ │ │ ├── beginner_social_guide.png
│ │ │ │ ├── c_induction.png
│ │ │ │ ├── c_induction_click.png
│ │ │ │ ├── c_resources.png
│ │ │ │ ├── click_space.png
│ │ │ │ ├── coin_flip.png
│ │ │ │ ├── craft.png
│ │ │ │ ├── d_company.png
│ │ │ │ ├── donshe.png
│ │ │ │ ├── exhibition.png
│ │ │ │ ├── fabricate_max.png
│ │ │ │ ├── fabricate_social_book.png
│ │ │ │ ├── office.png
│ │ │ │ ├── quit.png
│ │ │ │ ├── request_manufacture.png
│ │ │ │ ├── return.png
│ │ │ │ ├── social_back_home.png
│ │ │ │ ├── social_guidence.png
│ │ │ │ ├── vending_machine_reward.png
│ │ │ │ ├── verify_fabricate.png
│ │ │ │ └── weapon_purchase.png
│ │ │ ├── Mail
│ │ │ │ └── gou.png
│ │ │ ├── Mainpage
│ │ │ │ ├── 110.png
│ │ │ │ ├── activity.png
│ │ │ │ ├── announcement.png
│ │ │ │ ├── archive.png
│ │ │ │ ├── battlepass.png
│ │ │ │ ├── collect.png
│ │ │ │ ├── company.png
│ │ │ │ ├── exchange.png
│ │ │ │ ├── execution.png
│ │ │ │ ├── mail.png
│ │ │ │ ├── mission.png
│ │ │ │ ├── operator.png
│ │ │ │ ├── quit.png
│ │ │ │ ├── shop.png
│ │ │ │ ├── stamina.png
│ │ │ │ ├── storage.png
│ │ │ │ └── training.png
│ │ │ ├── Shop
│ │ │ │ ├── 01.png
│ │ │ │ └── 02.png
│ │ │ ├── Speedrun
│ │ │ │ ├── 10.png
│ │ │ │ ├── 11.png
│ │ │ │ ├── 12.png
│ │ │ │ ├── 13.png
│ │ │ │ ├── 14.png
│ │ │ │ └── 15.png
│ │ │ ├── Startup
│ │ │ │ ├── 10.png
│ │ │ │ ├── 11.png
│ │ │ │ ├── 12.png
│ │ │ │ ├── AccumulatedSignInExit.png
│ │ │ │ └── announcement_outer.png
│ │ │ ├── activity
│ │ │ │ └── 01.png
│ │ │ ├── dissect
│ │ │ │ ├── blue.png
│ │ │ │ ├── center_confirm.png
│ │ │ │ ├── confirm.png
│ │ │ │ ├── dissect.png
│ │ │ │ ├── red.png
│ │ │ │ ├── redyellowblue.png
│ │ │ │ └── yellow.png
│ │ │ ├── dst
│ │ │ │ ├── 122252_461_188_68_26__411_138_168_126.png
│ │ │ │ ├── 225256_459_186_77_30__409_136_177_130.png
│ │ │ │ ├── 225313_459_290_76_29__409_240_176_129.png
│ │ │ │ ├── 2day.png
│ │ │ │ └── fork.png
│ │ │ ├── empty.png
│ │ │ ├── naturalist-studies
│ │ │ │ ├── 01.png
│ │ │ │ ├── 02.png
│ │ │ │ ├── 03.png
│ │ │ │ ├── 04.png
│ │ │ │ ├── 05.png
│ │ │ │ └── 06.png
│ │ │ ├── receive_reward
│ │ │ │ ├── 01.png
│ │ │ │ └── 02.png
│ │ │ └── resource
│ │ │ │ ├── 02.png
│ │ │ │ ├── 03.png
│ │ │ │ ├── 04.png
│ │ │ │ ├── 05.png
│ │ │ │ ├── 06.png
│ │ │ │ └── 07.png
│ │ ├── model
│ │ │ └── .gitignore
│ │ └── pipeline
│ │ │ ├── 10receivemail.json
│ │ │ ├── 11_(02)_snowscape.json
│ │ │ ├── 11_(03)_landscape.json
│ │ │ ├── 11_(04)_journey.json
│ │ │ ├── 11_2_goldresearch.json
│ │ │ ├── 11_Research.json
│ │ │ ├── 12_dissect_weapon.json
│ │ │ ├── 1_startup.json
│ │ │ ├── 2_collect_operators.json
│ │ │ ├── 3-(2)_vending_machine.json
│ │ │ ├── 3_(1)resources_induction.json
│ │ │ ├── 3_(3)_dispatch_social.json
│ │ │ ├── 3_(4)_fabricate.json
│ │ │ ├── 3_(5)_tea.json
│ │ │ ├── 3_(6)_vitality.json
│ │ │ ├── 3_dispath_company.json
│ │ │ ├── 4_dailybonus.json
│ │ │ ├── 5_Barter.json
│ │ │ ├── 6_(02)water.json
│ │ │ ├── 6_drink_a_2day_water.json
│ │ │ ├── 7_(02)level.json
│ │ │ ├── 7_(03)allin.json
│ │ │ ├── 7_training.json
│ │ │ ├── 8_resource.json
│ │ │ ├── 9receive_reward.json
│ │ │ ├── activity_attendance.json
│ │ │ └── custom_demo.json
│ ├── data
│ │ ├── app.py
│ │ ├── config
│ │ │ └── maa_option.json
│ │ └── event.json
│ ├── interface.json
│ └── 旧研学
│ │ └── interface.json
└── resource_picli
│ ├── base
│ ├── image
│ │ ├── 2048
│ │ │ ├── 1024.png
│ │ │ ├── 128.png
│ │ │ ├── 16.png
│ │ │ ├── 2.png
│ │ │ ├── 2048.png
│ │ │ ├── 256.png
│ │ │ ├── 32.png
│ │ │ ├── 4.png
│ │ │ ├── 512.png
│ │ │ ├── 64.png
│ │ │ └── 8.png
│ │ ├── .gitkeep
│ │ ├── 00011.png
│ │ ├── 2048_cd
│ │ │ ├── 2048_cd_1.png
│ │ │ ├── 2048_cd_10.png
│ │ │ ├── 2048_cd_11.png
│ │ │ ├── 2048_cd_12.png
│ │ │ ├── 2048_cd_13.png
│ │ │ ├── 2048_cd_14.png
│ │ │ ├── 2048_cd_15.png
│ │ │ ├── 2048_cd_16.png
│ │ │ ├── 2048_cd_2.png
│ │ │ ├── 2048_cd_3.png
│ │ │ ├── 2048_cd_4.png
│ │ │ ├── 2048_cd_5.png
│ │ │ ├── 2048_cd_6.png
│ │ │ ├── 2048_cd_7.png
│ │ │ ├── 2048_cd_8.png
│ │ │ └── 2048_cd_9.png
│ │ ├── 2048_hh
│ │ │ ├── 2048_hh_1.png
│ │ │ ├── 2048_hh_10.png
│ │ │ ├── 2048_hh_11.png
│ │ │ ├── 2048_hh_12.png
│ │ │ ├── 2048_hh_2.png
│ │ │ ├── 2048_hh_3.png
│ │ │ ├── 2048_hh_4.png
│ │ │ ├── 2048_hh_5.png
│ │ │ ├── 2048_hh_6.png
│ │ │ ├── 2048_hh_7.png
│ │ │ ├── 2048_hh_8.png
│ │ │ ├── 2048_hh_9.png
│ │ │ └── 2048_hh_bs.png
│ │ ├── Collect
│ │ │ ├── 02.png
│ │ │ ├── 03.png
│ │ │ ├── 04.png
│ │ │ ├── 05.png
│ │ │ ├── 06.png
│ │ │ └── collectoperators.png
│ │ ├── Company
│ │ │ ├── 10.png
│ │ │ ├── 11.png
│ │ │ ├── 12.png
│ │ │ ├── 13.png
│ │ │ ├── 14.png
│ │ │ ├── 15.png
│ │ │ ├── 16.png
│ │ │ ├── 17.png
│ │ │ ├── 18.png
│ │ │ ├── 19.png
│ │ │ ├── 20.png
│ │ │ ├── 21.png
│ │ │ ├── 22.png
│ │ │ ├── 23.png
│ │ │ ├── 24.png
│ │ │ ├── 25.png
│ │ │ ├── 26.png
│ │ │ ├── 27.png
│ │ │ ├── 28.png
│ │ │ ├── 29.png
│ │ │ ├── 30.png
│ │ │ ├── Advanced_Social_Guide.png
│ │ │ ├── Advanced_Sociology.png
│ │ │ ├── Intermediate_Social_Guide.png
│ │ │ ├── beginner_social_guide.png
│ │ │ ├── c_induction.png
│ │ │ ├── c_induction_click.png
│ │ │ ├── c_resources.png
│ │ │ ├── click_space.png
│ │ │ ├── coin_flip.png
│ │ │ ├── craft.png
│ │ │ ├── d_company.png
│ │ │ ├── donshe.png
│ │ │ ├── exhibition.png
│ │ │ ├── fabricate_max.png
│ │ │ ├── fabricate_social_book.png
│ │ │ ├── office.png
│ │ │ ├── quit.png
│ │ │ ├── request_manufacture.png
│ │ │ ├── return.png
│ │ │ ├── social_back_home.png
│ │ │ ├── social_guidence.png
│ │ │ ├── tea_load.png
│ │ │ ├── vending_machine_reward.png
│ │ │ ├── verify_fabricate.png
│ │ │ └── weapon_purchase.png
│ │ ├── Mail
│ │ │ └── gou.png
│ │ ├── Mainpage
│ │ │ ├── 110.png
│ │ │ ├── activity.png
│ │ │ ├── announcement.png
│ │ │ ├── archive.png
│ │ │ ├── battlepass.png
│ │ │ ├── collect.png
│ │ │ ├── company.png
│ │ │ ├── exchange.png
│ │ │ ├── execution.png
│ │ │ ├── mail.png
│ │ │ ├── mission.png
│ │ │ ├── operator.png
│ │ │ ├── quit.png
│ │ │ ├── shop.png
│ │ │ ├── stamina.png
│ │ │ ├── storage.png
│ │ │ └── training.png
│ │ ├── Research
│ │ │ ├── 01.png
│ │ │ ├── 02.png
│ │ │ ├── 03.png
│ │ │ ├── 09.png
│ │ │ ├── 100.png
│ │ │ ├── 101.png
│ │ │ ├── 102.png
│ │ │ ├── 103.png
│ │ │ ├── 105.png
│ │ │ ├── 106.png
│ │ │ ├── 108.png
│ │ │ ├── 109.png
│ │ │ ├── 11.png
│ │ │ ├── 110.png
│ │ │ ├── 111.png
│ │ │ ├── 112.png
│ │ │ ├── 115.png
│ │ │ ├── 116.png
│ │ │ ├── 12.png
│ │ │ ├── 120.png
│ │ │ ├── 121.png
│ │ │ ├── 122.png
│ │ │ ├── 123.png
│ │ │ ├── 13.png
│ │ │ ├── 14.png
│ │ │ ├── 15.png
│ │ │ ├── 16.png
│ │ │ ├── 17.png
│ │ │ ├── 21.png
│ │ │ ├── 22.png
│ │ │ ├── 30.png
│ │ │ ├── 32.png
│ │ │ ├── 33.png
│ │ │ ├── 34.png
│ │ │ ├── 35.png
│ │ │ ├── 42.png
│ │ │ ├── 43.png
│ │ │ ├── 51.png
│ │ │ ├── 58.png
│ │ │ ├── 62.png
│ │ │ ├── 64.png
│ │ │ ├── 65.png
│ │ │ ├── 70.png
│ │ │ ├── 77.png
│ │ │ ├── 79.png
│ │ │ ├── 80.png
│ │ │ ├── 81.png
│ │ │ ├── 82.png
│ │ │ ├── 83.png
│ │ │ ├── 84.png
│ │ │ ├── 85.png
│ │ │ ├── 86.png
│ │ │ ├── 88.png
│ │ │ ├── 89.png
│ │ │ ├── 90.png
│ │ │ ├── 94.png
│ │ │ ├── 95.png
│ │ │ ├── 97.png
│ │ │ ├── mountain_research.png
│ │ │ ├── r1.png
│ │ │ └── r2.png
│ │ ├── Research2
│ │ │ ├── add_people.png
│ │ │ ├── auto.png
│ │ │ ├── begin_fight.png
│ │ │ ├── begin_research.png
│ │ │ ├── boss.png
│ │ │ ├── buff.png
│ │ │ ├── choose_role.png
│ │ │ ├── continue.png
│ │ │ ├── ensure_1.png
│ │ │ ├── ensure_2.png
│ │ │ ├── enter_research.png
│ │ │ ├── fight.png
│ │ │ ├── fight_2.png
│ │ │ ├── filter.png
│ │ │ ├── golden_research.png
│ │ │ ├── import.png
│ │ │ ├── new_buff.png
│ │ │ ├── quit.png
│ │ │ ├── rest.png
│ │ │ ├── rest2.png
│ │ │ └── start_point.png
│ │ ├── Shop
│ │ │ ├── 01.png
│ │ │ └── 02.png
│ │ ├── Speedrun
│ │ │ ├── 10.png
│ │ │ ├── 11.png
│ │ │ ├── 12.png
│ │ │ ├── 13.png
│ │ │ ├── 14.png
│ │ │ ├── 15.png
│ │ │ └── sagago.png
│ │ ├── Startup
│ │ │ ├── 10.png
│ │ │ ├── 11.png
│ │ │ ├── 12.png
│ │ │ ├── 13.png
│ │ │ ├── AccumulatedSignInExit.png
│ │ │ └── announcement_outer.png
│ │ ├── activity
│ │ │ ├── 01.png
│ │ │ ├── 02.png
│ │ │ ├── 03.png
│ │ │ ├── 04.png
│ │ │ ├── 05.png
│ │ │ ├── 06.png
│ │ │ └── 231033_1205_21_34_35__1146_0_134_135.png
│ │ ├── activity_huiyinxunji
│ │ │ ├── 01.png
│ │ │ ├── 02.png
│ │ │ ├── 03.png
│ │ │ ├── 04.png
│ │ │ ├── 05.png
│ │ │ ├── 06.png
│ │ │ ├── 07.png
│ │ │ ├── 08.png
│ │ │ └── 09.png
│ │ ├── dissect
│ │ │ ├── blue.png
│ │ │ ├── center_confirm.png
│ │ │ ├── confirm.png
│ │ │ ├── dissect.png
│ │ │ ├── red.png
│ │ │ ├── redyellowblue.png
│ │ │ └── yellow.png
│ │ ├── dst
│ │ │ ├── 122252_461_188_68_26__411_138_168_126.png
│ │ │ ├── 225256_459_186_77_30__409_136_177_130.png
│ │ │ ├── 225313_459_290_76_29__409_240_176_129.png
│ │ │ ├── 2day.png
│ │ │ └── fork.png
│ │ ├── empty.png
│ │ ├── naturalist-studies
│ │ │ ├── 01.png
│ │ │ ├── 02.png
│ │ │ ├── 03.png
│ │ │ ├── 04.png
│ │ │ ├── 05.png
│ │ │ └── 06.png
│ │ ├── receive_reward
│ │ │ ├── 01.png
│ │ │ └── 02.png
│ │ ├── research and lenrning gold and silver
│ │ │ ├── 08.png
│ │ │ ├── 163027_1179_38_61_62__1119_0_161_162.png
│ │ │ ├── 163154_390_221_499_262__340_171_599_362.png
│ │ │ ├── 163200_697_404_152_50__647_354_252_150.png
│ │ │ ├── 163225_1037_581_205_49__975_531_305_149.png
│ │ │ ├── choose_role.png
│ │ │ ├── difficult.png
│ │ │ ├── fight-1.png
│ │ │ ├── new-buff.png
│ │ │ ├── points.png
│ │ │ ├── rest-2.png
│ │ │ └── stop.png
│ │ ├── research and lenrning mountains and rivers
│ │ │ ├── Confirm.png
│ │ │ ├── Negative-status.png
│ │ │ ├── Positive-Combat-status.png
│ │ │ ├── check-mark.png
│ │ │ ├── continue.png
│ │ │ ├── downlevel.png
│ │ │ ├── evaluation.png
│ │ │ ├── get-new-fight-status.png
│ │ │ ├── get-one-Positive-status.png
│ │ │ ├── jijinghui.png
│ │ │ ├── prepare.png
│ │ │ ├── sasuga.png
│ │ │ ├── shijian.png
│ │ │ ├── start.png
│ │ │ ├── uplevel.png
│ │ │ └── xuanze.png
│ │ ├── resource
│ │ │ ├── 02.png
│ │ │ ├── 03.png
│ │ │ ├── 04.png
│ │ │ ├── 05.png
│ │ │ ├── 06.png
│ │ │ └── 07.png
│ │ └── visit
│ │ │ └── 01.png
│ ├── model
│ │ └── .gitignore
│ └── pipeline
│ │ ├── 10receivemail.json
│ │ ├── 11-research and lenrning gold and silver repeat.json
│ │ ├── 11-research and lenrning.json
│ │ ├── 11_(02)_snowscape.json
│ │ ├── 11_(03)_landscape.json
│ │ ├── 11_(04)_journey.json
│ │ ├── 11_2_goldresearch.json
│ │ ├── 11_Research.json
│ │ ├── 11_research and lenrning gold and silver.json
│ │ ├── 11_research and lenrning mountains and rivers repeat.json
│ │ ├── 11_research and lenrning mountains and rivers.json
│ │ ├── 12_dissect_weapon.json
│ │ ├── 13_activity_attendance.json
│ │ ├── 14_activity.json
│ │ ├── 15_visit.json
│ │ ├── 1_startup.json
│ │ ├── 2048_1.json
│ │ ├── 2048_cd.json
│ │ ├── 2048_hh.json
│ │ ├── 2_collect_operators.json
│ │ ├── 3-(2)_vending_machine.json
│ │ ├── 3_(1)resources_induction.json
│ │ ├── 3_(3)_dispatch_social.json
│ │ ├── 3_(4)_fabricate.json
│ │ ├── 3_(5)_tea.json
│ │ ├── 3_(6)_vitality.json
│ │ ├── 3_(7)combine.json
│ │ ├── 3_(8)blueprint.json
│ │ ├── 3_(9)_weapons_fabricate.json
│ │ ├── 3_dispath_company.json
│ │ ├── 4_dailybonus.json
│ │ ├── 5_Barter.json
│ │ ├── 6_(02)water.json
│ │ ├── 6_drink_a_2day_water.json
│ │ ├── 7_(02)level.json
│ │ ├── 7_(03)allin.json
│ │ ├── 7_training.json
│ │ ├── 8_resource.json
│ │ ├── 9receive_reward.json
│ │ ├── Exception-handling.json
│ │ ├── custom_demo.json
│ │ └── custom_task.json
│ └── data
│ └── event.json
├── config
└── maa_option.json
├── configure.py
├── deps
└── .gitkeep
├── install.py
├── install.zip
├── py
├── __main__.py
└── app.py
├── pypicli
├── NotificationHandler
│ ├── MwaNotificationHandler.py
│ └── __init__.py
├── app.py
├── config
│ └── maa_option.json
├── deal_tasks
│ ├── __init__.py
│ ├── deal_task_list.py
│ ├── get_all_tasks.py
│ └── get_task_entry.py
├── ready.py
├── run.py
└── runtasks
│ ├── __init__.py
│ └── run_tasks.py
├── res.zip
├── res_zip.py
├── startmumu.exe
├── version.txt
├── 使用教程.md
└── 启动!!.bat
/.github/workflows/resource.yaml:
--------------------------------------------------------------------------------
1 | name: res_build
2 |
3 | on:
4 | push:
5 | branches: [ main ]
6 | paths:
7 | - 'assets/resource_picli/**'
8 | - 'assets/interface.json'
9 | workflow_dispatch:
10 |
11 | jobs:
12 | update:
13 | name: Update Map
14 | runs-on: ubuntu-latest
15 | permissions:
16 | contents: write
17 | steps:
18 | - name: Checkout repo
19 | uses: actions/checkout@master
20 | with:
21 | fetch-depth: 0
22 |
23 | - name: Setup python
24 | uses: actions/setup-python@v5.2.0
25 | with:
26 | python-version: 3.9
27 |
28 | - name: RES ZIP
29 | run: |
30 | python res_zip.py
31 |
32 | - name: Commit changes
33 | if: ${{ github.repository == 'MAWHA/MWA' }}
34 | uses: EndBug/add-and-commit@v9.1.3
35 | with:
36 | author_name: github-actions[bot]
37 | author_email: github-actions[bot]@users.noreply.github.com
38 | message: ':wrench: 自动构建资源包'
39 | add: |
40 | 'res.zip'
41 | 'version.txt'
42 |
--------------------------------------------------------------------------------
/.gitmodules:
--------------------------------------------------------------------------------
1 | [submodule "assets/MaaCommonAssets"]
2 | path = assets/MaaCommonAssets
3 | url = https://github.com/MaaXYZ/MaaCommonAssets
4 |
--------------------------------------------------------------------------------
/.nicegui/storage-general.json:
--------------------------------------------------------------------------------
1 | {
2 | "controller_type": "Adb",
3 | "adb_path": "H:\\Project\\Tools\\platform-tools\\adb.exe",
4 | "adb_address": "127.0.0.1:16384",
5 | "adb_config": "{}",
6 | "hwnd": "",
7 | "win32_screencap": 131072,
8 | "win32_input": 514,
9 | "window_name": "",
10 | "resource_dir": "H:\\Project\\Github\\MWA\\assets\\resource\\base",
11 | "task_entry": "advance_two_women"
12 | }
--------------------------------------------------------------------------------
/.vscode/settings.json:
--------------------------------------------------------------------------------
1 | {
2 | "json.schemas": [
3 | {
4 | "fileMatch": [
5 | "/assets/resource/base/**/*.json",
6 | "/install/resource/base/**/*.json"
7 | ],
8 | "url": "/deps/tools/pipeline.schema.json"
9 | },
10 | {
11 | "fileMatch": [
12 | "/assets/interface.json",
13 | "/install/interface.json"
14 | ],
15 | "url": "/deps/tools/interface.schema.json"
16 | },
17 | {
18 | "fileMatch": [
19 | "/install/config/maa_pi_config.json"
20 | ],
21 | "url": "/deps/tools/interface_config.schema.json"
22 | }
23 | ],
24 | "[json]": {
25 | "editor.formatOnSave": true,
26 | "editor.insertSpaces": true,
27 | "editor.tabSize": 4,
28 | "editor.indentSize": "tabSize"
29 | },
30 | "[python]": {
31 | "editor.defaultFormatter": "ms-python.black-formatter"
32 | }
33 | }
34 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2024 MaaXYZ
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | # MWA
9 |
10 | MWA的意思是Maafw架构的一款物华弥新游戏小助手
11 |
12 | (欢迎各位大佬加入MWA的开发和优化)
13 |
14 | 基于图像识别技术,一键完成全部日常任务,解放双手!
15 |
16 |
17 | (项目中的图片、图标、截图等皆为网上素材及正版游戏的内容,绝无内鬼透露的游戏相关内容,如有侵权,请联系~)
18 | > M5A交流群:
19 |
20 | 持续更新中~
21 |
22 | (本项目开源、免费)
23 |
24 |
25 |
26 | 本仓库为 [MaaFramework](https://github.com/MaaXYZ/MaaFramework) 所提供的架构开发的项目,在此特别鸣谢maa和Maafw的开发者们。
27 |
28 | > **MaaFramework** 是基于图像识别技术、运用 [MAA](https://github.com/MaaAssistantArknights/MaaAssistantArknights) 开发经验去芜存菁、完全重写的新一代自动化黑盒测试框架。
29 | > 低代码的同时仍拥有高扩展性,旨在打造一款丰富、领先、且实用的开源库,助力开发者轻松编写出更好的黑盒测试程序,并推广普及。
30 |
31 |
32 | ## MWA使用教程
33 |
34 | - [📄教程文档](https://github.com/MAWHA/MWA/blob/main/%E4%BD%BF%E7%94%A8%E6%95%99%E7%A8%8B.md)
35 | - [🎞️视频教程](https://www.bilibili.com/video/BV1vQbWe4EsK/?spm_id_from=333.337.search-card.all.click)
36 |
37 | ## [下载](https://github.com/MAWHA/MWA/releases/)
38 |
39 | 0. 使用win的,无论是au or iu,请下载后缀为“x86_64”的,苏菲平板请下载后缀为“aarch64”的。
40 |
41 | 1. linux和mac由于没有相关系统的电脑,因此并未尝试运行,欢迎各位运行并反馈。
42 |
43 | 2. 欢迎各位大佬加入MWA的开发和优化。
44 |
45 | ## [常见问题](https://github.com/MAWHA/.github/blob/main/cjwt.md)
46 |
47 | ### 参与开发
48 |
49 | #### Windows
50 |
51 | 请参阅:
52 |
53 | 可选 [开始开发](https://github.com/MAWHA/.github/blob/main/exploitation.md)
54 |
55 | 为了 [快速开始](https://github.com/MaaXYZ/MaaFramework/blob/main/docs/zh_cn/1.1-%E5%BF%AB%E9%80%9F%E5%BC%80%E5%A7%8B.md)
56 |
57 | 好看 [流水线协议](https://github.com/MaaXYZ/MaaFramework/blob/main/docs/zh_cn/3.1-%E4%BB%BB%E5%8A%A1%E6%B5%81%E6%B0%B4%E7%BA%BF%E5%8D%8F%E8%AE%AE.md)
58 |
59 | 可选 [集成文档](https://github.com/MaaXYZ/MaaFramework/blob/main/docs/zh_cn/2.1-%E9%9B%86%E6%88%90%E6%96%87%E6%A1%A3.md)
60 |
61 | 可选 [b站视频](https://www.bilibili.com/video/BV1yr421E7MW/)
62 |
63 |
64 | ## 目前支持:
65 | - 1.启动物华弥新
66 | - 2.公招
67 | - 3.派遣公司(目前仅支持收取好感、资源、活力值、制造东西、喝茶等)
68 | - 4.领取每日免费礼包
69 | - 5.易物所(冬谷币买东西)
70 | - 6.喝一瓶2天过期的水
71 | - 7.清体力
72 | - 8.领取日常(包括游历)
73 | - 9.领邮箱
74 |
75 | ## 未来计划 ~~(画大饼)~~ :
76 | - 1.完善派遣公司
77 | - 2.增加主线、活动推图
78 | - 3.~~增加~~ 完善博物研学
79 | - 4.增加新人里的实战训练推关
80 | - 5.增加区域派遣
81 | - 6.~~增加活动的签到~~(已完成)
82 | - 7.整个ui
83 | - ......
84 |
85 | ## 鸣谢
86 |
87 | 本项目由 **[MaaFramework](https://github.com/MaaXYZ/MaaFramework)** 强力驱动!
88 |
89 | 由 Zymelaii 大佬为 MWA 提供UI 1号[MWA UI-1](https://github.com/MAWHA/maa-whmx)
90 |
91 | 由 Night-stars-1 大佬为 MWA 提供 UI 2号[MWA UI-2](https://github.com/Night-stars-1/mma-gui)
92 |
93 | 感谢以下开发者对本项目作出的贡献:
94 |
95 |
96 |
97 |
98 |
99 | ## 声明
100 |
101 | - 本软件开源、免费,仅供学习交流使用。若您遇到商家使用本软件进行代练并收费,可能由于设备或时间等原因,产生的任何问题及后果与本软件无关。
102 | - 项目中的图片、图标、截图等皆为网上素材及正版游戏的内容,绝无内鬼透露的游戏相关内容,如有侵权,请联系~)
103 | > M5A交流群:
104 |
105 | ## 广告
106 |
107 | 如果觉得软件对你有帮助,帮忙点个 Star 吧!~(网页最上方右上角的小星星),这就是对我们最大的支持了!
108 |
109 | 也帮忙给[MWA UI-1](https://github.com/MAWHA/maa-whmx)点个 Star 吧~
110 |
111 | 也帮忙给[MWA UI-2](https://github.com/Night-stars-1/mma-gui)点个 Star 吧~
112 |
113 | [](https://star-history.com/#MAWHA/MWA&Date)
114 |
115 |
--------------------------------------------------------------------------------
/assets/config/maa_pi_config.json:
--------------------------------------------------------------------------------
1 | {}
--------------------------------------------------------------------------------
/assets/resource/base/image/.gitkeep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/.gitkeep
--------------------------------------------------------------------------------
/assets/resource/base/image/Collect/02.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Collect/02.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Collect/03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Collect/03.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Collect/04.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Collect/04.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Collect/05.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Collect/05.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Collect/06.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Collect/06.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Collect/collectoperators.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Collect/collectoperators.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/10.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/11.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/11.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/12.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/13.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/13.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/14.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/14.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/15.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/15.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/16.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/17.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/17.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/18.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/18.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/19.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/19.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/20.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/20.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/21.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/21.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/22.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/22.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/23.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/23.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/24.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/24.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/25.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/25.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/26.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/26.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/27.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/27.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/Advanced_Social_Guide.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/Advanced_Social_Guide.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/Advanced_Sociology.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/Advanced_Sociology.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/Intermediate_Social_Guide.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/Intermediate_Social_Guide.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/beginner_social_guide.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/beginner_social_guide.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/c_induction.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/c_induction.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/c_induction_click.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/c_induction_click.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/c_resources.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/c_resources.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/click_space.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/click_space.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/coin_flip.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/coin_flip.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/craft.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/craft.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/d_company.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/d_company.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/donshe.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/donshe.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/exhibition.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/exhibition.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/fabricate_max.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/fabricate_max.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/fabricate_social_book.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/fabricate_social_book.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/office.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/office.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/quit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/quit.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/request_manufacture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/request_manufacture.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/return.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/return.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/social_back_home.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/social_back_home.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/social_guidence.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/social_guidence.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/vending_machine_reward.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/vending_machine_reward.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/verify_fabricate.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/verify_fabricate.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Company/weapon_purchase.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Company/weapon_purchase.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Mail/gou.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Mail/gou.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Mainpage/110.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Mainpage/110.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Mainpage/activity.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Mainpage/activity.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Mainpage/announcement.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Mainpage/announcement.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Mainpage/archive.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Mainpage/archive.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Mainpage/battlepass.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Mainpage/battlepass.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Mainpage/collect.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Mainpage/collect.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Mainpage/company.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Mainpage/company.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Mainpage/exchange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Mainpage/exchange.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Mainpage/execution.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Mainpage/execution.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Mainpage/mail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Mainpage/mail.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Mainpage/mission.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Mainpage/mission.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Mainpage/operator.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Mainpage/operator.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Mainpage/quit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Mainpage/quit.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Mainpage/shop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Mainpage/shop.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Mainpage/stamina.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Mainpage/stamina.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Mainpage/storage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Mainpage/storage.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Mainpage/training.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Mainpage/training.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Shop/01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Shop/01.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Shop/02.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Shop/02.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Speedrun/10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Speedrun/10.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Speedrun/11.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Speedrun/11.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Speedrun/12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Speedrun/12.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Speedrun/13.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Speedrun/13.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Speedrun/14.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Speedrun/14.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Speedrun/15.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Speedrun/15.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Startup/10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Startup/10.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Startup/11.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Startup/11.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Startup/12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Startup/12.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Startup/AccumulatedSignInExit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Startup/AccumulatedSignInExit.png
--------------------------------------------------------------------------------
/assets/resource/base/image/Startup/announcement_outer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/Startup/announcement_outer.png
--------------------------------------------------------------------------------
/assets/resource/base/image/activity/01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/activity/01.png
--------------------------------------------------------------------------------
/assets/resource/base/image/dissect/blue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/dissect/blue.png
--------------------------------------------------------------------------------
/assets/resource/base/image/dissect/center_confirm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/dissect/center_confirm.png
--------------------------------------------------------------------------------
/assets/resource/base/image/dissect/confirm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/dissect/confirm.png
--------------------------------------------------------------------------------
/assets/resource/base/image/dissect/dissect.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/dissect/dissect.png
--------------------------------------------------------------------------------
/assets/resource/base/image/dissect/red.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/dissect/red.png
--------------------------------------------------------------------------------
/assets/resource/base/image/dissect/redyellowblue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/dissect/redyellowblue.png
--------------------------------------------------------------------------------
/assets/resource/base/image/dissect/yellow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/dissect/yellow.png
--------------------------------------------------------------------------------
/assets/resource/base/image/dst/122252_461_188_68_26__411_138_168_126.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/dst/122252_461_188_68_26__411_138_168_126.png
--------------------------------------------------------------------------------
/assets/resource/base/image/dst/225256_459_186_77_30__409_136_177_130.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/dst/225256_459_186_77_30__409_136_177_130.png
--------------------------------------------------------------------------------
/assets/resource/base/image/dst/225313_459_290_76_29__409_240_176_129.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/dst/225313_459_290_76_29__409_240_176_129.png
--------------------------------------------------------------------------------
/assets/resource/base/image/dst/2day.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/dst/2day.png
--------------------------------------------------------------------------------
/assets/resource/base/image/dst/fork.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/dst/fork.png
--------------------------------------------------------------------------------
/assets/resource/base/image/empty.png:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/assets/resource/base/image/naturalist-studies/01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/naturalist-studies/01.png
--------------------------------------------------------------------------------
/assets/resource/base/image/naturalist-studies/02.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/naturalist-studies/02.png
--------------------------------------------------------------------------------
/assets/resource/base/image/naturalist-studies/03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/naturalist-studies/03.png
--------------------------------------------------------------------------------
/assets/resource/base/image/naturalist-studies/04.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/naturalist-studies/04.png
--------------------------------------------------------------------------------
/assets/resource/base/image/naturalist-studies/05.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/naturalist-studies/05.png
--------------------------------------------------------------------------------
/assets/resource/base/image/naturalist-studies/06.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/naturalist-studies/06.png
--------------------------------------------------------------------------------
/assets/resource/base/image/receive_reward/01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/receive_reward/01.png
--------------------------------------------------------------------------------
/assets/resource/base/image/receive_reward/02.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/receive_reward/02.png
--------------------------------------------------------------------------------
/assets/resource/base/image/resource/02.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/resource/02.png
--------------------------------------------------------------------------------
/assets/resource/base/image/resource/03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/resource/03.png
--------------------------------------------------------------------------------
/assets/resource/base/image/resource/04.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/resource/04.png
--------------------------------------------------------------------------------
/assets/resource/base/image/resource/05.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/resource/05.png
--------------------------------------------------------------------------------
/assets/resource/base/image/resource/06.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/resource/06.png
--------------------------------------------------------------------------------
/assets/resource/base/image/resource/07.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource/base/image/resource/07.png
--------------------------------------------------------------------------------
/assets/resource/base/model/.gitignore:
--------------------------------------------------------------------------------
1 | ocr
--------------------------------------------------------------------------------
/assets/resource/base/pipeline/10receivemail.json:
--------------------------------------------------------------------------------
1 | {
2 | "Mail": {
3 | "next": [
4 | "EnterMail"
5 | ]
6 | },
7 | "EnterMail": {
8 | "recognition": "TemplateMatch",
9 | "template": "Mainpage/mail.png",
10 | "action": "Click",
11 | "next": [
12 | "ReceiveMail",
13 | "Quit"
14 | ]
15 | },
16 | "ReceiveMail": {
17 | "recognition": "OCR",
18 | "expected": "全部",
19 | "action": "Click",
20 | "next": [
21 | "Quit"
22 | ]
23 | }
24 | }
--------------------------------------------------------------------------------
/assets/resource/base/pipeline/11_(03)_landscape.json:
--------------------------------------------------------------------------------
1 | {
2 | "landscape": {
3 | "recognition": "TemplateMatch",
4 | "template": "Research/r1.png",
5 | "roi": [
6 | 494,
7 | 386,
8 | 90,
9 | 84
10 | ],
11 | "action": "Click",
12 | "target_offset": [
13 | 60,
14 | 150,
15 | 0,
16 | 0
17 | ],
18 | "post_wait_freezes": 3000,
19 | "next": [
20 | "landscape-buff-one"
21 | ]
22 | },
23 | "landscape-buff-one": {
24 | "action": "Click",
25 | "target": [
26 | 360,
27 | 340,
28 | 0,
29 | 0
30 | ],
31 | "post_delay": 3000
32 | }
33 | }
--------------------------------------------------------------------------------
/assets/resource/base/pipeline/11_(04)_journey.json:
--------------------------------------------------------------------------------
1 | {
2 | "journey": {
3 | "recognition": "TemplateMatch",
4 | "template": "Research/r2.png",
5 | "roi": [
6 | 878,
7 | 385,
8 | 92,
9 | 90
10 | ],
11 | "action": "Click",
12 | "target_offset": [
13 | 60,
14 | 150,
15 | 0,
16 | 0
17 | ],
18 | "post_wait_freezes": 3000
19 | },
20 | "journey-buff-one": {
21 | "action": "Click",
22 | "target": [
23 | 360,
24 | 340,
25 | 0,
26 | 0
27 | ],
28 | "post_delay": 3000
29 | }
30 | }
--------------------------------------------------------------------------------
/assets/resource/base/pipeline/12_dissect_weapon.json:
--------------------------------------------------------------------------------
1 | {
2 | "dissect_weapon": {
3 | "action": "Click",
4 | "post_delay": 2000,
5 | "target": [
6 | 1002,
7 | 647,
8 | 107,
9 | 50
10 | ],
11 | "next": [
12 | "dissect_button"
13 | ]
14 | },
15 | "dissect_button": {
16 | "action": "Click",
17 | "post_delay": 2000,
18 | "target": [
19 | 1139,
20 | 61,
21 | 117,
22 | 42
23 | ],
24 | "next": [
25 | "select_tier"
26 | ]
27 | },
28 | "select_tier": {
29 | "next": [
30 | "blue",
31 | "red",
32 | "yellow"
33 | ]
34 | },
35 | "red": {
36 | "action": "Click",
37 | "post_delay": 2000,
38 | "target": [
39 | 585,
40 | 659,
41 | 128,
42 | 51
43 | ],
44 | "next": [
45 | "yellow"
46 | ]
47 | },
48 | "yellow": {
49 | "action": "Click",
50 | "post_delay": 2000,
51 | "target": [
52 | 464,
53 | 664,
54 | 118,
55 | 39
56 | ],
57 | "next": [
58 | "blue"
59 | ]
60 | },
61 | "blue": {
62 | "action": "Click",
63 | "post_delay": 2000,
64 | "target": [
65 | 339,
66 | 663,
67 | 124,
68 | 41
69 | ],
70 | "next": [
71 | "confirm"
72 | ]
73 | },
74 | "confirm": {
75 | "target": [
76 | 1082,
77 | 654,
78 | 128,
79 | 48
80 | ],
81 | "post_delay": 2000,
82 | "action": "Click",
83 | "next": [
84 | "center_confirm"
85 | ]
86 | },
87 | "center_confirm": {
88 | "target": [
89 | 693,
90 | 440,
91 | 159,
92 | 54
93 | ],
94 | "post_delay": 2000,
95 | "action": "Click",
96 | "next": [
97 | "exit01"
98 | ]
99 | },
100 | "exit01": {
101 | "recognition": "TemplateMatch",
102 | "template": "receive_reward/01.png",
103 | "action": "Click",
104 | "next": [
105 | "exit02"
106 | ]
107 | },
108 | "exit02": {
109 | "recognition": "TemplateMatch",
110 | "template": "receive_reward/02.png",
111 | "action": "Click"
112 | }
113 | }
--------------------------------------------------------------------------------
/assets/resource/base/pipeline/3-(2)_vending_machine.json:
--------------------------------------------------------------------------------
1 | {
2 | "entry_two": {
3 | "next": [
4 | "entry_dispath_two",
5 | "vending_machine",
6 | "vending_machine_reward"
7 | ]
8 | },
9 | "entry_dispath_two": {
10 | "recognition": "TemplateMatch",
11 | "template": "Company/d_company.png",
12 | "action": "Click",
13 | "post_wait_freezes": 2000,
14 | "next": [
15 | "entry_dispath_two",
16 | "vending_machine",
17 | "vending_machine_reward"
18 | ]
19 | },
20 | "vending_machine": {
21 | "recognition": "TemplateMatch",
22 | "template": "Company/office.png",
23 | "action": "Click",
24 | "post_delay": 3000,
25 | "roi": [
26 | 345,
27 | 51,
28 | 345,
29 | 266
30 | ],
31 | "next": [
32 | "vending_machine_reward",
33 | "tea_home",
34 | "dc_back"
35 | ]
36 | },
37 | "vending_machine_reward": {
38 | "recognition": "TemplateMatch",
39 | "template": "Company/vending_machine_reward.png",
40 | "action": "Click",
41 | "post_delay": 3000,
42 | "roi": [
43 | 123,
44 | 11,
45 | 231,
46 | 201
47 | ],
48 | "target": [
49 | 203,
50 | 69,
51 | 41,
52 | 34
53 | ],
54 | "next": [
55 | "coin_flip"
56 | ]
57 | },
58 | "coin_flip": {
59 | "recognition": "TemplateMatch",
60 | "template": "Company/coin_flip.png",
61 | "action": "Click",
62 | "post_wait_freezes": 5000,
63 | "roi": [
64 | 771,
65 | 293,
66 | 340,
67 | 232
68 | ],
69 | "next": [
70 | "coin_flip_click_space"
71 | ]
72 | },
73 | "coin_flip_click_space": {
74 | "recognition": "OCR",
75 | "expected": "点击空白",
76 | "action": "Click",
77 | "post_delay": 3000,
78 | "roi": [
79 | 988,
80 | 107,
81 | 240,
82 | 480
83 | ],
84 | "next": [
85 | "tea_home"
86 | ]
87 | }
88 | }
--------------------------------------------------------------------------------
/assets/resource/base/pipeline/3_(6)_vitality.json:
--------------------------------------------------------------------------------
1 | {
2 | "vitality": {
3 | "next": [
4 | "entry_dispath_six",
5 | "vitality_one"
6 | ]
7 | },
8 | "entry_dispath_six": {
9 | "recognition": "TemplateMatch",
10 | "template": "Company/d_company.png",
11 | "action": "Click",
12 | "post_wait_freezes": 1000,
13 | "next": [
14 | "vitality_one",
15 | "dc_back"
16 | ]
17 | },
18 | "vitality_one": {
19 | "recognition": "OCR",
20 | "expected": "舍",
21 | "action": "Click",
22 | "roi": [
23 | 425,
24 | 435,
25 | 200,
26 | 230
27 | ],
28 | "post_delay": 2000,
29 | "next": [
30 | "vitality_two"
31 | ]
32 | },
33 | "vitality_two": {
34 | "recognition": "TemplateMatch",
35 | "template": "Company/22.png",
36 | "action": "Click",
37 | "target": [
38 | 255,
39 | 665,
40 | 0,
41 | 0
42 | ],
43 | "post_delay": 5000,
44 | "next": [
45 | "vitality_home"
46 | ]
47 | },
48 | "vitality_home": {
49 | "recognition": "TemplateMatch",
50 | "template": "Startup\\10.png",
51 | "action": "Click"
52 | }
53 | }
--------------------------------------------------------------------------------
/assets/resource/base/pipeline/3_dispath_company.json:
--------------------------------------------------------------------------------
1 | {
2 | "dispatch_company_all": {
3 | "next": [
4 | "entry_one",
5 | "entry_two",
6 | "dispath_company_collect",
7 | "fabricate",
8 | "tea",
9 | "vitality"
10 | ]
11 | },
12 | "dc_back": {
13 | "recognition": "TemplateMatch",
14 | "template": "Collect/06.png",
15 | "action": "Click"
16 | }
17 | }
--------------------------------------------------------------------------------
/assets/resource/base/pipeline/4_dailybonus.json:
--------------------------------------------------------------------------------
1 | {
2 | "business_kiosk": {
3 | "next": [
4 | "shangting",
5 | "libao",
6 | "richang",
7 | "donggu",
8 | "Quit"
9 | ]
10 | },
11 | "shangting": {
12 | "recognition": "OCR",
13 | "expected": "商亭",
14 | "action": "Click",
15 | "next": [
16 | "libao"
17 | ]
18 | },
19 | "libao": {
20 | "recognition": "OCR",
21 | "expected": "礼包",
22 | "action": "Click",
23 | "next": [
24 | "richang"
25 | ]
26 | },
27 | "richang": {
28 | "recognition": "OCR",
29 | "expected": "日常",
30 | "action": "Click",
31 | "next": [
32 | "donggu"
33 | ]
34 | },
35 | "donggu": {
36 | "recognition": "OCR",
37 | "expected": "每日",
38 | "action": "Click",
39 | "target": [
40 | 365,
41 | 665,
42 | 0,
43 | 0
44 | ],
45 | "next": [
46 | "goumai"
47 | ]
48 | },
49 | "goumai": {
50 | "recognition": "OCR",
51 | "expected": "购买",
52 | "action": "Click",
53 | "post_delay": 2000,
54 | "next": [
55 | "obtain1"
56 | ]
57 | },
58 | "obtain1": {
59 | "recognition": "OCR",
60 | "expected": "获得物资",
61 | "action": "Click",
62 | "pre_wait_freezes": 1000,
63 | "next": [
64 | "Quit"
65 | ]
66 | }
67 | }
--------------------------------------------------------------------------------
/assets/resource/base/pipeline/6_(02)water.json:
--------------------------------------------------------------------------------
1 | {
2 | "drink": {
3 | "next": [
4 | "huipo",
5 | "water"
6 | ]
7 | },
8 | "huipo": {
9 | "recognition": "OCR",
10 | "expected": "剩余购买次数",
11 | "roi": [
12 | 280,
13 | 485,
14 | 218,
15 | 52
16 | ],
17 | "action": "Click",
18 | "target": [
19 | 615,
20 | 75,
21 | 0,
22 | 0
23 | ],
24 | "next": "quit_fork"
25 | },
26 | "water": {
27 | "recognition": "OCR",
28 | "expected": "药剂",
29 | "roi": [
30 | 244,
31 | 132,
32 | 130,
33 | 36
34 | ],
35 | "action": "Click",
36 | "next": [
37 | "sub_2daywater",
38 | "quit_fork"
39 | ]
40 | },
41 | "sub_2daywater": {
42 | "recognition": "OCR",
43 | "expected": "2天",
44 | "threshold": 0.85,
45 | "roi": [
46 | 390,
47 | 120,
48 | 160,
49 | 140
50 | ],
51 | "action": "Click",
52 | "target_offset": [
53 | -10,
54 | 35,
55 | 0,
56 | 0
57 | ],
58 | "next": [
59 | "sub_drink",
60 | "quit_fork",
61 | "max_water",
62 | "click_water"
63 | ]
64 | },
65 | "sub_drink": {
66 | "recognition": "TemplateMatch",
67 | "template": "Collect/04.png",
68 | "action": "Click",
69 | "next": [
70 | "drink_a_2day_water"
71 | ]
72 | },
73 | "quit_fork": {
74 | "recognition": "TemplateMatch",
75 | "template": "dst/fork.png",
76 | "action": "Click"
77 | },
78 | "max_water": {
79 | "recognition": "OCR",
80 | "expected": "上限",
81 | "action": "Click",
82 | "target": [
83 | 170,
84 | 400,
85 | 0,
86 | 0
87 | ]
88 | },
89 | "click_water": {
90 | "action": "Click",
91 | "target": [
92 | 170,
93 | 400,
94 | 0,
95 | 0
96 | ]
97 | }
98 | }
--------------------------------------------------------------------------------
/assets/resource/base/pipeline/6_drink_a_2day_water.json:
--------------------------------------------------------------------------------
1 | {
2 | "drink_a_2day_water": {
3 | "recognition": "TemplateMatch",
4 | "template": "Mainpage/stamina.png",
5 | "roi": [
6 | 1188,
7 | 259,
8 | 67,
9 | 66
10 | ],
11 | "action": "Click",
12 | "post_delay": 1000,
13 | "next": [
14 | "max_water",
15 | "Swipe_drink",
16 | "drink"
17 | ]
18 | },
19 | "Swipe_drink": {
20 | "action": "Swipe",
21 | "begin": [
22 | 400,
23 | 245,
24 | 0,
25 | 0
26 | ],
27 | "end": [
28 | 400,
29 | 445,
30 | 0,
31 | 0
32 | ],
33 | "next": [
34 | "drink"
35 | ]
36 | }
37 | }
--------------------------------------------------------------------------------
/assets/resource/base/pipeline/7_(02)level.json:
--------------------------------------------------------------------------------
1 | {
2 | "xuanze": {
3 | "next": [
4 | "SelectStage01",
5 | "SelectStage02",
6 | "SelectStage03",
7 | "SelectStage04",
8 | "SelectStage05",
9 | "fast"
10 | ]
11 | },
12 | "SelectStage01": {
13 | "recognition": "OCR",
14 | "expected": "子",
15 | "action": "Click",
16 | "target_offset": [
17 | 0,
18 | -40,
19 | 0,
20 | 0
21 | ],
22 | "next": [
23 | "fast"
24 | ]
25 | },
26 | "SelectStage02": {
27 | "recognition": "OCR",
28 | "expected": "丑",
29 | "action": "Click",
30 | "target_offset": [
31 | 0,
32 | -50,
33 | 0,
34 | 0
35 | ],
36 | "next": [
37 | "fast"
38 | ]
39 | },
40 | "SelectStage03": {
41 | "recognition": "OCR",
42 | "expected": "寅",
43 | "action": "Click",
44 | "target_offset": [
45 | 0,
46 | -50,
47 | 0,
48 | 0
49 | ],
50 | "next": [
51 | "fast"
52 | ]
53 | },
54 | "SelectStage04": {
55 | "recognition": "OCR",
56 | "expected": "卯",
57 | "action": "Click",
58 | "target_offset": [
59 | 0,
60 | -50,
61 | 0,
62 | 0
63 | ],
64 | "next": [
65 | "fast"
66 | ]
67 | },
68 | "SelectStage05": {
69 | "recognition": "OCR",
70 | "expected": "辰",
71 | "action": "Click",
72 | "target_offset": [
73 | 0,
74 | -50,
75 | 0,
76 | 0
77 | ],
78 | "next": [
79 | "fast"
80 | ]
81 | }
82 | }
--------------------------------------------------------------------------------
/assets/resource/base/pipeline/9receive_reward.json:
--------------------------------------------------------------------------------
1 | {
2 | "task1": {
3 | "next": [
4 | "daily1",
5 | "weekly1",
6 | "travel1",
7 | "mission1"
8 | ]
9 | },
10 | "daily1": {
11 | "recognition": "OCR",
12 | "expected": "任务",
13 | "roi": [
14 | 1149,
15 | 650,
16 | 74,
17 | 40
18 | ],
19 | "action": "Click",
20 | "next": [
21 | "all1",
22 | "weekly1",
23 | "Quit1"
24 | ]
25 | },
26 | "all1": {
27 | "recognition": "OCR",
28 | "expected": "全部领取",
29 | "action": "Click",
30 | "post_delay": 5000,
31 | "roi": [
32 | 0,
33 | 575,
34 | 1280,
35 | 150
36 | ],
37 | "next": [
38 | "material1",
39 | "weekly1",
40 | "mission1",
41 | "challenge",
42 | "reward1"
43 | ]
44 | },
45 | "material1": {
46 | "recognition": "OCR",
47 | "expected": "获得物资",
48 | "action": "Click",
49 | "next": [
50 | "all1",
51 | "weekly1",
52 | "mission1",
53 | "reward1",
54 | "Quit"
55 | ]
56 | },
57 | "weekly1": {
58 | "recognition": "OCR",
59 | "expected": "周常",
60 | "roi": [
61 | 80,
62 | 310,
63 | 100,
64 | 98
65 | ],
66 | "action": "Click",
67 | "next": [
68 | "all1",
69 | "material1",
70 | "Quit1"
71 | ]
72 | },
73 | "travel1": {
74 | "recognition": "OCR",
75 | "expected": "游历",
76 | "roi": [
77 | 773,
78 | 656,
79 | 60,
80 | 36
81 | ],
82 | "action": "Click",
83 | "next": [
84 | "mission1",
85 | "challenge",
86 | "reward1",
87 | "all1"
88 | ]
89 | },
90 | "mission1": {
91 | "recognition": "OCR",
92 | "expected": "任务",
93 | "roi": [
94 | 0,
95 | 230,
96 | 195,
97 | 195
98 | ],
99 | "action": "Click",
100 | "next": [
101 | "all1",
102 | "challenge",
103 | "reward1",
104 | "Quit"
105 | ]
106 | },
107 | "challenge": {
108 | "recognition": "OCR",
109 | "expected": "挑战",
110 | "action": "Click",
111 | "next": [
112 | "all1",
113 | "reward1"
114 | ]
115 | },
116 | "reward1": {
117 | "recognition": "OCR",
118 | "expected": "奖励",
119 | "roi": [
120 | 23,
121 | 134,
122 | 97,
123 | 81
124 | ],
125 | "action": "Click",
126 | "next": [
127 | "all1",
128 | "Quit"
129 | ]
130 | },
131 | "Quit1": {
132 | "recognition": "TemplateMatch",
133 | "template": "receive_reward\\01.png",
134 | "action": "Click",
135 | "post_delay": 2000,
136 | "next": [
137 | "travel1"
138 | ]
139 | }
140 | }
--------------------------------------------------------------------------------
/assets/resource/base/pipeline/activity_attendance.json:
--------------------------------------------------------------------------------
1 | {
2 | "activity_attendance": {
3 | "next": [
4 | "activity",
5 | "attendance"
6 | ]
7 | },
8 | "activity": {
9 | "recognition": "OCR",
10 | "expected": "活动",
11 | "action": "Click",
12 | "post_delay": 2000,
13 | "roi": [
14 | 0,
15 | 300,
16 | 90,
17 | 90
18 | ],
19 | "next": [
20 | "attendance"
21 | ]
22 | },
23 | "attendance": {
24 | "recognition": "OCR",
25 | "expected": "山水自鸣",
26 | "action": "Click",
27 | "post_delay": 2000,
28 | "roi": [
29 | 0,
30 | 0,
31 | 255,
32 | 717
33 | ],
34 | "next": [
35 | "attendance_two",
36 | "Quit"
37 | ]
38 | },
39 | "attendance_two": {
40 | "recognition": "TemplateMatch",
41 | "template": "activity/01.png",
42 | "green_mask": true,
43 | "index": -1,
44 | "action": "Click",
45 | "post_delay": 3000,
46 | "target_offset": [
47 | 135,
48 | -145,
49 | 0,
50 | 0
51 | ],
52 | "roi": [
53 | 265,
54 | 520,
55 | 1015,
56 | 200
57 | ],
58 | "next": [
59 | "activity_get",
60 | "Quit"
61 | ]
62 | },
63 | "activity_get": {
64 | "recognition": "OCR",
65 | "expected": "获得物资",
66 | "action": "Click",
67 | "roi": [
68 | 930,
69 | 70,
70 | 310,
71 | 570
72 | ],
73 | "next": [
74 | "Quit"
75 | ]
76 | }
77 | }
--------------------------------------------------------------------------------
/assets/resource/base/pipeline/custom_demo.json:
--------------------------------------------------------------------------------
1 | {
2 | "MyTask": {
3 | "next": [
4 | "MyCustomRecTask"
5 | ]
6 | },
7 | "MyCustomRecTask": {
8 | "recognition": "Custom",
9 | "custom_recognition": "event_select",
10 | "custom_recognition_param": {
11 | "my_rec_key": "my_rec_value"
12 | },
13 | "action": "Custom",
14 | "custom_action": "MyAct",
15 | "custom_action_param": {
16 | "my_act_key": "my_act_value"
17 | }
18 | }
19 | }
--------------------------------------------------------------------------------
/assets/resource/data/app.py:
--------------------------------------------------------------------------------
1 | from maa.toolkit import Toolkit
2 | from maa.resource import Resource
3 | from maa.controller import AdbController
4 | from maa.tasker import Tasker
5 |
6 | from maa.notification_handler import NotificationHandler, NotificationType
7 |
8 |
9 |
10 | def main():
11 | user_path = "./"
12 | Toolkit.init_option(user_path)
13 |
14 | resource = Resource()
15 | res_job = resource.post_path("./resource_picli/base")
16 | res_job.wait()
17 |
18 | adb_devices = Toolkit.find_adb_devices()
19 | if not adb_devices:
20 | print("No ADB device found.")
21 | exit()
22 |
23 | # for demo, we just use the first device
24 | device = adb_devices[0]
25 | controller = AdbController(
26 | adb_path=device.adb_path,
27 | address=device.address,
28 | screencap_methods=device.screencap_methods,
29 | input_methods=device.input_methods,
30 | config=device.config
31 | )
32 | controller.post_connection().wait()
33 |
34 | tasker = Tasker()
35 | # tasker = Tasker(notification_handler=MyNotificationHandler())
36 | tasker.bind(resource, controller)
37 |
38 | if not tasker.inited:
39 | print("Failed to init MAA.")
40 | exit()
41 | tasker.post_pipeline("weapons-fabricate").wait().get()
42 |
43 | class MyNotificationHandler(NotificationHandler):
44 | def on_resource_loading(
45 | self,
46 | noti_type: NotificationType,
47 | detail: NotificationHandler.ResourceLoadingDetail,
48 | ):
49 | print(f"on_resource_loading: {noti_type}, {detail}")
50 |
51 | def on_controller_action(
52 | self,
53 | noti_type: NotificationType,
54 | detail: NotificationHandler.ControllerActionDetail,
55 | ):
56 | print(f"on_controller_action: {noti_type}, {detail}")
57 |
58 | def on_tasker_task(
59 | self, noti_type: NotificationType, detail: NotificationHandler.TaskerTaskDetail
60 | ):
61 | print(f"on_tasker_task: {noti_type}, {detail}")
62 |
63 | def on_task_next_list(
64 | self,
65 | noti_type: NotificationType,
66 | detail: NotificationHandler.TaskNextListDetail,
67 | ):
68 | print(f"on_task_next_list: {noti_type}, {detail}")
69 |
70 | def on_task_recognition(
71 | self,
72 | noti_type: NotificationType,
73 | detail: NotificationHandler.TaskRecognitionDetail,
74 | ):
75 | print(f"on_task_recognition: {noti_type}, {detail}")
76 |
77 | def on_task_action(
78 | self, noti_type: NotificationType, detail: NotificationHandler.TaskActionDetail
79 | ):
80 | print(f"on_task_action: {noti_type}, {detail}")
81 |
82 |
83 | if __name__ == "__main__":
84 | main()
--------------------------------------------------------------------------------
/assets/resource/data/config/maa_option.json:
--------------------------------------------------------------------------------
1 | {
2 | "logging": true,
3 | "recording": false,
4 | "save_draw": false,
5 | "show_hit_draw": false,
6 | "stdout_level": 2
7 | }
--------------------------------------------------------------------------------
/assets/resource/data/event.json:
--------------------------------------------------------------------------------
1 | {
2 | "神秘快递": "拆开",
3 | "科研助力": "立刻联系附近基金会的驻点询问。",
4 | "氧气瓶": "抽!",
5 | "画性大发": "我正好有带",
6 | "样本搜集": "拿出采样套装进行采集",
7 | "群山之巅": "拿出氧气瓶",
8 | "手杖妙用": "抓起登山杖去够",
9 | "珍贵笔记": "还好有研学笔记本",
10 | "寒雾": "主动跟上那位器者。",
11 | "风雪之途": "与雪景寒林图喝茶。",
12 | "山雪之约": "前往常去的茶馆。",
13 | "巡山雪": "到路途中去。",
14 | "再遇寒雪": "顺势聊起山水画的事情。",
15 | "山之形": "潮流文化集市和商场。",
16 | "青绿争端": "安静地等待他。",
17 | "小小风波": "去符合心境的地方",
18 | "幻梦成景": "“非常有趣”的兴奋之情。",
19 | "传达之声": "尽自己所能推荐。",
20 | "神秘传闻": "寻找有人的落脚处。",
21 | "山中之兽": "由你调查消息来源。",
22 | "出行必备": "询问溪山行旅图的意见。",
23 | "探索之夜": "在野外扎营。",
24 | "山间来信": "你找错了地方?",
25 | "浪漫收集": "去有故事的地方!",
26 | "奇怪的画作": "找找草稿的主人吧。",
27 | "线路规划": "请她帮忙指一个方向。",
28 | "奇诡志异": "和他们一起聊故事。",
29 | "游客照": "向茶叶生产画请教技巧。",
30 | "时间与画": "关于一日山景。",
31 | "小心脚下": "拿起来仔细观察",
32 | "护林小屋": "询问护林员",
33 | "杂学之用": "询问千里江山图",
34 | "日出东山": "来到民宿的屋顶",
35 | "解惑": "帮助回答",
36 | "润水": "上前询问",
37 | "游学所得": "讲旅行趣事",
38 | "建议": "提出你的想法"
39 | }
40 |
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/.gitkeep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/.gitkeep
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/00011.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/00011.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048/1024.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048/1024.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048/128.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048/128.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048/16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048/16.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048/2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048/2.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048/2048.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048/2048.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048/256.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048/256.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048/32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048/32.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048/4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048/4.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048/512.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048/512.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048/64.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048/64.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048/8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048/8.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048_cd/2048_cd_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048_cd/2048_cd_1.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048_cd/2048_cd_10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048_cd/2048_cd_10.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048_cd/2048_cd_11.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048_cd/2048_cd_11.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048_cd/2048_cd_12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048_cd/2048_cd_12.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048_cd/2048_cd_13.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048_cd/2048_cd_13.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048_cd/2048_cd_14.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048_cd/2048_cd_14.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048_cd/2048_cd_15.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048_cd/2048_cd_15.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048_cd/2048_cd_16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048_cd/2048_cd_16.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048_cd/2048_cd_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048_cd/2048_cd_2.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048_cd/2048_cd_3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048_cd/2048_cd_3.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048_cd/2048_cd_4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048_cd/2048_cd_4.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048_cd/2048_cd_5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048_cd/2048_cd_5.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048_cd/2048_cd_6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048_cd/2048_cd_6.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048_cd/2048_cd_7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048_cd/2048_cd_7.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048_cd/2048_cd_8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048_cd/2048_cd_8.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048_cd/2048_cd_9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048_cd/2048_cd_9.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048_hh/2048_hh_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048_hh/2048_hh_1.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048_hh/2048_hh_10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048_hh/2048_hh_10.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048_hh/2048_hh_11.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048_hh/2048_hh_11.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048_hh/2048_hh_12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048_hh/2048_hh_12.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048_hh/2048_hh_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048_hh/2048_hh_2.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048_hh/2048_hh_3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048_hh/2048_hh_3.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048_hh/2048_hh_4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048_hh/2048_hh_4.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048_hh/2048_hh_5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048_hh/2048_hh_5.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048_hh/2048_hh_6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048_hh/2048_hh_6.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048_hh/2048_hh_7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048_hh/2048_hh_7.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048_hh/2048_hh_8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048_hh/2048_hh_8.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048_hh/2048_hh_9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048_hh/2048_hh_9.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/2048_hh/2048_hh_bs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/2048_hh/2048_hh_bs.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Collect/02.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Collect/02.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Collect/03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Collect/03.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Collect/04.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Collect/04.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Collect/05.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Collect/05.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Collect/06.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Collect/06.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Collect/collectoperators.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Collect/collectoperators.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/10.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/11.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/11.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/12.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/13.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/13.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/14.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/14.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/15.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/15.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/16.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/17.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/17.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/18.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/18.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/19.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/19.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/20.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/20.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/21.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/21.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/22.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/22.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/23.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/23.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/24.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/24.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/25.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/25.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/26.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/26.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/27.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/27.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/28.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/28.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/29.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/29.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/30.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/30.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/Advanced_Social_Guide.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/Advanced_Social_Guide.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/Advanced_Sociology.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/Advanced_Sociology.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/Intermediate_Social_Guide.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/Intermediate_Social_Guide.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/beginner_social_guide.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/beginner_social_guide.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/c_induction.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/c_induction.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/c_induction_click.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/c_induction_click.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/c_resources.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/c_resources.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/click_space.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/click_space.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/coin_flip.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/coin_flip.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/craft.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/craft.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/d_company.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/d_company.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/donshe.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/donshe.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/exhibition.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/exhibition.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/fabricate_max.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/fabricate_max.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/fabricate_social_book.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/fabricate_social_book.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/office.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/office.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/quit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/quit.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/request_manufacture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/request_manufacture.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/return.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/return.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/social_back_home.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/social_back_home.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/social_guidence.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/social_guidence.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/tea_load.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/tea_load.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/vending_machine_reward.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/vending_machine_reward.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/verify_fabricate.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/verify_fabricate.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Company/weapon_purchase.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Company/weapon_purchase.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Mail/gou.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Mail/gou.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Mainpage/110.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Mainpage/110.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Mainpage/activity.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Mainpage/activity.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Mainpage/announcement.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Mainpage/announcement.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Mainpage/archive.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Mainpage/archive.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Mainpage/battlepass.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Mainpage/battlepass.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Mainpage/collect.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Mainpage/collect.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Mainpage/company.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Mainpage/company.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Mainpage/exchange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Mainpage/exchange.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Mainpage/execution.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Mainpage/execution.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Mainpage/mail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Mainpage/mail.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Mainpage/mission.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Mainpage/mission.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Mainpage/operator.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Mainpage/operator.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Mainpage/quit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Mainpage/quit.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Mainpage/shop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Mainpage/shop.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Mainpage/stamina.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Mainpage/stamina.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Mainpage/storage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Mainpage/storage.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Mainpage/training.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Mainpage/training.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/01.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/02.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/02.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/03.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/09.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/09.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/100.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/101.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/101.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/102.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/102.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/103.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/103.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/105.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/105.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/106.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/106.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/108.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/108.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/109.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/109.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/11.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/11.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/110.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/110.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/111.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/111.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/112.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/112.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/115.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/115.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/116.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/116.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/12.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/120.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/120.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/121.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/121.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/122.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/122.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/123.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/123.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/13.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/13.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/14.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/14.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/15.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/15.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/16.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/17.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/17.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/21.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/21.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/22.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/22.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/30.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/30.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/32.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/33.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/33.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/34.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/34.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/35.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/35.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/42.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/42.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/43.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/43.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/51.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/51.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/58.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/58.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/62.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/62.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/64.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/64.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/65.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/65.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/70.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/70.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/77.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/77.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/79.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/79.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/80.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/80.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/81.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/81.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/82.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/82.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/83.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/83.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/84.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/84.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/85.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/85.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/86.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/86.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/88.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/88.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/89.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/89.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/90.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/90.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/94.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/94.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/95.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/95.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/97.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/97.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/mountain_research.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/mountain_research.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/r1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/r1.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research/r2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research/r2.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research2/add_people.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research2/add_people.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research2/auto.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research2/auto.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research2/begin_fight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research2/begin_fight.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research2/begin_research.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research2/begin_research.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research2/boss.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research2/boss.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research2/buff.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research2/buff.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research2/choose_role.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research2/choose_role.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research2/continue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research2/continue.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research2/ensure_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research2/ensure_1.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research2/ensure_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research2/ensure_2.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research2/enter_research.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research2/enter_research.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research2/fight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research2/fight.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research2/fight_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research2/fight_2.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research2/filter.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research2/filter.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research2/golden_research.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research2/golden_research.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research2/import.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research2/import.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research2/new_buff.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research2/new_buff.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research2/quit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research2/quit.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research2/rest.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research2/rest.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research2/rest2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research2/rest2.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Research2/start_point.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Research2/start_point.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Shop/01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Shop/01.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Shop/02.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Shop/02.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Speedrun/10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Speedrun/10.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Speedrun/11.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Speedrun/11.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Speedrun/12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Speedrun/12.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Speedrun/13.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Speedrun/13.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Speedrun/14.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Speedrun/14.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Speedrun/15.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Speedrun/15.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Speedrun/sagago.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Speedrun/sagago.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Startup/10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Startup/10.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Startup/11.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Startup/11.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Startup/12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Startup/12.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Startup/13.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Startup/13.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Startup/AccumulatedSignInExit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Startup/AccumulatedSignInExit.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/Startup/announcement_outer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/Startup/announcement_outer.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/activity/01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/activity/01.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/activity/02.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/activity/02.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/activity/03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/activity/03.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/activity/04.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/activity/04.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/activity/05.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/activity/05.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/activity/06.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/activity/06.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/activity/231033_1205_21_34_35__1146_0_134_135.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/activity/231033_1205_21_34_35__1146_0_134_135.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/activity_huiyinxunji/01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/activity_huiyinxunji/01.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/activity_huiyinxunji/02.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/activity_huiyinxunji/02.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/activity_huiyinxunji/03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/activity_huiyinxunji/03.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/activity_huiyinxunji/04.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/activity_huiyinxunji/04.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/activity_huiyinxunji/05.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/activity_huiyinxunji/05.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/activity_huiyinxunji/06.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/activity_huiyinxunji/06.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/activity_huiyinxunji/07.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/activity_huiyinxunji/07.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/activity_huiyinxunji/08.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/activity_huiyinxunji/08.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/activity_huiyinxunji/09.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/activity_huiyinxunji/09.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/dissect/blue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/dissect/blue.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/dissect/center_confirm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/dissect/center_confirm.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/dissect/confirm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/dissect/confirm.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/dissect/dissect.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/dissect/dissect.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/dissect/red.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/dissect/red.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/dissect/redyellowblue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/dissect/redyellowblue.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/dissect/yellow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/dissect/yellow.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/dst/122252_461_188_68_26__411_138_168_126.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/dst/122252_461_188_68_26__411_138_168_126.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/dst/225256_459_186_77_30__409_136_177_130.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/dst/225256_459_186_77_30__409_136_177_130.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/dst/225313_459_290_76_29__409_240_176_129.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/dst/225313_459_290_76_29__409_240_176_129.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/dst/2day.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/dst/2day.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/dst/fork.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/dst/fork.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/empty.png:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/naturalist-studies/01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/naturalist-studies/01.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/naturalist-studies/02.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/naturalist-studies/02.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/naturalist-studies/03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/naturalist-studies/03.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/naturalist-studies/04.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/naturalist-studies/04.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/naturalist-studies/05.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/naturalist-studies/05.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/naturalist-studies/06.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/naturalist-studies/06.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/receive_reward/01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/receive_reward/01.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/receive_reward/02.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/receive_reward/02.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/research and lenrning gold and silver/08.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/research and lenrning gold and silver/08.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/research and lenrning gold and silver/163027_1179_38_61_62__1119_0_161_162.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/research and lenrning gold and silver/163027_1179_38_61_62__1119_0_161_162.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/research and lenrning gold and silver/163154_390_221_499_262__340_171_599_362.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/research and lenrning gold and silver/163154_390_221_499_262__340_171_599_362.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/research and lenrning gold and silver/163200_697_404_152_50__647_354_252_150.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/research and lenrning gold and silver/163200_697_404_152_50__647_354_252_150.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/research and lenrning gold and silver/163225_1037_581_205_49__975_531_305_149.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/research and lenrning gold and silver/163225_1037_581_205_49__975_531_305_149.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/research and lenrning gold and silver/choose_role.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/research and lenrning gold and silver/choose_role.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/research and lenrning gold and silver/difficult.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/research and lenrning gold and silver/difficult.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/research and lenrning gold and silver/fight-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/research and lenrning gold and silver/fight-1.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/research and lenrning gold and silver/new-buff.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/research and lenrning gold and silver/new-buff.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/research and lenrning gold and silver/points.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/research and lenrning gold and silver/points.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/research and lenrning gold and silver/rest-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/research and lenrning gold and silver/rest-2.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/research and lenrning gold and silver/stop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/research and lenrning gold and silver/stop.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/research and lenrning mountains and rivers/Confirm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/research and lenrning mountains and rivers/Confirm.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/research and lenrning mountains and rivers/Negative-status.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/research and lenrning mountains and rivers/Negative-status.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/research and lenrning mountains and rivers/Positive-Combat-status.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/research and lenrning mountains and rivers/Positive-Combat-status.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/research and lenrning mountains and rivers/check-mark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/research and lenrning mountains and rivers/check-mark.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/research and lenrning mountains and rivers/continue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/research and lenrning mountains and rivers/continue.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/research and lenrning mountains and rivers/downlevel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/research and lenrning mountains and rivers/downlevel.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/research and lenrning mountains and rivers/evaluation.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/research and lenrning mountains and rivers/evaluation.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/research and lenrning mountains and rivers/get-new-fight-status.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/research and lenrning mountains and rivers/get-new-fight-status.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/research and lenrning mountains and rivers/get-one-Positive-status.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/research and lenrning mountains and rivers/get-one-Positive-status.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/research and lenrning mountains and rivers/jijinghui.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/research and lenrning mountains and rivers/jijinghui.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/research and lenrning mountains and rivers/prepare.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/research and lenrning mountains and rivers/prepare.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/research and lenrning mountains and rivers/sasuga.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/research and lenrning mountains and rivers/sasuga.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/research and lenrning mountains and rivers/shijian.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/research and lenrning mountains and rivers/shijian.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/research and lenrning mountains and rivers/start.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/research and lenrning mountains and rivers/start.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/research and lenrning mountains and rivers/uplevel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/research and lenrning mountains and rivers/uplevel.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/research and lenrning mountains and rivers/xuanze.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/research and lenrning mountains and rivers/xuanze.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/resource/02.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/resource/02.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/resource/03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/resource/03.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/resource/04.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/resource/04.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/resource/05.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/resource/05.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/resource/06.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/resource/06.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/resource/07.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/resource/07.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/image/visit/01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/assets/resource_picli/base/image/visit/01.png
--------------------------------------------------------------------------------
/assets/resource_picli/base/model/.gitignore:
--------------------------------------------------------------------------------
1 | ocr
--------------------------------------------------------------------------------
/assets/resource_picli/base/pipeline/10receivemail.json:
--------------------------------------------------------------------------------
1 | {
2 | "Mail": {
3 | "next": [
4 | "EnterMail"
5 | ],
6 | "interrupt": [
7 | "Exception-handling-remind",
8 | "Exception-handling-nurturance-one"
9 | ]
10 | },
11 | "EnterMail": {
12 | "recognition": "TemplateMatch",
13 | "template": "Mainpage/mail.png",
14 | "action": "Click",
15 | "next": [
16 | "ReceiveMail",
17 | "Quit"
18 | ],
19 | "interrupt": [
20 | "Exception-handling-remind",
21 | "Exception-handling-nurturance-one"
22 | ]
23 | },
24 | "ReceiveMail": {
25 | "recognition": "OCR",
26 | "expected": "全部",
27 | "action": "Click",
28 | "post_delay": 5000,
29 | "next": [
30 | "Mail-get",
31 | "Quit"
32 | ]
33 | },
34 | "Mail-get": {
35 | "recognition": "OCR",
36 | "expected": "得",
37 | "action": "Click",
38 | "post_delay": 2000,
39 | "next": [
40 | "Quit",
41 | "Mail-get"
42 | ]
43 | }
44 | }
--------------------------------------------------------------------------------
/assets/resource_picli/base/pipeline/11-research and lenrning.json:
--------------------------------------------------------------------------------
1 | {
2 | "Research and learning": {
3 | "post_delay": 5000,
4 | "next": [
5 | "enter research and learning",
6 | "return-todesktop"
7 | ]
8 | },
9 | "return-todesktop": {
10 | "recognition": "TemplateMatch",
11 | "template": "Collect/06.png",
12 | "action": "Click",
13 | "post_delay": 2000,
14 | "next": [
15 | "enter research and learning",
16 | "return-todesktop"
17 | ]
18 | },
19 | "enter research and learning": {
20 | "recognition": "OCR",
21 | "expected": [
22 | "博物",
23 | "研学"
24 | ],
25 | "action": "Click",
26 | "post_delay": 2000,
27 | "next": [
28 | "close-Weekly-rewards",
29 | "Theme-selection"
30 | ]
31 | },
32 | "close-Weekly-rewards": {
33 | "recognition": "TemplateMatch",
34 | "template": "research and lenrning gold and silver/points.png",
35 | "action": "Click",
36 | "post_delay": 2000,
37 | "next": [
38 | "Theme-selection"
39 | ]
40 | },
41 | "Theme-selection": {
42 | "next": [
43 | "mountains and rivers Theme selection",
44 | "gold and silver Theme selection"
45 | ]
46 | },
47 | "mountains and rivers Theme selection": {
48 | "recognition": "OCR",
49 | "expected": [
50 | "山水画境"
51 | ],
52 | "action": "Click",
53 | "post_delay": 2000,
54 | "next": [
55 | "enter Theme mountains and rivers"
56 | ]
57 | },
58 | "gold and silver Theme selection": {
59 | "recognition": "OCR",
60 | "expected": [
61 | "金银纪行"
62 | ],
63 | "action": "Click",
64 | "post_delay": 2000,
65 | "next": [
66 | "enter Theme gold and silver"
67 | ]
68 | },
69 | "enter Theme gold and silver": {
70 | "recognition": "OCR",
71 | "expected": [
72 | "进入主题"
73 | ],
74 | "action": "Click",
75 | "post_delay": 2000,
76 | "next": [
77 | "set-out-Theme-select gold and silver"
78 | ]
79 | },
80 | "enter Theme mountains and rivers": {
81 | "recognition": "OCR",
82 | "expected": [
83 | "进入主题"
84 | ],
85 | "action": "Click",
86 | "post_delay": 2000,
87 | "next": [
88 | "set-out-Theme-select mountains and rivers"
89 | ]
90 | }
91 | }
--------------------------------------------------------------------------------
/assets/resource_picli/base/pipeline/11_(03)_landscape.json:
--------------------------------------------------------------------------------
1 | {
2 | "landscape": {
3 | "recognition": "TemplateMatch",
4 | "template": "Research/r1.png",
5 | "roi": [
6 | 494,
7 | 386,
8 | 90,
9 | 84
10 | ],
11 | "action": "Click",
12 | "target_offset": [
13 | 60,
14 | 150,
15 | 0,
16 | 0
17 | ],
18 | "post_wait_freezes": 3000,
19 | "next": [
20 | "Marksmanship",
21 | "Blazing_Knife",
22 | "Spells",
23 | "landscape",
24 | "mountain_Research",
25 | "museum",
26 | "landscape-buff-one"
27 | ]
28 | },
29 | "landscape-buff-one": {
30 | "action": "Click",
31 | "target": [
32 | 360,
33 | 340,
34 | 0,
35 | 0
36 | ],
37 | "post_delay": 3000,
38 | "next": [
39 | "agree",
40 | "Marksmanship",
41 | "Blazing_Knife",
42 | "Spells",
43 | "landscape",
44 | "mountain_Research",
45 | "museum",
46 | "advance_four"
47 | ]
48 | }
49 | }
--------------------------------------------------------------------------------
/assets/resource_picli/base/pipeline/11_(04)_journey.json:
--------------------------------------------------------------------------------
1 | {
2 | "journey": {
3 | "recognition": "TemplateMatch",
4 | "template": "Research/r2.png",
5 | "roi": [
6 | 878,
7 | 385,
8 | 92,
9 | 90
10 | ],
11 | "action": "Click",
12 | "target_offset": [
13 | 60,
14 | 150,
15 | 0,
16 | 0
17 | ],
18 | "post_wait_freezes": 3000,
19 | "next": [
20 | "Marksmanship",
21 | "Blazing_Knife",
22 | "Spells",
23 | "journey",
24 | "mountain_Research",
25 | "museum",
26 | "journey-buff-one"
27 | ]
28 | },
29 | "journey-buff-one": {
30 | "action": "Click",
31 | "target": [
32 | 360,
33 | 340,
34 | 0,
35 | 0
36 | ],
37 | "post_delay": 3000,
38 | "next": [
39 | "agree",
40 | "Marksmanship",
41 | "Blazing_Knife",
42 | "Spells",
43 | "journey",
44 | "mountain_Research",
45 | "museum",
46 | "advance_four"
47 | ]
48 | }
49 | }
--------------------------------------------------------------------------------
/assets/resource_picli/base/pipeline/11_research and lenrning mountains and rivers.json:
--------------------------------------------------------------------------------
1 | {
2 | "set-out-Theme-select mountains and rivers": {
3 | "recognition": "OCR",
4 | "expected": [
5 | "研学启程"
6 | ],
7 | "action": "Click",
8 | "post_delay": 2000,
9 | "next": [
10 | "choose-direction"
11 | ]
12 | },
13 | "choose-direction": {
14 | "next": [
15 | "repeat mountain and river snow-scape first Level",
16 | "snow-scape",
17 | "river-mountain",
18 | "creek-mountain"
19 | ]
20 | },
21 | "snow-scape": {
22 | "recognition": "OCR",
23 | "expected": [
24 | "开始研学"
25 | ],
26 | "roi": [
27 | 104,
28 | 522,
29 | 283,
30 | 55
31 | ],
32 | "action": "Click",
33 | "post_delay": 2000,
34 | "next": "choose-role"
35 | },
36 | "river-mountain": {
37 | "recognition": "OCR",
38 | "expected": [
39 | "开始研学"
40 | ],
41 | "roi": [
42 | 499,
43 | 519,
44 | 285,
45 | 60
46 | ],
47 | "action": "Click",
48 | "post_delay": 2000,
49 | "next": "choose-role"
50 | },
51 | "creek-mountain": {
52 | "recognition": "OCR",
53 | "expected": [
54 | "开始研学"
55 | ],
56 | "roi": [
57 | 882,
58 | 520,
59 | 285,
60 | 60
61 | ],
62 | "action": "Click",
63 | "post_delay": 2000,
64 | "next": "choose-role"
65 | }
66 | }
--------------------------------------------------------------------------------
/assets/resource_picli/base/pipeline/12_dissect_weapon.json:
--------------------------------------------------------------------------------
1 | {
2 | "dissect_weapon": {
3 | "action": "Click",
4 | "post_delay": 2000,
5 | "target": [
6 | 1002,
7 | 647,
8 | 107,
9 | 50
10 | ],
11 | "next": [
12 | "dissect_button"
13 | ],
14 | "interrupt": [
15 | "Exception-handling-remind",
16 | "Exception-handling-nurturance-one"
17 | ]
18 | },
19 | "dissect_button": {
20 | "action": "Click",
21 | "post_delay": 2000,
22 | "target": [
23 | 1139,
24 | 61,
25 | 117,
26 | 42
27 | ],
28 | "next": [
29 | "select_tier"
30 | ]
31 | },
32 | "select_tier": {
33 | "next": [
34 | "blue",
35 | "red",
36 | "yellow"
37 | ]
38 | },
39 | "red": {
40 | "action": "Click",
41 | "post_delay": 2000,
42 | "target": [
43 | 585,
44 | 659,
45 | 128,
46 | 51
47 | ],
48 | "next": [
49 | "yellow"
50 | ]
51 | },
52 | "yellow": {
53 | "action": "Click",
54 | "post_delay": 2000,
55 | "target": [
56 | 464,
57 | 664,
58 | 118,
59 | 39
60 | ],
61 | "next": [
62 | "blue"
63 | ]
64 | },
65 | "blue": {
66 | "action": "Click",
67 | "post_delay": 2000,
68 | "target": [
69 | 339,
70 | 663,
71 | 124,
72 | 41
73 | ],
74 | "next": [
75 | "confirm"
76 | ]
77 | },
78 | "confirm": {
79 | "target": [
80 | 1082,
81 | 654,
82 | 128,
83 | 48
84 | ],
85 | "post_delay": 2000,
86 | "action": "Click",
87 | "next": [
88 | "center_confirm"
89 | ]
90 | },
91 | "center_confirm": {
92 | "target": [
93 | 693,
94 | 440,
95 | 159,
96 | 54
97 | ],
98 | "post_delay": 2000,
99 | "action": "Click",
100 | "next": [
101 | "exit01"
102 | ]
103 | },
104 | "exit01": {
105 | "recognition": "TemplateMatch",
106 | "template": "receive_reward/01.png",
107 | "action": "Click",
108 | "next": [
109 | "exit02"
110 | ]
111 | },
112 | "exit02": {
113 | "recognition": "TemplateMatch",
114 | "template": "receive_reward/02.png",
115 | "action": "Click"
116 | }
117 | }
--------------------------------------------------------------------------------
/assets/resource_picli/base/pipeline/13_activity_attendance.json:
--------------------------------------------------------------------------------
1 | {
2 | "activity_attendance": {
3 | "next": [
4 | "activity",
5 | "attendance"
6 | ],
7 | "interrupt": [
8 | "Exception-handling-remind",
9 | "Exception-handling-nurturance-one"
10 | ]
11 | },
12 | "activity": {
13 | "recognition": "OCR",
14 | "expected": "活动",
15 | "action": "Click",
16 | "post_delay": 2000,
17 | "roi": [
18 | 0,
19 | 327,
20 | 188,
21 | 178
22 | ],
23 | "next": [
24 | "attendance",
25 | "activity",
26 | "activity-swap"
27 | ]
28 | },
29 | "activity-swap": {
30 | "action": "Click",
31 | "begin": [
32 | 130,
33 | 315,
34 | 0,
35 | 0
36 | ],
37 | "end": [
38 | 130,
39 | 140,
40 | 0,
41 | 0
42 | ],
43 | "next": [
44 | "attendance"
45 | ]
46 | },
47 | "attendance": {
48 | "recognition": "OCR",
49 | "expected": "旅程将启",
50 | "action": "Click",
51 | "post_delay": 2000,
52 | "roi": [
53 | 0,
54 | 0,
55 | 255,
56 | 717
57 | ],
58 | "next": [
59 | "attendance_two",
60 | "attendance_three",
61 | "Quit"
62 | ]
63 | },
64 | "attendance_two": {
65 | "recognition": "TemplateMatch",
66 | "template": "activity/01.png",
67 | "green_mask": true,
68 | "index": -1,
69 | "action": "Click",
70 | "post_delay": 3000,
71 | "target_offset": [
72 | 135,
73 | -145,
74 | 0,
75 | 0
76 | ],
77 | "roi": [
78 | 265,
79 | 520,
80 | 1015,
81 | 200
82 | ],
83 | "next": [
84 | "activity_get",
85 | "Quit"
86 | ]
87 | },
88 | "attendance_three": {
89 | "recognition": "OCR",
90 | "expected": "天",
91 | "action": "Click",
92 | "post_delay": 3000,
93 | "next": [
94 | "activity_get",
95 | "activity_attendance_two",
96 | "Quit"
97 | ]
98 | },
99 | "activity_attendance_two": {
100 | "recognition": "OCR",
101 | "expected": "工巧新途",
102 | "action": "Click",
103 | "post_delay": 2000,
104 | "roi": [
105 | 0,
106 | 0,
107 | 255,
108 | 717
109 | ],
110 | "next": [
111 | "attendance_two",
112 | "activity_attendance_two",
113 | "Quit"
114 | ]
115 | },
116 | "activity_get": {
117 | "recognition": "OCR",
118 | "expected": "获得物资",
119 | "action": "Click",
120 | "roi": [
121 | 930,
122 | 70,
123 | 310,
124 | 570
125 | ],
126 | "next": [
127 | "activity_attendance_two",
128 | "Quit"
129 | ]
130 | }
131 | }
--------------------------------------------------------------------------------
/assets/resource_picli/base/pipeline/2048_1.json:
--------------------------------------------------------------------------------
1 | {
2 | "2048_1_2": {
3 | "recognition": "TemplateMatch",
4 | "roi": [347, 100, 588, 579],
5 | "template": "2048/2.png",
6 | "threshold": 0.95
7 | },
8 | "2048_1_4": {
9 | "recognition": "TemplateMatch",
10 | "roi": [347, 100, 588, 579],
11 | "template": "2048/4.png",
12 | "threshold": 0.95
13 | },
14 | "2048_1_8": {
15 | "recognition": "TemplateMatch",
16 | "roi": [347, 100, 588, 579],
17 | "template": "2048/8.png",
18 | "threshold": 0.95
19 | },
20 | "2048_1_16": {
21 | "recognition": "TemplateMatch",
22 | "roi": [347, 100, 588, 579],
23 | "template": "2048/16.png",
24 | "threshold": 0.95
25 | },
26 | "2048_1_32": {
27 | "recognition": "TemplateMatch",
28 | "roi": [347, 100, 588, 579],
29 | "template": "2048/32.png",
30 | "threshold": 0.95
31 | },
32 | "2048_1_64": {
33 | "recognition": "TemplateMatch",
34 | "roi": [347, 100, 588, 579],
35 | "template": "2048/64.png",
36 | "threshold": 0.95
37 | },
38 | "2048_1_128": {
39 | "recognition": "TemplateMatch",
40 | "roi": [347, 100, 588, 579],
41 | "template": "2048/128.png",
42 | "threshold": 0.95
43 | },
44 | "2048_1_256": {
45 | "recognition": "TemplateMatch",
46 | "roi": [347, 100, 588, 579],
47 | "template": "2048/256.png",
48 | "threshold": 0.95
49 | },
50 | "2048_1_512": {
51 | "recognition": "TemplateMatch",
52 | "roi": [347, 100, 588, 579],
53 | "template": "2048/512.png",
54 | "threshold": 0.95
55 | },
56 | "2048_1_1024": {
57 | "recognition": "TemplateMatch",
58 | "roi": [347, 100, 588, 579],
59 | "template": "2048/1024.png",
60 | "threshold": 0.95
61 | },
62 | "2048_1_2048": {
63 | "recognition": "TemplateMatch",
64 | "roi": [347, 100, 588, 579],
65 | "template": "2048/2048.png",
66 | "threshold": 0.95
67 | }
68 | }
69 |
--------------------------------------------------------------------------------
/assets/resource_picli/base/pipeline/2048_cd.json:
--------------------------------------------------------------------------------
1 | {
2 | "2048_cd_1": {
3 | "recognition": "TemplateMatch",
4 | "roi": [347, 100, 588, 579],
5 | "template": "2048_cd/2048_cd_1.png",
6 | "threshold": 0.95
7 | },
8 | "2048_cd_2": {
9 | "recognition": "TemplateMatch",
10 | "roi": [347, 100, 588, 579],
11 | "template": "2048_cd/2048_cd_2.png",
12 | "threshold": 0.95
13 | },
14 | "2048_cd_3": {
15 | "recognition": "TemplateMatch",
16 | "roi": [347, 100, 588, 579],
17 | "template": "2048_cd/2048_cd_3.png",
18 | "threshold": 0.95
19 | },
20 | "2048_cd_4": {
21 | "recognition": "TemplateMatch",
22 | "roi": [347, 100, 588, 579],
23 | "template": "2048_cd/2048_cd_4.png",
24 | "threshold": 0.95
25 | },
26 | "2048_cd_5": {
27 | "recognition": "TemplateMatch",
28 | "roi": [347, 100, 588, 579],
29 | "template": "2048_cd/2048_cd_5.png",
30 | "threshold": 0.95
31 | },
32 | "2048_cd_6": {
33 | "recognition": "TemplateMatch",
34 | "roi": [347, 100, 588, 579],
35 | "template": "2048_cd/2048_cd_6.png",
36 | "threshold": 0.95
37 | },
38 | "2048_cd_7": {
39 | "recognition": "TemplateMatch",
40 | "roi": [347, 100, 588, 579],
41 | "template": "2048_cd/2048_cd_7.png",
42 | "threshold": 0.95
43 | },
44 | "2048_cd_8": {
45 | "recognition": "TemplateMatch",
46 | "roi": [347, 100, 588, 579],
47 | "template": "2048_cd/2048_cd_8.png",
48 | "threshold": 0.95
49 | },
50 | "2048_cd_9": {
51 | "recognition": "TemplateMatch",
52 | "roi": [347, 100, 588, 579],
53 | "template": "2048_cd/2048_cd_9.png",
54 | "threshold": 0.95
55 | },
56 | "2048_cd_10": {
57 | "recognition": "TemplateMatch",
58 | "roi": [347, 100, 588, 579],
59 | "template": "2048_cd/2048_cd_10.png",
60 | "threshold": 0.95
61 | },
62 | "2048_cd_11": {
63 | "recognition": "TemplateMatch",
64 | "roi": [347, 100, 588, 579],
65 | "template": "2048_cd/2048_cd_11.png",
66 | "threshold": 0.95
67 | },
68 | "2048_cd_12": {
69 | "recognition": "TemplateMatch",
70 | "roi": [347, 100, 588, 579],
71 | "template": "2048_cd/2048_cd_12.png",
72 | "threshold": 0.95
73 | },
74 | "2048_cd_13": {
75 | "recognition": "TemplateMatch",
76 | "roi": [347, 100, 588, 579],
77 | "template": "2048_cd/2048_cd_13.png",
78 | "threshold": 0.60
79 | },
80 | "2048_cd_14": {
81 | "recognition": "TemplateMatch",
82 | "roi": [347, 100, 588, 579],
83 | "template": "2048_cd/2048_cd_14.png",
84 | "threshold": 0.60
85 | },
86 | "2048_cd_15": {
87 | "recognition": "TemplateMatch",
88 | "roi": [347, 100, 588, 579],
89 | "template": "2048_cd/2048_cd_15.png",
90 | "threshold": 0.60
91 | },
92 | "2048_cd_16": {
93 | "recognition": "TemplateMatch",
94 | "roi": [347, 100, 588, 579],
95 | "template": "2048_cd/2048_cd_16.png",
96 | "threshold": 0.60
97 | }
98 | }
99 |
--------------------------------------------------------------------------------
/assets/resource_picli/base/pipeline/2048_hh.json:
--------------------------------------------------------------------------------
1 | {
2 | "2048_hh_1": {
3 | "recognition": "TemplateMatch",
4 | "roi": [347, 100, 588, 579],
5 | "template": "2048_hh/2048_hh_1.png",
6 | "threshold": 0.95
7 | },
8 | "2048_hh_2": {
9 | "recognition": "TemplateMatch",
10 | "roi": [347, 100, 588, 579],
11 | "template": "2048_hh/2048_hh_2.png",
12 | "threshold": 0.95
13 | },
14 | "2048_hh_3": {
15 | "recognition": "TemplateMatch",
16 | "roi": [347, 100, 588, 579],
17 | "template": "2048_hh/2048_hh_3.png",
18 | "threshold": 0.95
19 | },
20 | "2048_hh_4": {
21 | "recognition": "TemplateMatch",
22 | "roi": [347, 100, 588, 579],
23 | "template": "2048_hh/2048_hh_4.png",
24 | "threshold": 0.95
25 | },
26 | "2048_hh_5": {
27 | "recognition": "TemplateMatch",
28 | "roi": [347, 100, 588, 579],
29 | "template": "2048_hh/2048_hh_5.png",
30 | "threshold": 0.95
31 | },
32 | "2048_hh_6": {
33 | "recognition": "TemplateMatch",
34 | "roi": [347, 100, 588, 579],
35 | "template": "2048_hh/2048_hh_6.png",
36 | "threshold": 0.95
37 | },
38 | "2048_hh_7": {
39 | "recognition": "TemplateMatch",
40 | "roi": [347, 100, 588, 579],
41 | "template": "2048_hh/2048_hh_7.png",
42 | "threshold": 0.95
43 | },
44 | "2048_hh_8": {
45 | "recognition": "TemplateMatch",
46 | "roi": [347, 100, 588, 579],
47 | "template": "2048_hh/2048_hh_8.png",
48 | "threshold": 0.95
49 | },
50 | "2048_hh_9": {
51 | "recognition": "TemplateMatch",
52 | "roi": [347, 100, 588, 579],
53 | "template": "2048_hh/2048_hh_9.png",
54 | "threshold": 0.95
55 | },
56 | "2048_hh_10": {
57 | "recognition": "TemplateMatch",
58 | "roi": [347, 100, 588, 579],
59 | "template": "2048_hh/2048_hh_10.png",
60 | "threshold": 0.95
61 | },
62 | "2048_hh_11": {
63 | "recognition": "TemplateMatch",
64 | "roi": [347, 100, 588, 579],
65 | "template": "2048_hh/2048_hh_11.png",
66 | "threshold": 0.95
67 | },
68 | "2048_hh_12": {
69 | "recognition": "TemplateMatch",
70 | "roi": [347, 100, 588, 579],
71 | "template": "2048_hh/2048_hh_12.png",
72 | "threshold": 0.60
73 | },
74 | "2048_hh_bs": {
75 | "recognition": "TemplateMatch",
76 | "roi": [347, 100, 588, 579],
77 | "template": "2048_hh/2048_hh_bs.png",
78 | "threshold": 0.60
79 | }
80 | }
81 |
--------------------------------------------------------------------------------
/assets/resource_picli/base/pipeline/3_(8)blueprint.json:
--------------------------------------------------------------------------------
1 | {
2 | "blueprint-all": {
3 | "next": [
4 | "entry_dispath_eight",
5 | "blueprint-tearoom",
6 | "blueprint-one"
7 | ],
8 | "interrupt": [
9 | "Exception-handling-remind",
10 | "Exception-handling-nurturance-one"
11 | ]
12 | },
13 | "entry_dispath_eight": {
14 | "recognition": "TemplateMatch",
15 | "template": "Company/d_company.png",
16 | "action": "Click",
17 | "post_delay": 7000,
18 | "next": [
19 | "blueprint-tearoom",
20 | "blueprint-one"
21 | ],
22 | "interrupt": [
23 | "Exception-handling-remind",
24 | "Exception-handling-nurturance-one"
25 | ]
26 | },
27 | "blueprint-tearoom": {
28 | "recognition": "OCR",
29 | "expected": "茶室",
30 | "action": "Click",
31 | "post_delay": 2000,
32 | "roi": [
33 | 965,
34 | 365,
35 | 155,
36 | 295
37 | ],
38 | "next": [
39 | "blueprint-one"
40 | ]
41 | },
42 | "blueprint-one": {
43 | "recognition": "OCR",
44 | "expected": "蓝图",
45 | "action": "Click",
46 | "post_delay": 2000,
47 | "roi": [
48 | 880,
49 | 10,
50 | 400,
51 | 160
52 | ],
53 | "next": [
54 | "blueprint-Receive",
55 | "combine-home"
56 | ]
57 | },
58 | "blueprint-Receive": {
59 | "recognition": "OCR",
60 | "expected": "取",
61 | "post_delay": 2000,
62 | "action": "Click",
63 | "target": [
64 | 1200,
65 | 185,
66 | 0,
67 | 0
68 | ],
69 | "roi": [
70 | 1160,
71 | 130,
72 | 120,
73 | 275
74 | ],
75 | "next": [
76 | "blueprint-get",
77 | "combine-home"
78 | ]
79 | },
80 | "blueprint-get": {
81 | "recognition": "OCR",
82 | "expected": "得",
83 | "action": "Click",
84 | "post_delay": 2000,
85 | "next": [
86 | "blueprint-Receive",
87 | "combine-home"
88 | ]
89 | }
90 | }
--------------------------------------------------------------------------------
/assets/resource_picli/base/pipeline/3_dispath_company.json:
--------------------------------------------------------------------------------
1 | {
2 | "dispatch_company_all": {
3 | "next": [
4 | "entry_one",
5 | "dispath_company_collect",
6 | "fabricate",
7 | "tea",
8 | "vitality"
9 | ]
10 | },
11 | "dc_back": {
12 | "recognition": "TemplateMatch",
13 | "template": "Collect/06.png",
14 | "action": "Click"
15 | }
16 | }
--------------------------------------------------------------------------------
/assets/resource_picli/base/pipeline/4_dailybonus.json:
--------------------------------------------------------------------------------
1 | {
2 | "business_kiosk": {
3 | "next": [
4 | "shangting",
5 | "libao",
6 | "richang",
7 | "donggu",
8 | "Quit"
9 | ],
10 | "interrupt": [
11 | "Exception-handling-remind",
12 | "Exception-handling-nurturance-one"
13 | ]
14 | },
15 | "shangting": {
16 | "recognition": "OCR",
17 | "expected": "商亭",
18 | "post_delay": 2000,
19 | "action": "Click",
20 | "next": [
21 | "libao",
22 | "shangting"
23 | ]
24 | },
25 | "libao": {
26 | "recognition": "OCR",
27 | "expected": "礼包",
28 | "action": "Click",
29 | "post_delay": 2000,
30 | "next": [
31 | "richang",
32 | "libao"
33 | ]
34 | },
35 | "richang": {
36 | "recognition": "OCR",
37 | "expected": "循时",
38 | "action": "Click",
39 | "post_delay": 2000,
40 | "next": [
41 | "donggu",
42 | "Quit"
43 | ]
44 | },
45 | "donggu": {
46 | "recognition": "OCR",
47 | "expected": "免费",
48 | "action": "Click",
49 | "post_delay": 2000,
50 | "next": [
51 | "goumai",
52 | "donggu",
53 | "Quit"
54 | ]
55 | },
56 | "goumai": {
57 | "recognition": "OCR",
58 | "expected": "购买",
59 | "action": "Click",
60 | "post_delay": 2000,
61 | "next": [
62 | "obtain1",
63 | "donggu"
64 | ]
65 | },
66 | "obtain1": {
67 | "recognition": "OCR",
68 | "expected": "获得物资",
69 | "action": "Click",
70 | "pre_wait_freezes": 1000,
71 | "next": [
72 | "Quit",
73 | "obtain1"
74 | ]
75 | }
76 | }
--------------------------------------------------------------------------------
/assets/resource_picli/base/pipeline/6_(02)water.json:
--------------------------------------------------------------------------------
1 | {
2 | "drink": {
3 | "next": [
4 | "huipo",
5 | "water",
6 | "max_water",
7 | "drink_a_2day_water"
8 | ]
9 | },
10 | "huipo": {
11 | "recognition": "OCR",
12 | "expected": "剩余购买次数",
13 | "roi": [
14 | 280,
15 | 485,
16 | 218,
17 | 52
18 | ],
19 | "action": "Click",
20 | "target": [
21 | 615,
22 | 75,
23 | 0,
24 | 0
25 | ],
26 | "next": "quit_fork"
27 | },
28 | "water": {
29 | "recognition": "OCR",
30 | "expected": "药剂",
31 | "roi": [
32 | 244,
33 | 132,
34 | 130,
35 | 36
36 | ],
37 | "action": "Click",
38 | "next": [
39 | "sub_2daywater",
40 | "quit_fork"
41 | ]
42 | },
43 | "sub_2daywater": {
44 | "recognition": "OCR",
45 | "expected": [
46 | "2天",
47 | "1天",
48 | "时"
49 | ],
50 | "threshold": 0.85,
51 | "roi": [
52 | 390,
53 | 120,
54 | 160,
55 | 140
56 | ],
57 | "action": "Click",
58 | "target_offset": [
59 | -10,
60 | 35,
61 | 0,
62 | 0
63 | ],
64 | "next": [
65 | "max_water",
66 | "sub_drink",
67 | "quit_fork",
68 | "click_water"
69 | ]
70 | },
71 | "sub_drink": {
72 | "recognition": "TemplateMatch",
73 | "template": "Collect/04.png",
74 | "action": "Click",
75 | "post_delay": 3000,
76 | "next": [
77 | "max_water",
78 | "drink_a_2day_water",
79 | "quit_fork"
80 | ]
81 | },
82 | "quit_fork": {
83 | "recognition": "TemplateMatch",
84 | "template": "dst/fork.png",
85 | "action": "Click"
86 | },
87 | "max_water": {
88 | "recognition": "OCR",
89 | "expected": "上限",
90 | "action": "Click",
91 | "target": [
92 | 170,
93 | 400,
94 | 0,
95 | 0
96 | ]
97 | },
98 | "click_water": {
99 | "action": "Click",
100 | "target": [
101 | 170,
102 | 400,
103 | 0,
104 | 0
105 | ]
106 | }
107 | }
--------------------------------------------------------------------------------
/assets/resource_picli/base/pipeline/6_drink_a_2day_water.json:
--------------------------------------------------------------------------------
1 | {
2 | "drink_a_2day_water": {
3 | "recognition": "TemplateMatch",
4 | "template": "Mainpage/stamina.png",
5 | "roi": [
6 | 1188,
7 | 259,
8 | 67,
9 | 66
10 | ],
11 | "action": "Click",
12 | "post_delay": 1000,
13 | "next": [
14 | "max_water",
15 | "Swipe_drink",
16 | "drink"
17 | ],
18 | "interrupt": [
19 | "Exception-handling-remind",
20 | "Exception-handling-nurturance-one"
21 | ]
22 | },
23 | "Swipe_drink": {
24 | "action": "Swipe",
25 | "begin": [
26 | 400,
27 | 245,
28 | 0,
29 | 0
30 | ],
31 | "end": [
32 | 400,
33 | 445,
34 | 0,
35 | 0
36 | ],
37 | "next": [
38 | "drink"
39 | ]
40 | }
41 | }
--------------------------------------------------------------------------------
/assets/resource_picli/base/pipeline/7_(02)level.json:
--------------------------------------------------------------------------------
1 | {
2 | "xuanze": {
3 | "next": [
4 | "SelectStage01",
5 | "SelectStage02",
6 | "SelectStage03",
7 | "SelectStage04",
8 | "SelectStage05",
9 | "fast"
10 | ]
11 | },
12 | "SelectStage01": {
13 | "recognition": "OCR",
14 | "expected": "子",
15 | "action": "Click",
16 | "target_offset": [
17 | 0,
18 | -40,
19 | 0,
20 | 0
21 | ],
22 | "next": [
23 | "fast"
24 | ]
25 | },
26 | "SelectStage02": {
27 | "recognition": "OCR",
28 | "expected": "丑",
29 | "action": "Click",
30 | "target_offset": [
31 | 0,
32 | -50,
33 | 0,
34 | 0
35 | ],
36 | "next": [
37 | "fast"
38 | ]
39 | },
40 | "SelectStage03": {
41 | "recognition": "OCR",
42 | "expected": "寅",
43 | "action": "Click",
44 | "target_offset": [
45 | 0,
46 | -50,
47 | 0,
48 | 0
49 | ],
50 | "next": [
51 | "fast"
52 | ]
53 | },
54 | "SelectStage04": {
55 | "recognition": "OCR",
56 | "expected": "卯",
57 | "action": "Click",
58 | "target_offset": [
59 | 0,
60 | -50,
61 | 0,
62 | 0
63 | ],
64 | "next": [
65 | "fast"
66 | ]
67 | },
68 | "SelectStage05": {
69 | "recognition": "OCR",
70 | "expected": "辰",
71 | "action": "Click",
72 | "target_offset": [
73 | 0,
74 | -50,
75 | 0,
76 | 0
77 | ],
78 | "next": [
79 | "fast"
80 | ]
81 | }
82 | }
--------------------------------------------------------------------------------
/assets/resource_picli/base/pipeline/Exception-handling.json:
--------------------------------------------------------------------------------
1 | {
2 | "Exception-handling-convened": {
3 | "recognition": "TemplateMatch",
4 | "template": "Startup/11.png",
5 | "action": "DoNothing",
6 | "post_delay": 2000,
7 | "roi": [
8 | 906,
9 | 340,
10 | 170,
11 | 205
12 | ]
13 | },
14 | "Exception-handling-Network reconnection": {
15 | "recognition": "OCR",
16 | "expected": "正在重新载入",
17 | "post_delay": 5000,
18 | "roi": [
19 | 100,
20 | 629,
21 | 1081,
22 | 91
23 | ]
24 | },
25 | "Exception-handling-quit": {
26 | "recognition": "TemplateMatch",
27 | "template": "Collect\\06.png",
28 | "action": "Click",
29 | "post_delay": 2000,
30 | "roi": [
31 | 0,
32 | 0,
33 | 500,
34 | 300
35 | ]
36 | },
37 | "Exception-handling-home": {
38 | "recognition": "TemplateMatch",
39 | "template": "Startup\\10.png",
40 | "action": "Click",
41 | "post_delay": 2000,
42 | "roi": [
43 | 0,
44 | 0,
45 | 500,
46 | 300
47 | ]
48 | },
49 | "Exception-handling-remind": {
50 | "recognition": "OCR",
51 | "expected": "今日登录不再提示",
52 | "action": "Click",
53 | "post_delay": 2000,
54 | "target": [
55 | 1160,
56 | 130,
57 | 0,
58 | 0
59 | ],
60 | "roi": [
61 | 115,
62 | 590,
63 | 277,
64 | 100
65 | ]
66 | },
67 | "Exception-handling-nurturance-one": {
68 | "recognition": "OCR",
69 | "expected": "养成特惠",
70 | "action": "Click",
71 | "post_delay": 2000,
72 | "target": [
73 | 1160,
74 | 130,
75 | 0,
76 | 0
77 | ],
78 | "next": [
79 | "Exception-handling-nurturance-two"
80 | ]
81 | },
82 | "Exception-handling-nurturance-two": {
83 | "recognition": "OCR",
84 | "expected": "养成特惠",
85 | "action": "Click",
86 | "post_delay": 2000,
87 | "target": [
88 | 1190,
89 | 120,
90 | 0,
91 | 0
92 | ]
93 | }
94 | }
--------------------------------------------------------------------------------
/assets/resource_picli/base/pipeline/custom_demo.json:
--------------------------------------------------------------------------------
1 | {
2 | "MyTask": {
3 | "next": [
4 | "MyCustomRecTask"
5 | ]
6 | },
7 | "MyCustomRecTask": {
8 | "recognition": "Custom",
9 | "custom_recognition": "event_select",
10 | "custom_recognition_param": {
11 | "my_rec_key": "my_rec_value"
12 | },
13 | "action": "Custom",
14 | "custom_action": "MyAct",
15 | "custom_action_param": {
16 | "my_act_key": "my_act_value"
17 | }
18 | }
19 | }
--------------------------------------------------------------------------------
/assets/resource_picli/base/pipeline/custom_task.json:
--------------------------------------------------------------------------------
1 | {
2 | "testtask": {
3 | "recognition": "OCR",
4 | "expected": ".*",
5 | "roi": [
6 | 376,
7 | 494,
8 | 81,
9 | 112
10 | ],
11 | "action": "Click"
12 | }
13 | }
--------------------------------------------------------------------------------
/assets/resource_picli/data/event.json:
--------------------------------------------------------------------------------
1 | {
2 | "神秘快递": "当场打开",
3 | "科研助力": "联系最近的基金会驻点询问相关事宜",
4 | "氧气瓶": "抽!",
5 | "画性大发": "“正好,我带了画箱!”",
6 | "样本搜集": "拿出采样工具进行采集",
7 | "群山之巅": "拿出氧气瓶,继续前进",
8 | "手杖妙用": "放下船桨,抓起背包侧面的登山杖去够衣物包",
9 | "珍贵笔记": "还好有研学笔记本",
10 | "寒雾": "主动跟上那位器者。",
11 | "风雪之途": "与雪景寒林图喝茶。",
12 | "山雪之约": "前往常去的茶馆。",
13 | "巡山雪": "到路途中去。",
14 | "再遇寒雪": "顺势聊起山水画的事情。",
15 | "山之形": "潮流文化集市和商场。",
16 | "青绿争端": "安静地等待他。",
17 | "小小风波": "去符合心境的地方",
18 | "幻梦成景": "“非常有趣”的兴奋之情。",
19 | "传达之声": "尽自己所能推荐。",
20 | "神秘传闻": "寻找有人的落脚处。",
21 | "山中之兽": "由你调查消息来源。",
22 | "出行必备": "询问溪山行旅图的意见。",
23 | "探索之夜": "在野外扎营。",
24 | "山间来信": "你找错了地方?",
25 | "浪漫收集": "有人的地方就有故事",
26 | "奇怪的画作": "试着寻找草稿的主人吧",
27 | "线路规划": "请她帮忙指一个方向",
28 | "奇诡志异": "和他们一起聊故事",
29 | "游客照": "向茶叶生产画请教技巧",
30 | "时间与画": "关于一日山景",
31 | "小心脚下": "拿起来仔细观察",
32 | "护林小屋": "询问护林员",
33 | "杂学之用": "询问千里江山图",
34 | "日出东山": "来到民宿的屋顶",
35 | "解惑": "帮助回答",
36 | "润水": "上前询问",
37 | "游学所得": "讲旅行趣事",
38 | "建议": "提出你的想法"
39 | }
--------------------------------------------------------------------------------
/config/maa_option.json:
--------------------------------------------------------------------------------
1 | {
2 | "logging": true,
3 | "recording": false,
4 | "save_draw": false,
5 | "show_hit_draw": false,
6 | "stdout_level": 2
7 | }
--------------------------------------------------------------------------------
/configure.py:
--------------------------------------------------------------------------------
1 | from pathlib import Path
2 |
3 | import shutil
4 |
5 | assets_dir = Path(__file__).parent / "assets"
6 |
7 |
8 | def configure_ocr_model():
9 | if not (assets_dir / "MaaCommonAssets" / "OCR").exists():
10 | print("Please clone this repository completely, don’t miss \"--recursive\", and don’t download the zip package!")
11 | print("请完整克隆本仓库,不要漏掉 \"--recursive\",也不要下载 zip 包!")
12 | exit(1)
13 |
14 | ocr_dir = assets_dir / "resource_picli" / "base" / "model" / "ocr"
15 | if not ocr_dir.exists(): # copy default OCR model only if dir does not exist
16 | shutil.copytree(
17 | assets_dir / "MaaCommonAssets" / "OCR" / "ppocr_v4" / "zh_cn",
18 | ocr_dir,
19 | dirs_exist_ok=True,
20 | )
21 | else:
22 | print("Found existing OCR directory, skipping default OCR model import.")
23 |
24 |
25 | if __name__ == "__main__":
26 | configure_ocr_model()
27 |
28 | print("OCR model configured.")
--------------------------------------------------------------------------------
/deps/.gitkeep:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/install.py:
--------------------------------------------------------------------------------
1 | from pathlib import Path
2 |
3 | import shutil
4 | import sys
5 | import json
6 |
7 | from configure import configure_ocr_model
8 |
9 |
10 | working_dir = Path(__file__).parent
11 | install_path = working_dir / Path("install")
12 | version = len(sys.argv) > 1 and sys.argv[1] or "v0.0.1"
13 |
14 |
15 | def install_deps():
16 | if not (working_dir / "deps" / "bin").exists():
17 | print("Please download the MaaFramework to \"deps\" first.")
18 | print("请先下载 MaaFramework 到 \"deps\"。")
19 | sys.exit(1)
20 |
21 | shutil.copytree(
22 | working_dir / "deps" / "bin",
23 | install_path,
24 | ignore=shutil.ignore_patterns(
25 | "*MaaDbgControlUnit*",
26 | "*MaaThriftControlUnit*",
27 | "*MaaRpc*",
28 | "*MaaHttp*",
29 | ),
30 | dirs_exist_ok=True,
31 | )
32 | shutil.copytree(
33 | working_dir / "deps" / "share" / "MaaAgentBinary",
34 | install_path / "MaaAgentBinary",
35 | dirs_exist_ok=True,
36 | )
37 |
38 |
39 | def install_resource_picli():
40 |
41 | configure_ocr_model()
42 |
43 | shutil.copytree(
44 | working_dir / "assets" / "resource_picli",
45 | install_path / "resource_picli",
46 | dirs_exist_ok=True,
47 | )
48 | shutil.copy2(
49 | working_dir / "assets" / "interface.json",
50 | install_path,
51 | )
52 |
53 | with open(install_path / "interface.json", "r", encoding="utf-8") as f:
54 | interface = json.load(f)
55 |
56 | interface["version"] = version
57 |
58 | with open(install_path / "interface.json", "w", encoding="utf-8") as f:
59 | json.dump(interface, f, ensure_ascii=False, indent=4)
60 |
61 |
62 | def install_chores():
63 | shutil.copy2(
64 | working_dir / "README.md",
65 | install_path,
66 | )
67 | shutil.copy2(
68 | working_dir / "LICENSE",
69 | install_path,
70 | )
71 | shutil.copy2(
72 | working_dir / "startmumu.exe",
73 | install_path,
74 | )
75 | shutil.copy2(
76 | working_dir / "启动!!.bat",
77 | install_path,
78 | )
79 | shutil.copy2(
80 | working_dir / "使用教程.md",
81 | install_path,
82 | )
83 |
84 |
85 | if __name__ == "__main__":
86 | install_deps()
87 | install_resource_picli()
88 | install_chores()
89 |
90 | print(f"Install to {install_path} successfully.")
--------------------------------------------------------------------------------
/install.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/install.zip
--------------------------------------------------------------------------------
/py/__main__.py:
--------------------------------------------------------------------------------
1 | """
2 | Author: Night-stars-1 nujj1042633805@gmail.com
3 | Date: 2024-07-18 23:52:39
4 | LastEditors: Night-stars-1 nujj1042633805@gmail.com
5 | LastEditTime: 2024-09-11 13:04:56
6 | """
7 | import asyncio
8 | import json
9 | import time
10 | from typing import Tuple
11 |
12 | from maa.controller import AdbController
13 | from maa.custom_recognizer import CustomRecognizer
14 |
15 | # python -m pip install maafw
16 | from maa.define import RectType
17 | from maa.instance import Instance
18 | from maa.resource import Resource
19 | from maa.toolkit import Toolkit
20 |
21 |
22 | def read_json() -> dict:
23 | with open("./assets/resource/data/event.json", "r", encoding="utf-8") as f:
24 | return json.load(f)
25 |
26 | DATA = read_json()
27 |
28 | async def main():
29 | user_path = "./"
30 | Toolkit.init_option(user_path)
31 |
32 | resource = Resource()
33 | await resource.load("assets/resource/base")
34 |
35 | device_list = await Toolkit.adb_devices()
36 | if not device_list:
37 | print("No ADB device found.")
38 | exit()
39 |
40 | # for demo, we just use the first device
41 | device = device_list[0]
42 | controller = AdbController(
43 | adb_path=device.adb_path,
44 | address=device.address,
45 | )
46 | await controller.connect()
47 |
48 | maa_inst = Instance()
49 | maa_inst.bind(resource, controller)
50 |
51 | if not maa_inst.inited:
52 | print("Failed to init MAA.")
53 | exit()
54 |
55 | maa_inst.register_recognizer("event_select", event_select)
56 |
57 | await maa_inst.run_task("MyCustomRecTask")
58 |
59 |
60 | class EventSelect(CustomRecognizer):
61 | def analyze(
62 | self, context, image, task_name, custom_param
63 | ) -> Tuple[bool, RectType, str]:
64 | _, _, pos_data = context.run_recognition(
65 | image,
66 | "OCR",
67 | {"OCR": {"recognition": "OCR", "expected": "识别事件名称", "roi": [593, 113, 516, 46]}},
68 | )
69 | pos_data = json.loads(pos_data)
70 | print(pos_data)
71 | if len(pos_data["all"]) < 1:
72 | print("事件标题获取失败")
73 | return False, (0, 0, 100, 100), "事件标题获取失败"
74 | text_data = pos_data["all"][0]
75 | title = text_data["text"]
76 | score = text_data["score"]
77 | if (option := DATA[title]):
78 | print(f"识别到{title}, 相似度: {int(score * 100)}%, 选择: {option}")
79 | status, option_rect, _ = context.run_recognition(
80 | image,
81 | "OCR",
82 | {"OCR": {"recognition": "OCR", "expected": option, "roi": [598, 383, 478, 217]}},
83 | )
84 | print(f"识别结果: {status}, 坐标: {option_rect}")
85 | # context.click(int(option_rect[0] + option_rect[2] / 2), int(option_rect[1] + option_rect[3] / 2))
86 | return False, (0, 0, 100, 100), "事件选择"
87 | else:
88 | print("事件标题获取失败")
89 | return False, (0, 0, 100, 100), "事件标题获取失败"
90 |
91 | event_select = EventSelect()
92 |
93 |
94 | if __name__ == "__main__":
95 | asyncio.run(main())
96 |
--------------------------------------------------------------------------------
/py/app.py:
--------------------------------------------------------------------------------
1 | from maa.toolkit import Toolkit
2 | from maa.resource import Resource
3 | from maa.controller import AdbController
4 | from maa.tasker import Tasker
5 |
6 | from maa.notification_handler import NotificationHandler, NotificationType
7 |
8 |
9 |
10 | def main():
11 | user_path = "./"
12 | Toolkit.init_option(user_path)
13 |
14 | resource = Resource()
15 | res_job = resource.post_path("./resource_picli/base")
16 | res_job.wait()
17 |
18 | adb_devices = Toolkit.find_adb_devices()
19 | if not adb_devices:
20 | print("No ADB device found.")
21 | exit()
22 |
23 | # for demo, we just use the first device
24 | device = adb_devices[0]
25 | print(device)
26 | controller = AdbController(
27 | adb_path=device.adb_path,
28 | address=device.address,
29 | screencap_methods=device.screencap_methods,
30 | input_methods=device.input_methods,
31 | config=device.config
32 | )
33 | controller.post_connection().wait()
34 |
35 | tasker = Tasker()
36 | # tasker = Tasker(notification_handler=MyNotificationHandler())
37 | tasker.bind(resource, controller)
38 |
39 | if not tasker.inited:
40 | print("Failed to init MAA.")
41 | exit()
42 | tasker.post_pipeline("weapons-fabricate").wait().get()
43 |
44 | class MyNotificationHandler(NotificationHandler):
45 | def on_resource_loading(
46 | self,
47 | noti_type: NotificationType,
48 | detail: NotificationHandler.ResourceLoadingDetail,
49 | ):
50 | print(f"on_resource_loading: {noti_type}, {detail}")
51 |
52 | def on_controller_action(
53 | self,
54 | noti_type: NotificationType,
55 | detail: NotificationHandler.ControllerActionDetail,
56 | ):
57 | print(f"on_controller_action: {noti_type}, {detail}")
58 |
59 | def on_tasker_task(
60 | self, noti_type: NotificationType, detail: NotificationHandler.TaskerTaskDetail
61 | ):
62 | print(f"on_tasker_task: {noti_type}, {detail}")
63 |
64 | def on_task_next_list(
65 | self,
66 | noti_type: NotificationType,
67 | detail: NotificationHandler.TaskNextListDetail,
68 | ):
69 | print(f"on_task_next_list: {noti_type}, {detail}")
70 |
71 | def on_task_recognition(
72 | self,
73 | noti_type: NotificationType,
74 | detail: NotificationHandler.TaskRecognitionDetail,
75 | ):
76 | print(f"on_task_recognition: {noti_type}, {detail}")
77 |
78 | def on_task_action(
79 | self, noti_type: NotificationType, detail: NotificationHandler.TaskActionDetail
80 | ):
81 | print(f"on_task_action: {noti_type}, {detail}")
82 |
83 |
84 | if __name__ == "__main__":
85 | main()
--------------------------------------------------------------------------------
/pypicli/NotificationHandler/MwaNotificationHandler.py:
--------------------------------------------------------------------------------
1 | from maa.notification_handler import NotificationHandler, NotificationType
2 |
3 |
4 | #自定义通知处理器类
5 | class MwaNotificationHandler(NotificationHandler):
6 | # 处理资源加载的通知
7 | def on_resource_loading(
8 | self,
9 | noti_type: NotificationType,
10 | detail: NotificationHandler.ResourceLoadingDetail,
11 | ):
12 | print(f"资源加载中: {noti_type}, {detail}")
13 |
14 | # 处理控制器动作的通知
15 | def on_controller_action(
16 | self,
17 | noti_type: NotificationType,
18 | detail: NotificationHandler.ControllerActionDetail,
19 | ):
20 | print(f"控制器动作: {noti_type}, {detail}")
21 |
22 | # 处理任务器任务的通知
23 | def on_tasker_task(
24 | self, noti_type: NotificationType, detail: NotificationHandler.TaskerTaskDetail
25 | ):
26 | print(f"任务器任务: {noti_type}, {detail}")
27 |
28 | # 处理任务的下一个列表的通知
29 | def on_task_next_list(
30 | self,
31 | noti_type: NotificationType,
32 | detail: NotificationHandler.TaskNextListDetail,
33 | ):
34 | print(f"下一个任务: {noti_type}, {detail}")
35 |
36 | # 处理任务识别的通知
37 | def on_task_recognition(
38 | self,
39 | noti_type: NotificationType,
40 | detail: NotificationHandler.TaskRecognitionDetail,
41 | ):
42 | print(f"任务识别: {noti_type}, {detail}")
43 |
44 | # 处理任务动作的通知
45 | def on_task_action(
46 | self, noti_type: NotificationType, detail: NotificationHandler.TaskActionDetail
47 | ):
48 | print(f"任务动作: {noti_type}, {detail}")
--------------------------------------------------------------------------------
/pypicli/NotificationHandler/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/pypicli/NotificationHandler/__init__.py
--------------------------------------------------------------------------------
/pypicli/app.py:
--------------------------------------------------------------------------------
1 | import json
2 | from maa.toolkit import Toolkit
3 | from maa.resource import Resource
4 | from maa.controller import AdbController
5 | from maa.tasker import Tasker
6 |
7 | from NotificationHandler.MwaNotificationHandler import MwaNotificationHandler
8 |
9 |
10 | def tasker_init():
11 | user_path = "./"
12 | Toolkit.init_option(user_path)
13 |
14 | resource = Resource()
15 | resource.set_cpu()
16 |
17 | res_job = resource.post_path("./resource_picli/base")
18 | res_job.wait()
19 |
20 | adb_devices = Toolkit.find_adb_devices()
21 | if not adb_devices:
22 | print("No ADB device found.")
23 | exit()
24 |
25 | # for demo, we just use the first device
26 | device = adb_devices[0]
27 | controller = AdbController(
28 | adb_path=device.adb_path,
29 | address=device.address,
30 | screencap_methods=device.screencap_methods,
31 | input_methods=device.input_methods,
32 | config=device.config
33 | )
34 | controller.post_connection().wait()
35 |
36 | # tasker = Tasker()
37 | tasker = Tasker(notification_handler=MwaNotificationHandler())
38 | tasker.bind(resource, controller)
39 |
40 | if not tasker.inited:
41 | print("Failed to init MAA.")
42 | exit()
43 | return tasker
44 |
45 |
46 | if __name__ == "__main__":
47 | # main()
48 | pass
--------------------------------------------------------------------------------
/pypicli/config/maa_option.json:
--------------------------------------------------------------------------------
1 | {
2 | "logging": true,
3 | "recording": false,
4 | "save_draw": false,
5 | "show_hit_draw": false,
6 | "stdout_level": 2
7 | }
--------------------------------------------------------------------------------
/pypicli/deal_tasks/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/pypicli/deal_tasks/__init__.py
--------------------------------------------------------------------------------
/pypicli/deal_tasks/get_all_tasks.py:
--------------------------------------------------------------------------------
1 | import os
2 | import json
3 | from deal_tasks.get_task_entry import get_all_entry
4 |
5 | def get_all_tasks()->list:
6 | """
7 | Get all single tasks of a project.
8 | :param project_name: The name of the project.
9 | :return: A list of single tasks.
10 | """
11 |
12 | with open("interface.json", 'r', encoding='utf-8') as f:
13 | interface = json.load(f)
14 |
15 | tasks,task_names,task_options = [],[],[]
16 | for task in interface.get("task"):
17 | tasks.append(task.get("name"))
18 | task_names.append(task.get("entry"))
19 | if task.get("option"):
20 | task_options.append(task.get("option"))
21 | else:
22 | task_options.append(" ")
23 |
24 | return tasks, task_names, task_options
25 |
26 |
27 |
28 | if __name__ == '__main__':
29 | tasks, task_names, task_options = get_all_tasks()
30 | print(task_options)
31 | for i in task_options:
32 | if i == " ":
33 | continue
34 | for j in i:
35 | print(get_all_entry(j))
36 | # print(get_all_option_entry(""))
37 |
--------------------------------------------------------------------------------
/pypicli/deal_tasks/get_task_entry.py:
--------------------------------------------------------------------------------
1 | import json
2 |
3 |
4 | def get_all_entry(option_name:str):
5 | with open("interface.json", 'r', encoding='utf-8') as f:
6 | interface = json.load(f)
7 | all_cases, all_cases_names, all_cases_pipelines,all_tasks_options,pipeline_override = {},[],[],[],[]
8 | try:
9 | for _allcases in interface.get("option").get(option_name).get("cases"):
10 | all_cases[_allcases.get("name")] = _allcases.get("pipeline_override")
11 | # pipeline_override.append(list(_allcases.get("pipeline_override").keys())[0])
12 | for _cases_name in all_cases.keys():
13 | all_cases_names.append(_cases_name)
14 | for _case in all_cases.values():
15 | for _case_key in _case.keys():
16 | for _case_value in _case.get(_case_key).values():
17 | all_cases_pipelines.append(_case_value)
18 | return pipeline_override,all_cases_names,all_cases_pipelines,all_tasks_options
19 | except:
20 | for _entry in interface.get("task"):
21 | if _entry.get("name") == option_name:
22 | all_cases_names.append(_entry.get("name"))
23 | all_cases_pipelines.append(_entry.get("entry"))
24 | for _option in _entry.get("option"):
25 | pipeline_override,all_cases_names,all_cases_pipelines,all_tasks_options = get_all_entry(_option)
26 | return pipeline_override,all_cases_names,all_cases_pipelines,all_tasks_options
27 |
28 | """
29 | {'冬谷币': {'StartTraining': {'next': 'Cash '}},
30 | '教材': {'StartTraining': {'next': 'Experience'}},
31 | '装备': {'StartTraining': {'next': 'Weapon'}},
32 | '宿卫': {'StartTraining': {'next': 'Defender'}},
33 | '构术': {'StartTraining': {'next': 'Caster'}},
34 | '远击': {'StartTraining': {'next': 'Ranger'}},
35 | '轻锐': {'StartTraining': {'next': 'LightMelee'}},
36 | '战略': {'StartTraining': {'next': 'Tactical'}}}
37 | """
38 |
39 |
40 | if __name__ == '__main__':
41 | print(get_all_entry("器者征集"))
42 |
43 | # print(get_all_entry("选择关卡-演训"))
44 |
--------------------------------------------------------------------------------
/pypicli/ready.py:
--------------------------------------------------------------------------------
1 | # from runtasks.run_tasks import run_task
2 | from deal_tasks.deal_task_list import add_task_list
3 | from deal_tasks.get_task_entry import get_all_entry
4 | from deal_tasks.get_all_tasks import get_all_tasks
5 |
6 | def run_task():
7 | # 任务task运行
8 | tasks_names, tasks_entry, task_option = get_all_tasks() # add_task_list(tasks_name,task_option)
9 | task_list = add_task_list(tasks_names,task_option)
10 | print(f"任务列表:{task_list}")
11 | entry_list = []
12 | for _entry_type in task_list:
13 | if type(_entry_type) == str:
14 | task_name, task_entry, task_option = get_all_entry(_entry_type)
15 | entry_list.append(task_entry[0])
16 | elif type(_entry_type) == dict:
17 | for _entry, _entry_option in _entry_type.items():
18 | print(f"case: {get_all_entry(_entry)}")
19 | for i in _entry_type.keys():
20 | print(i)
21 | all_cases_names,all_cases_pipelines,all_tasks_options = get_all_entry(i)
22 | print("entry_names:",all_cases_pipelines,"\n",
23 | "options:",all_tasks_options)
24 | # for
25 | print("entry_list:",entry_list)
26 | # print(task_list)
27 |
28 | if __name__ == '__main__':
29 | run_task()
--------------------------------------------------------------------------------
/pypicli/run.py:
--------------------------------------------------------------------------------
1 | # from runtasks.run_tasks import run_task
2 | from deal_tasks.deal_task_list import add_task_list
3 | from deal_tasks.get_task_entry import get_all_entry
4 | # from deal_tasks.deal_task_list import add_task_list
5 | from deal_tasks.get_all_tasks import get_all_tasks
6 |
7 | if __name__ == '__main__':
8 | # 任务task运行
9 | tasks_names, tasks_entry, task_option = get_all_tasks() # add_task_list(tasks_name,task_option)
10 | task_list = add_task_list(tasks_names,task_option)
11 | print(task_list)
--------------------------------------------------------------------------------
/pypicli/runtasks/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/pypicli/runtasks/__init__.py
--------------------------------------------------------------------------------
/pypicli/runtasks/run_tasks.py:
--------------------------------------------------------------------------------
1 | from app import tasker_init
2 |
3 | tasker = tasker_init()
4 |
5 | def run_task(task_name):
6 | tasker.post_pipeline(task_name).wait()
--------------------------------------------------------------------------------
/res.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/res.zip
--------------------------------------------------------------------------------
/res_zip.py:
--------------------------------------------------------------------------------
1 | """
2 | Author: Night-stars-1 nujj1042633805@gmail.com
3 | Date: 2024-09-07 22:31:32
4 | LastEditors: Night-stars-1 nujj1042633805@gmail.com
5 | LastEditTime: 2024-09-08 16:16:33
6 | """
7 | import os
8 | import subprocess
9 | import zipfile
10 |
11 | # 压缩包名称
12 | zip_filename = 'res.zip'
13 |
14 | def add_folder_to_zip(zipf: zipfile.ZipFile, folder_path: str):
15 | """
16 | 将指定文件夹添加到 ZIP 文件中,同时保持目录结构
17 | :param zipf: zipfile.ZipFile 对象
18 | :param folder_path: 要添加到 ZIP 文件中的文件夹路径
19 | """
20 | for foldername, subfolders, filenames in os.walk(folder_path):
21 | for filename in filenames:
22 | file_path = os.path.join(foldername, filename)
23 | # 在 ZIP 文件中创建相对路径
24 | relative_path = file_path.replace(r"/assets/resource_picli/base", "").replace(r"/assets/resource_picli/data", "")
25 | zipf.write(file_path, relative_path)
26 |
27 | def get_git_commit_count():
28 | """
29 | 获取仓库的提交总数
30 | :param repo_path: 仓库路径,默认为当前路径
31 | :return: 提交总数,如果获取失败则返回空字符串
32 | """
33 | try:
34 | # 执行 Git 命令获取提交总数
35 | result = subprocess.run(
36 | ['git', 'rev-list', '--count', 'HEAD'],
37 | text=True,
38 | capture_output=True,
39 | check=True
40 | )
41 | # 返回提交总数
42 | return result.stdout.strip()
43 | except subprocess.CalledProcessError as e:
44 | print(f"获取提交数失败: {e}")
45 | return ''
46 |
47 | # 创建压缩包并添加文件
48 | with zipfile.ZipFile(zip_filename, 'w', zipfile.ZIP_DEFLATED) as zipf:
49 | add_folder_to_zip(zipf, './assets/resource_picli/base/pipeline')
50 | add_folder_to_zip(zipf, './assets/resource_picli/base/image')
51 | add_folder_to_zip(zipf, './assets/resource_picli/data')
52 | zipf.write('./assets/interface.json', 'interface.json')
53 |
54 | with open('version.txt', 'w', encoding='utf-8') as f:
55 | f.write(get_git_commit_count())
56 |
--------------------------------------------------------------------------------
/startmumu.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MAWHA/MWA/87b028a7e41e3c5accfd1ae1e2109cb9fe766574/startmumu.exe
--------------------------------------------------------------------------------
/version.txt:
--------------------------------------------------------------------------------
1 | 298
--------------------------------------------------------------------------------
/使用教程.md:
--------------------------------------------------------------------------------
1 | # MWA(MAAPiCli)使用教程
2 | ## 项目配置
3 |
4 | ### 1.直接下载release包到本地解压
5 | 选择版本,如果电脑cpu是64或者32位就选择 MWA-win-x86_64-version.zip
6 | 如果是其他的试试 MWA-win-aarch64-version.zip
7 | 解压到任意命名文件夹,
8 | ### 2.v1.1.2新增启动!!.bat,运行即可自动寻找并启动mumu模拟器和MaaPiCli
9 | 在目录下找到启动!!.bat双击运行
10 | ### 2.1运行文件夹内MAAPiCli.exe(具体操作如下)
11 | 右键MAAPiCli.exe,以管理员身份运行
12 | ### 3.选择adb路径
13 | 1.自动选择(auto detect)
14 | 需要用户开启模拟器且模拟器支持adb连接
15 | 2.手动输入(manual input)
16 | 手动输入adb_path和adb_address
17 | mumu12模拟器在模拟器安装目录/shell文件夹内有adb.exe,adb.exe的文件地址就是adb_path
18 | mumu12模拟器adb_address默认为127.0.0.1:16384
19 | ### 4.如何检测adb连接
20 |
21 | [win模拟器支持](https://maa.plus/docs/zh-cn/manual/device/windows.html)
22 |
23 | [mac模拟器支持](https://maa.plus/docs/zh-cn/manual/device/macos.html)
24 |
25 | [linux模拟器支持](https://maa.plus/docs/zh-cn/manual/device/linux.html)
26 |
27 | [mumu12模拟器如何连接adb](http://mumu.163.com/help/20230214/35047_1073151.html)
28 |
29 | 雷电模拟器端口:
30 | > emulator-5554
31 |
32 | > 127.0.0.1:5555
33 |
34 | 推荐使用雷电、mumu模拟器
35 |
36 | ### 5.命令行窗口页面介绍
37 | controller:模拟器,如若不显示请连接adb
38 | resource:资源文件
39 | tasks:任务列表
40 | 连接完adb之后,MAAPiCli窗口会出现六个选项,简单来说就是:
41 | 1.切换模拟器adb(默认连接完以后就不用管了)
42 | 2.切换资源路径(默认,正常情况不允许切换)
43 | 3.添加任务
44 | 4.移动任务
45 | 5.删除任务
46 | 6.运行任务
47 | 7.退出MAAPiCli
48 | 操作流程
49 | 添加任务(会在tasks里面显示)
50 | 删除不需要的任务
51 | 移动任务的先后顺序
52 | 运行任务
53 | **MAAPiCli拥有保存记录,下次使用可以直接重复上一次的运行任务以达到解放双手的目的。**
54 | ## 视频教程
55 | [MWA视频教程](https://www.bilibili.com/video/BV1vQbWe4EsK/?spm_id_from=333.337.search-card.all.click)
56 |
--------------------------------------------------------------------------------
/启动!!.bat:
--------------------------------------------------------------------------------
1 | @echo off
2 | chcp 65001
3 | start "请等待mumu模拟器加载完毕再进行PiCli的操作" .\startmumu.exe
4 | start "MaaPiCli" .\MaaPiCli.exe
--------------------------------------------------------------------------------