bcsfe-wrapper-python 0.1.20__tar.gz → 0.1.21__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {bcsfe_wrapper_python-0.1.20/bcsfe_wrapper_python.egg-info → bcsfe_wrapper_python-0.1.21}/PKG-INFO +1 -1
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/wrapper.py +9 -4
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21/bcsfe_wrapper_python.egg-info}/PKG-INFO +1 -1
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/setup.py +1 -1
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/MANIFEST.in +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/README.md +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/__init__.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/__pycache__/__init__.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/__pycache__/wrapper.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/__init__.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/__main__.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/__pycache__/__init__.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/__init__.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/__pycache__/__init__.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/__pycache__/color.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/__pycache__/dialog_creator.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/__pycache__/feature_handler.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/__pycache__/file_dialog.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/__pycache__/main.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/__pycache__/recent_saves.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/__pycache__/save_management.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/__pycache__/server_cli.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/color.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/dialog_creator.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/edits/__init__.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/edits/__pycache__/__init__.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/edits/__pycache__/aku_realm.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/edits/__pycache__/basic_items.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/edits/__pycache__/cat_editor.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/edits/__pycache__/clear_tutorial.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/edits/__pycache__/enemy_editor.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/edits/__pycache__/event_tickets.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/edits/__pycache__/fixes.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/edits/__pycache__/map.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/edits/__pycache__/max_all.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/edits/__pycache__/rare_ticket_trade.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/edits/__pycache__/storage.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/edits/aku_realm.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/edits/basic_items.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/edits/cat_editor.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/edits/clear_tutorial.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/edits/enemy_editor.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/edits/event_tickets.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/edits/fixes.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/edits/map.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/edits/max_all.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/edits/rare_ticket_trade.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/edits/storage.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/feature_handler.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/file_dialog.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/main.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/recent_saves.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/save_management.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/server_cli.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/__init__.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/__pycache__/__init__.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/__pycache__/country_code.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/__pycache__/crypto.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/__pycache__/game_version.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/__pycache__/locale_handler.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/__pycache__/log.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/__pycache__/max_value_helper.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/__pycache__/theme_handler.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/country_code.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/crypto.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/__init__.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/__pycache__/__init__.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/__pycache__/localizable.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/battle/__init__.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/battle/__pycache__/__init__.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/battle/__pycache__/battle_items.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/battle/__pycache__/cleared_slots.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/battle/__pycache__/enemy.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/battle/__pycache__/slots.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/battle/battle_items.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/battle/cleared_slots.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/battle/enemy.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/battle/slots.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/__init__.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/__pycache__/__init__.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/__pycache__/beacon_base.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/__pycache__/cat.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/__pycache__/drop_chara.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/__pycache__/gambling.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/__pycache__/gatya.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/__pycache__/gatya_item.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/__pycache__/item_pack.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/__pycache__/login_bonuses.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/__pycache__/matatabi.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/__pycache__/medals.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/__pycache__/mission.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/__pycache__/my_sale.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/__pycache__/nyanko_club.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/__pycache__/officer_pass.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/__pycache__/playtime.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/__pycache__/powerup.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/__pycache__/scheme_items.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/__pycache__/special_skill.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/__pycache__/stamp.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/__pycache__/talent_orbs.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/__pycache__/unlock_popups.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/__pycache__/upgrade.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/__pycache__/user_rank_rewards.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/beacon_base.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/cat.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/drop_chara.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/gambling.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/gatya.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/gatya_item.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/item_pack.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/login_bonuses.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/matatabi.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/medals.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/mission.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/my_sale.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/nyanko_club.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/officer_pass.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/playtime.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/powerup.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/scheme_items.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/special_skill.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/stamp.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/talent_orbs.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/unlock_popups.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/upgrade.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/catbase/user_rank_rewards.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/gamoto/__init__.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/gamoto/__pycache__/__init__.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/gamoto/__pycache__/base_materials.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/gamoto/__pycache__/cat_shrine.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/gamoto/__pycache__/catamins.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/gamoto/__pycache__/gamatoto.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/gamoto/__pycache__/ototo.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/gamoto/base_materials.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/gamoto/cat_shrine.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/gamoto/catamins.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/gamoto/gamatoto.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/gamoto/ototo.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/localizable.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/__init__.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/__pycache__/__init__.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/__pycache__/aku.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/__pycache__/challenge.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/__pycache__/chapters.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/__pycache__/dojo.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/__pycache__/enigma.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/__pycache__/event.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/__pycache__/ex_stage.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/__pycache__/gauntlets.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/__pycache__/item_reward_stage.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/__pycache__/legend_quest.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/__pycache__/map_names.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/__pycache__/map_option.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/__pycache__/map_reset.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/__pycache__/outbreaks.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/__pycache__/story.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/__pycache__/timed_score.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/__pycache__/tower.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/__pycache__/uncanny.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/__pycache__/zero_legends.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/aku.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/challenge.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/chapters.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/dojo.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/enigma.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/event.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/ex_stage.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/gauntlets.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/item_reward_stage.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/legend_quest.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/map_names.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/map_option.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/map_reset.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/outbreaks.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/story.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/timed_score.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/tower.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/uncanny.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/zero_legends.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game_version.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/io/__init__.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/io/__pycache__/__init__.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/io/__pycache__/adb_handler.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/io/__pycache__/bc_csv.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/io/__pycache__/command.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/io/__pycache__/config.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/io/__pycache__/data.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/io/__pycache__/git_handler.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/io/__pycache__/json_file.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/io/__pycache__/path.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/io/__pycache__/root_handler.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/io/__pycache__/save.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/io/__pycache__/thread_helper.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/io/__pycache__/waydroid.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/io/__pycache__/yaml.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/io/adb_handler.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/io/bc_csv.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/io/command.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/io/config.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/io/data.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/io/git_handler.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/io/json_file.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/io/path.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/io/root_handler.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/io/save.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/io/thread_helper.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/io/waydroid.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/io/yaml.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/locale_handler.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/log.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/max_value_helper.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/server/__init__.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/server/__pycache__/__init__.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/server/__pycache__/client_info.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/server/__pycache__/event_data.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/server/__pycache__/game_data_getter.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/server/__pycache__/headers.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/server/__pycache__/managed_item.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/server/__pycache__/request.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/server/__pycache__/server_handler.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/server/__pycache__/updater.cpython-311.pyc +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/server/client_info.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/server/event_data.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/server/game_data_getter.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/server/headers.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/server/managed_item.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/server/request.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/server/server_handler.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/server/updater.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/theme_handler.py +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/en/core/config.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/en/core/files.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/en/core/input.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/en/core/locale.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/en/core/main.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/en/core/save.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/en/core/server.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/en/core/theme.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/en/core/updater.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/en/edits/bannable_items.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/en/edits/cats.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/en/edits/enemy.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/en/edits/fixes.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/en/edits/gambling.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/en/edits/gamototo.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/en/edits/gatya.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/en/edits/gold_pass.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/en/edits/items.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/en/edits/map.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/en/edits/medals.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/en/edits/missions.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/en/edits/playtime.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/en/edits/scheme_items.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/en/edits/special_skills.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/en/edits/talent_orbs.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/en/edits/treasures.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/en/edits/user_rank.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/tw/core/config.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/tw/core/files.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/tw/core/input.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/tw/core/locale.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/tw/core/main.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/tw/core/save.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/tw/core/server.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/tw/core/theme.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/tw/core/updater.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/bannable_items.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/cats.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/enemy.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/fixes.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/gambling.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/gamototo.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/gatya.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/gold_pass.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/items.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/map.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/medals.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/missions.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/playtime.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/scheme_items.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/special_skills.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/talent_orbs.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/treasures.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/user_rank.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/tw/metadata.json +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/vi/core/config.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/vi/core/files.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/vi/core/input.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/vi/core/locale.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/vi/core/main.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/vi/core/save.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/vi/core/server.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/vi/core/theme.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/vi/core/updater.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/bannable_items.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/cats.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/enemy.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/fixes.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/gambling.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/gamototo.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/gatya.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/gold_pass.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/items.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/map.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/medals.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/missions.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/playtime.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/scheme_items.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/special_skills.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/talent_orbs.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/treasures.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/user_rank.properties +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/locales/vi/metadata.json +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/max_values.json +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/themes/default.json +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/files/themes/discord.json +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/py.typed +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper_python.egg-info/SOURCES.txt +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper_python.egg-info/dependency_links.txt +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper_python.egg-info/requires.txt +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper_python.egg-info/top_level.txt +0 -0
- {bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/setup.cfg +0 -0
|
@@ -83,7 +83,9 @@ class BCSFEWrapper:
|
|
|
83
83
|
|
|
84
84
|
def unlock_cats(self, cat_ids: List[int]):
|
|
85
85
|
for cid in cat_ids:
|
|
86
|
-
|
|
86
|
+
# ユーザーが指定したIDから1を引いて内部IDに変換
|
|
87
|
+
internal_id = cid - 1
|
|
88
|
+
cat = self.save_file.cats.get_cat_by_id(internal_id)
|
|
87
89
|
if cat: cat.unlock(self.save_file)
|
|
88
90
|
def unlock_all_cats(self):
|
|
89
91
|
for cat in self.save_file.cats.cats: cat.unlock(self.save_file)
|
|
@@ -91,12 +93,14 @@ class BCSFEWrapper:
|
|
|
91
93
|
# 新機能: 指定キャラ削除(未解放に戻す)
|
|
92
94
|
def remove_cats(self, cat_ids: List[int]):
|
|
93
95
|
for cid in cat_ids:
|
|
94
|
-
|
|
96
|
+
internal_id = cid - 1
|
|
97
|
+
cat = self.save_file.cats.get_cat_by_id(internal_id)
|
|
95
98
|
if cat: cat.set_unlocked(False)
|
|
96
99
|
|
|
97
100
|
def upgrade_cats(self, cat_ids: List[int], base: int = 19, plus: int = 0):
|
|
98
101
|
for cid in cat_ids:
|
|
99
|
-
|
|
102
|
+
internal_id = cid - 1
|
|
103
|
+
cat = self.save_file.cats.get_cat_by_id(internal_id)
|
|
100
104
|
if cat: cat.upgrade.base, cat.upgrade.plus = base, plus
|
|
101
105
|
def upgrade_all_cats(self, base: Optional[int] = None, plus: Optional[int] = None):
|
|
102
106
|
for cat in self.save_file.cats.cats:
|
|
@@ -106,7 +110,8 @@ class BCSFEWrapper:
|
|
|
106
110
|
cat.upgrade.plus = plus if plus is not None else power_up.get_max_possible_plus()
|
|
107
111
|
def set_cat_form(self, cat_ids: List[int], form: int = 2):
|
|
108
112
|
for cid in cat_ids:
|
|
109
|
-
|
|
113
|
+
internal_id = cid - 1
|
|
114
|
+
cat = self.save_file.cats.get_cat_by_id(internal_id)
|
|
110
115
|
if cat: cat.set_form(form)
|
|
111
116
|
def true_form_all_cats(self):
|
|
112
117
|
cats = self.save_file.cats.get_unlocked_cats()
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/color.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/edits/fixes.py
RENAMED
|
File without changes
|
{bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/edits/map.py
RENAMED
|
File without changes
|
{bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/edits/max_all.py
RENAMED
|
File without changes
|
|
File without changes
|
{bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/edits/storage.py
RENAMED
|
File without changes
|
|
File without changes
|
{bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/file_dialog.py
RENAMED
|
File without changes
|
|
File without changes
|
{bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/recent_saves.py
RENAMED
|
File without changes
|
|
File without changes
|
{bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/cli/server_cli.py
RENAMED
|
File without changes
|
{bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/country_code.py
RENAMED
|
File without changes
|
{bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/crypto.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game/map/aku.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/game_version.py
RENAMED
|
File without changes
|
{bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/io/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bcsfe_wrapper_python-0.1.20 → bcsfe_wrapper_python-0.1.21}/bcsfe_wrapper/bcsfe/core/io/bc_csv.py
RENAMED
|
File without changes
|