Initial commit
229
.gitignore
vendored
Normal file
@ -0,0 +1,229 @@
|
||||
### AzurLaneAutoScript
|
||||
log/*.txt
|
||||
log/error/*.png
|
||||
config/*.ini
|
||||
dev_tools/debug_tools/*.py
|
||||
.idea
|
||||
|
||||
# Created by .ignore support plugin (hsz.mobi)
|
||||
|
||||
### JetBrains template
|
||||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
|
||||
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
||||
|
||||
# User-specific stuff
|
||||
.idea/**/workspace.xml
|
||||
.idea/**/tasks.xml
|
||||
.idea/**/usage.statistics.xml
|
||||
.idea/**/dictionaries
|
||||
.idea/**/shelf
|
||||
|
||||
# Generated files
|
||||
.idea/**/contentModel.xml
|
||||
|
||||
# Sensitive or high-churn files
|
||||
.idea/**/dataSources/
|
||||
.idea/**/dataSources.ids
|
||||
.idea/**/dataSources.local.xml
|
||||
.idea/**/sqlDataSources.xml
|
||||
.idea/**/dynamic.xml
|
||||
.idea/**/uiDesigner.xml
|
||||
.idea/**/dbnavigator.xml
|
||||
|
||||
# Gradle
|
||||
.idea/**/gradle.xml
|
||||
.idea/**/libraries
|
||||
|
||||
# Gradle and Maven with auto-import
|
||||
# When using Gradle or Maven with auto-import, you should exclude module files,
|
||||
# since they will be recreated, and may cause churn. Uncomment if using
|
||||
# auto-import.
|
||||
# .idea/modules.xml
|
||||
# .idea/*.iml
|
||||
# .idea/modules
|
||||
# *.iml
|
||||
# *.ipr
|
||||
|
||||
# CMake
|
||||
cmake-build-*/
|
||||
|
||||
# Mongo Explorer plugin
|
||||
.idea/**/mongoSettings.xml
|
||||
|
||||
# File-based project format
|
||||
*.iws
|
||||
|
||||
# IntelliJ
|
||||
out/
|
||||
|
||||
# mpeltonen/sbt-idea plugin
|
||||
.idea_modules/
|
||||
|
||||
# JIRA plugin
|
||||
atlassian-ide-plugin.xml
|
||||
|
||||
# Cursive Clojure plugin
|
||||
.idea/replstate.xml
|
||||
|
||||
# Crashlytics plugin (for Android Studio and IntelliJ)
|
||||
com_crashlytics_export_strings.xml
|
||||
crashlytics.properties
|
||||
crashlytics-build.properties
|
||||
fabric.properties
|
||||
|
||||
# Editor-based Rest Client
|
||||
.idea/httpRequests
|
||||
|
||||
# Android studio 3.1+ serialized cache file
|
||||
.idea/caches/build_file_checksums.ser
|
||||
|
||||
### Python template
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
|
||||
# Distribution / packaging
|
||||
.Python
|
||||
build/
|
||||
develop-eggs/
|
||||
dist/
|
||||
downloads/
|
||||
eggs/
|
||||
.eggs/
|
||||
lib/
|
||||
lib64/
|
||||
parts/
|
||||
sdist/
|
||||
var/
|
||||
wheels/
|
||||
pip-wheel-metadata/
|
||||
share/python-wheels/
|
||||
*.egg-info/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
MANIFEST
|
||||
|
||||
# PyInstaller
|
||||
# Usually these files are written by a python script from a template
|
||||
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
||||
*.manifest
|
||||
*.spec
|
||||
|
||||
# Installer logs
|
||||
pip-log.txt
|
||||
pip-delete-this-directory.txt
|
||||
|
||||
# Unit test / coverage reports
|
||||
htmlcov/
|
||||
.tox/
|
||||
.nox/
|
||||
.coverage
|
||||
.coverage.*
|
||||
.cache
|
||||
nosetests.xml
|
||||
coverage.xml
|
||||
*.cover
|
||||
.hypothesis/
|
||||
.pytest_cache/
|
||||
|
||||
# Translations
|
||||
*.mo
|
||||
*.pot
|
||||
|
||||
# Django stuff:
|
||||
*.log
|
||||
local_settings.py
|
||||
db.sqlite3
|
||||
|
||||
# Flask stuff:
|
||||
instance/
|
||||
.webassets-cache
|
||||
|
||||
# Scrapy stuff:
|
||||
.scrapy
|
||||
|
||||
# Sphinx documentation
|
||||
docs/_build/
|
||||
|
||||
# PyBuilder
|
||||
target/
|
||||
|
||||
# Jupyter Notebook
|
||||
.ipynb_checkpoints
|
||||
|
||||
# IPython
|
||||
profile_default/
|
||||
ipython_config.py
|
||||
|
||||
# pyenv
|
||||
.python-version
|
||||
|
||||
# pipenv
|
||||
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
|
||||
# However, in case of collaboration, if having platform-specific dependencies or dependencies
|
||||
# having no cross-platform support, pipenv may install dependencies that don't work, or not
|
||||
# install all needed dependencies.
|
||||
#Pipfile.lock
|
||||
|
||||
# celery beat schedule file
|
||||
celerybeat-schedule
|
||||
|
||||
# SageMath parsed files
|
||||
*.sage.py
|
||||
|
||||
# Environments
|
||||
.env
|
||||
.venv
|
||||
env/
|
||||
venv/
|
||||
ENV/
|
||||
env.bak/
|
||||
venv.bak/
|
||||
|
||||
# Spyder project settings
|
||||
.spyderproject
|
||||
.spyproject
|
||||
|
||||
# Rope project settings
|
||||
.ropeproject
|
||||
|
||||
# mkdocs documentation
|
||||
/site
|
||||
|
||||
# mypy
|
||||
.mypy_cache/
|
||||
.dmypy.json
|
||||
dmypy.json
|
||||
|
||||
# Pyre type checker
|
||||
.pyre/
|
||||
|
||||
### Windows template
|
||||
# Windows thumbnail cache files
|
||||
Thumbs.db
|
||||
Thumbs.db:encryptable
|
||||
ehthumbs.db
|
||||
ehthumbs_vista.db
|
||||
|
||||
# Dump file
|
||||
*.stackdump
|
||||
|
||||
# Folder config file
|
||||
[Dd]esktop.ini
|
||||
|
||||
# Recycle Bin used on file shares
|
||||
$RECYCLE.BIN/
|
||||
|
||||
# Windows Installer files
|
||||
*.cab
|
||||
*.msi
|
||||
*.msix
|
||||
*.msm
|
||||
*.msp
|
||||
|
||||
# Windows shortcuts
|
||||
*.lnk
|
BIN
assets/campaign/C2.png
Normal file
After Width: | Height: | Size: 7.8 KiB |
BIN
assets/campaign/CHAPTER_NEXT.png
Normal file
After Width: | Height: | Size: 6.2 KiB |
BIN
assets/campaign/CHAPTER_PREV.png
Normal file
After Width: | Height: | Size: 6.2 KiB |
BIN
assets/campaign/D3.png
Normal file
After Width: | Height: | Size: 7.9 KiB |
BIN
assets/campaign/EVENT_20200312CN_SP3.png
Normal file
After Width: | Height: | Size: 7.8 KiB |
BIN
assets/campaign/MODE_CHANGE.BUTTON.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
assets/campaign/MODE_CHANGE.png
Normal file
After Width: | Height: | Size: 5.5 KiB |
BIN
assets/campaign/OCR_OIL.png
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
assets/campaign/TEMPLATE_STAGE_CLEAR.png
Normal file
After Width: | Height: | Size: 7.6 KiB |
BIN
assets/combat/AUTOMATION_CONFIRM.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
assets/combat/AUTOMATION_CONFIRM_CHECK.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
assets/combat/AUTOMATION_OFF.png
Normal file
After Width: | Height: | Size: 6.2 KiB |
BIN
assets/combat/AUTOMATION_ON.png
Normal file
After Width: | Height: | Size: 6.2 KiB |
BIN
assets/combat/AUTOMATION_SWITCH.png
Normal file
After Width: | Height: | Size: 8.5 KiB |
BIN
assets/combat/BATTLE_PREPARATION.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
assets/combat/BATTLE_PREPARATION_WITH_OVERLAY.png
Normal file
After Width: | Height: | Size: 6.3 KiB |
BIN
assets/combat/BATTLE_STATUS_A.BUTTON.png
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
assets/combat/BATTLE_STATUS_A.png
Normal file
After Width: | Height: | Size: 8.0 KiB |
BIN
assets/combat/BATTLE_STATUS_S.BUTTON.png
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
assets/combat/BATTLE_STATUS_S.png
Normal file
After Width: | Height: | Size: 7.6 KiB |
BIN
assets/combat/EXP_INFO_A.BUTTON.png
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
assets/combat/EXP_INFO_A.png
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
assets/combat/EXP_INFO_S.BUTTON.png
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
assets/combat/EXP_INFO_S.png
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
assets/combat/GET_ITEMS_1.BUTTON.png
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
assets/combat/GET_ITEMS_1.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
assets/combat/GET_ITEMS_2.BUTTON.png
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
assets/combat/GET_ITEMS_2.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
assets/combat/GET_MISSION.png
Normal file
After Width: | Height: | Size: 9.9 KiB |
BIN
assets/combat/GET_SHIP.BUTTON.png
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
assets/combat/GET_SHIP.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
assets/combat/LOADING_BAR.png
Normal file
After Width: | Height: | Size: 5.9 KiB |
BIN
assets/combat/PAUSE.BUTTON.png
Normal file
After Width: | Height: | Size: 7.7 KiB |
BIN
assets/combat/PAUSE.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
assets/daemon/AMBUSH_AVOID.BUTTON.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
assets/daemon/AMBUSH_AVOID.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
assets/daemon/AT_SEA.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
assets/daemon/FLEET_PREPARATION.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
assets/daemon/GET_EMERGENCY_REPAIR.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
assets/daemon/GET_ITEMS.BUTTON.png
Normal file
After Width: | Height: | Size: 5.6 KiB |
BIN
assets/daemon/GET_ITEMS.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
assets/daemon/MAP_PREPARATION.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
assets/daemon/STORY_CHOOCE.png
Normal file
After Width: | Height: | Size: 5.9 KiB |
BIN
assets/daemon/STORY_CHOOCE_2.png
Normal file
After Width: | Height: | Size: 5.9 KiB |
BIN
assets/daemon/STORY_SKIP.BUTTON.png
Normal file
After Width: | Height: | Size: 8.3 KiB |
BIN
assets/daemon/STORY_SKIP.png
Normal file
After Width: | Height: | Size: 7.5 KiB |
BIN
assets/daemon/STORY_SKIP_CONFIRM.png
Normal file
After Width: | Height: | Size: 9.8 KiB |
BIN
assets/daemon/STRATEGY_OPEN.BUTTON.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
assets/daemon/STRATEGY_OPEN.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
assets/daily/DAILY_ACTIVE.png
Normal file
After Width: | Height: | Size: 6.1 KiB |
BIN
assets/daily/DAILY_ENTER.png
Normal file
After Width: | Height: | Size: 164 KiB |
BIN
assets/daily/DAILY_ENTER_CHECK.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
assets/daily/DAILY_FLEET_NEXT.png
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
assets/daily/DAILY_FLEET_PREV.png
Normal file
After Width: | Height: | Size: 6.4 KiB |
BIN
assets/daily/DAILY_MISSION_1.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
assets/daily/DAILY_MISSION_2.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
assets/daily/DAILY_MISSION_3.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
assets/daily/DAILY_NEXT.png
Normal file
After Width: | Height: | Size: 84 KiB |
BIN
assets/daily/DAILY_PREV.png
Normal file
After Width: | Height: | Size: 102 KiB |
BIN
assets/daily/OCR_DAILY_FLEET_INDEX.png
Normal file
After Width: | Height: | Size: 6.9 KiB |
BIN
assets/daily/OCR_REMAIN.png
Normal file
After Width: | Height: | Size: 5.9 KiB |
BIN
assets/equipment/EQUIPMENT_OPEN.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
assets/equipment/EQUIP_1.png
Normal file
After Width: | Height: | Size: 8.3 KiB |
BIN
assets/equipment/EQUIP_2.png
Normal file
After Width: | Height: | Size: 8.5 KiB |
BIN
assets/equipment/EQUIP_3.png
Normal file
After Width: | Height: | Size: 8.4 KiB |
BIN
assets/equipment/EQUIP_OFF.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
assets/equipment/EQUIP_OFF_CONFIRM.png
Normal file
After Width: | Height: | Size: 9.9 KiB |
BIN
assets/equipment/FLEET_ENTER.png
Normal file
After Width: | Height: | Size: 5.9 KiB |
BIN
assets/equipment/FLEET_NEXT.png
Normal file
After Width: | Height: | Size: 6.3 KiB |
BIN
assets/equipment/FLEET_PREV.png
Normal file
After Width: | Height: | Size: 6.4 KiB |
BIN
assets/equipment/OCR_FLEET_INDEX.png
Normal file
After Width: | Height: | Size: 5.6 KiB |
BIN
assets/equipment/SWIPE_AREA.png
Normal file
After Width: | Height: | Size: 137 KiB |
BIN
assets/exercise/EQUIP_EDIT_ACTIVE.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
assets/exercise/EQUIP_EDIT_INACTIVE.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
assets/exercise/EQUIP_ENTER.png
Normal file
After Width: | Height: | Size: 5.5 KiB |
BIN
assets/exercise/EXERCISE_PREPARATION.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
assets/exercise/NEW_OPPONENT.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
assets/exercise/OCR_EXERCISE_REMAIN.png
Normal file
After Width: | Height: | Size: 6.0 KiB |
BIN
assets/exercise/OPPONENT_1.png
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
assets/exercise/OPPONENT_2.png
Normal file
After Width: | Height: | Size: 52 KiB |
BIN
assets/exercise/OPPONENT_3.png
Normal file
After Width: | Height: | Size: 53 KiB |
BIN
assets/exercise/OPPONENT_4.png
Normal file
After Width: | Height: | Size: 51 KiB |
BIN
assets/exercise/QUIT_CONFIRM.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
assets/exercise/QUIT_RECONFIRM.png
Normal file
After Width: | Height: | Size: 9.5 KiB |
BIN
assets/handler/GET_AMMO.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
assets/handler/GET_ITEMS_1.BUTTON.png
Normal file
After Width: | Height: | Size: 5.5 KiB |
BIN
assets/handler/GET_ITEMS_1.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
assets/handler/GET_MISSION.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
assets/handler/INFO_BAR_1.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
assets/handler/INFO_BAR_2.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
assets/handler/INFO_BAR_3.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
assets/handler/IN_MAP.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
assets/handler/IN_STAGE_BLUE.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
assets/handler/IN_STAGE_RED.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
assets/handler/MAP_AIR_RAID.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
assets/handler/MAP_AMBUSH.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
assets/handler/MAP_AMBUSH_EVADE.BUTTON.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
assets/handler/MAP_AMBUSH_EVADE.png
Normal file
After Width: | Height: | Size: 5.4 KiB |