bcsfe-wrapper-python 0.1.8__tar.gz → 0.1.10__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.8/bcsfe_wrapper_python.egg-info → bcsfe_wrapper_python-0.1.10}/PKG-INFO +1 -1
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/wrapper.py +40 -34
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10/bcsfe_wrapper_python.egg-info}/PKG-INFO +1 -1
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/setup.py +1 -1
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/MANIFEST.in +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/README.md +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/__init__.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/__init__.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/__main__.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/cli/__init__.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/cli/color.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/cli/dialog_creator.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/cli/edits/__init__.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/cli/edits/aku_realm.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/cli/edits/basic_items.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/cli/edits/cat_editor.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/cli/edits/clear_tutorial.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/cli/edits/enemy_editor.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/cli/edits/event_tickets.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/cli/edits/fixes.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/cli/edits/map.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/cli/edits/max_all.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/cli/edits/rare_ticket_trade.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/cli/edits/storage.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/cli/feature_handler.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/cli/file_dialog.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/cli/main.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/cli/recent_saves.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/cli/save_management.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/cli/server_cli.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/__init__.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/country_code.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/crypto.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/__init__.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/battle/__init__.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/battle/battle_items.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/battle/cleared_slots.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/battle/enemy.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/battle/slots.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/catbase/__init__.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/catbase/beacon_base.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/catbase/cat.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/catbase/drop_chara.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/catbase/gambling.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/catbase/gatya.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/catbase/gatya_item.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/catbase/item_pack.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/catbase/login_bonuses.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/catbase/matatabi.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/catbase/medals.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/catbase/mission.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/catbase/my_sale.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/catbase/nyanko_club.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/catbase/officer_pass.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/catbase/playtime.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/catbase/powerup.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/catbase/scheme_items.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/catbase/special_skill.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/catbase/stamp.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/catbase/talent_orbs.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/catbase/unlock_popups.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/catbase/upgrade.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/catbase/user_rank_rewards.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/gamoto/__init__.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/gamoto/base_materials.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/gamoto/cat_shrine.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/gamoto/catamins.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/gamoto/gamatoto.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/gamoto/ototo.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/localizable.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/map/__init__.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/map/aku.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/map/challenge.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/map/chapters.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/map/dojo.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/map/enigma.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/map/event.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/map/ex_stage.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/map/gauntlets.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/map/item_reward_stage.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/map/legend_quest.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/map/map_names.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/map/map_option.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/map/map_reset.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/map/outbreaks.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/map/story.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/map/timed_score.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/map/tower.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/map/uncanny.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/map/zero_legends.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game_version.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/io/__init__.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/io/adb_handler.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/io/bc_csv.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/io/command.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/io/config.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/io/data.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/io/git_handler.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/io/json_file.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/io/path.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/io/root_handler.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/io/save.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/io/thread_helper.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/io/waydroid.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/io/yaml.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/locale_handler.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/log.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/max_value_helper.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/server/__init__.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/server/client_info.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/server/event_data.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/server/game_data_getter.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/server/headers.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/server/managed_item.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/server/request.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/server/server_handler.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/server/updater.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/theme_handler.py +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/en/core/config.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/en/core/files.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/en/core/input.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/en/core/locale.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/en/core/main.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/en/core/save.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/en/core/server.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/en/core/theme.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/en/core/updater.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/en/edits/bannable_items.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/en/edits/cats.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/en/edits/enemy.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/en/edits/fixes.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/en/edits/gambling.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/en/edits/gamototo.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/en/edits/gatya.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/en/edits/gold_pass.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/en/edits/items.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/en/edits/map.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/en/edits/medals.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/en/edits/missions.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/en/edits/playtime.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/en/edits/scheme_items.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/en/edits/special_skills.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/en/edits/talent_orbs.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/en/edits/treasures.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/en/edits/user_rank.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/tw/core/config.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/tw/core/files.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/tw/core/input.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/tw/core/locale.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/tw/core/main.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/tw/core/save.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/tw/core/server.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/tw/core/theme.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/tw/core/updater.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/bannable_items.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/cats.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/enemy.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/fixes.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/gambling.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/gamototo.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/gatya.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/gold_pass.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/items.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/map.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/medals.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/missions.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/playtime.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/scheme_items.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/special_skills.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/talent_orbs.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/treasures.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/tw/edits/user_rank.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/tw/metadata.json +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/vi/core/config.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/vi/core/files.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/vi/core/input.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/vi/core/locale.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/vi/core/main.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/vi/core/save.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/vi/core/server.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/vi/core/theme.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/vi/core/updater.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/bannable_items.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/cats.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/enemy.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/fixes.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/gambling.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/gamototo.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/gatya.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/gold_pass.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/items.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/map.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/medals.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/missions.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/playtime.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/scheme_items.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/special_skills.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/talent_orbs.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/treasures.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/vi/edits/user_rank.properties +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/locales/vi/metadata.json +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/max_values.json +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/themes/default.json +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/themes/discord.json +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/py.typed +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper_python.egg-info/SOURCES.txt +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper_python.egg-info/dependency_links.txt +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper_python.egg-info/top_level.txt +0 -0
- {bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/setup.cfg +0 -0
|
@@ -24,21 +24,17 @@ class BCSFEWrapper:
|
|
|
24
24
|
core.set_config_path(data_folder.add("config.yaml"))
|
|
25
25
|
core.set_log_path(data_folder.add("log.txt"))
|
|
26
26
|
core.core_data.init_data()
|
|
27
|
-
|
|
28
27
|
core.core_data.config.set(core.ConfigKey.STRICT_UPGRADE, False)
|
|
29
28
|
core.core_data.config.set(core.ConfigKey.UPDATE_TO_BETAS, False)
|
|
30
29
|
core.print_config_err = False
|
|
31
30
|
|
|
32
31
|
@classmethod
|
|
33
32
|
def from_server(cls, transfer_code: str, confirmation_code: str, cc: str = "jp", gv: str = "13.1.0") -> 'BCSFEWrapper':
|
|
34
|
-
|
|
35
|
-
country_code = core.CountryCode.from_code(cc)
|
|
36
|
-
game_version = core.GameVersion.from_string(gv)
|
|
33
|
+
dummy = cls(b"", cc=cc, gv=gv)
|
|
37
34
|
server_handler, result = core.ServerHandler.from_codes(
|
|
38
|
-
transfer_code, confirmation_code,
|
|
35
|
+
transfer_code, confirmation_code, core.CountryCode.from_code(cc), core.GameVersion.from_string(gv), print=False
|
|
39
36
|
)
|
|
40
|
-
if server_handler is None:
|
|
41
|
-
raise RuntimeError(f"Download failed. Check your codes or internet connection.")
|
|
37
|
+
if server_handler is None: raise RuntimeError("Download failed.")
|
|
42
38
|
return cls(server_handler.save_file.to_data().get_bytes(), cc=cc, gv=gv)
|
|
43
39
|
|
|
44
40
|
def save(self, output_path: Optional[str] = None):
|
|
@@ -49,13 +45,9 @@ class BCSFEWrapper:
|
|
|
49
45
|
def upload_to_server(self) -> Tuple[Optional[str], Optional[str]]:
|
|
50
46
|
handler = core.ServerHandler(self.save_file, print=False)
|
|
51
47
|
codes = handler.get_codes()
|
|
52
|
-
if codes
|
|
53
|
-
return codes
|
|
54
|
-
return None, None
|
|
55
|
-
|
|
56
|
-
def _set_val(self, attr: str, amount: int):
|
|
57
|
-
setattr(self.save_file, attr, amount)
|
|
48
|
+
return codes if codes else (None, None)
|
|
58
49
|
|
|
50
|
+
def _set_val(self, attr: str, amount: int): setattr(self.save_file, attr, amount)
|
|
59
51
|
def edit_catfood(self, amount: int): self._set_val("catfood", amount)
|
|
60
52
|
def edit_xp(self, amount: int): self._set_val("xp", amount)
|
|
61
53
|
def edit_normal_tickets(self, amount: int): self._set_val("normal_tickets", amount)
|
|
@@ -76,51 +68,65 @@ class BCSFEWrapper:
|
|
|
76
68
|
for cid in cat_ids:
|
|
77
69
|
cat = self.save_file.cats.get_cat_by_id(cid)
|
|
78
70
|
if cat: cat.unlock(self.save_file)
|
|
79
|
-
|
|
80
71
|
def unlock_all_cats(self):
|
|
81
72
|
for cat in self.save_file.cats.cats: cat.unlock(self.save_file)
|
|
82
|
-
|
|
83
73
|
def upgrade_cats(self, cat_ids: List[int], base: int = 19, plus: int = 0):
|
|
84
74
|
for cid in cat_ids:
|
|
85
75
|
cat = self.save_file.cats.get_cat_by_id(cid)
|
|
86
|
-
if cat:
|
|
87
|
-
cat.upgrade.base = base
|
|
88
|
-
cat.upgrade.plus = plus
|
|
89
|
-
|
|
76
|
+
if cat: cat.upgrade.base, cat.upgrade.plus = base, plus
|
|
90
77
|
def upgrade_all_cats(self, base: Optional[int] = None, plus: Optional[int] = None):
|
|
91
78
|
for cat in self.save_file.cats.cats:
|
|
92
79
|
if not cat.is_unlocked(self.save_file): continue
|
|
93
80
|
power_up = core.PowerUpHelper(cat, self.save_file)
|
|
94
81
|
cat.upgrade.base = (base if base is not None else power_up.get_max_possible_base()) - 1
|
|
95
82
|
cat.upgrade.plus = plus if plus is not None else power_up.get_max_possible_plus()
|
|
96
|
-
|
|
97
83
|
def set_cat_form(self, cat_ids: List[int], form: int = 2):
|
|
98
84
|
for cid in cat_ids:
|
|
99
85
|
cat = self.save_file.cats.get_cat_by_id(cid)
|
|
100
86
|
if cat: cat.set_form(form)
|
|
101
|
-
|
|
102
87
|
def true_form_all_cats(self):
|
|
103
88
|
cats = self.save_file.cats.get_unlocked_cats()
|
|
104
89
|
self.save_file.cats.true_form_cats(self.save_file, cats, True, True)
|
|
105
90
|
self.save_file.cats.fourth_form_cats(self.save_file, cats, True, True)
|
|
106
91
|
|
|
107
92
|
def clear_tutorial(self): edits.clear_tutorial.clear_tutorial(self.save_file, False)
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
93
|
+
|
|
94
|
+
def _clear_chapter_group(self, chapters_obj, chapters_to_clear: List[int]):
|
|
95
|
+
for c_id in chapters_to_clear:
|
|
96
|
+
if c_id < len(chapters_obj.chapters):
|
|
97
|
+
chapter = chapters_obj.chapters[c_id]
|
|
112
98
|
chapter.clear_all(self.save_file)
|
|
113
99
|
for stage in chapter.stages: stage.treasure = 3
|
|
114
100
|
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
def
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
101
|
+
def clear_empire_of_cats(self, chapters: List[int] = [0, 1, 2]):
|
|
102
|
+
self._clear_chapter_group(self.save_file.story.chapters, chapters)
|
|
103
|
+
def clear_into_the_future(self, chapters: List[int] = [0, 1, 2]):
|
|
104
|
+
self._clear_chapter_group(self.save_file.story.chapters, [c + 3 for c in chapters])
|
|
105
|
+
def clear_cats_of_the_cosmos(self, chapters: List[int] = [0, 1, 2]):
|
|
106
|
+
self._clear_chapter_group(self.save_file.story.chapters, [c + 6 for c in chapters])
|
|
107
|
+
|
|
108
|
+
def _clear_legend_group(self, legend_obj, max_star: int = 1):
|
|
109
|
+
for map_id in range(len(legend_obj.chapters)):
|
|
110
|
+
for star in range(min(max_star, legend_obj.get_total_stars(map_id))):
|
|
111
|
+
for stage_id in range(legend_obj.get_total_stages(map_id, star)):
|
|
112
|
+
legend_obj.clear_stage(map_id, star, stage_id, overwrite_clear_progress=True)
|
|
113
|
+
|
|
114
|
+
def clear_legend_stories(self, max_star: int = 1): self._clear_legend_group(self.save_file.legend_stories, max_star)
|
|
115
|
+
def clear_true_legends(self, max_star: int = 1): self._clear_legend_group(self.save_file.uncanny_legends, max_star)
|
|
116
|
+
def clear_zero_legends(self, max_star: int = 1): self._clear_legend_group(self.save_file.zero_legends, max_star)
|
|
117
|
+
|
|
118
|
+
# ゾンビ襲来クリア機能
|
|
119
|
+
def clear_zombie_outbreaks(self, chapters: List[int] = [0, 1, 2, 3, 4, 5, 6, 7, 8]):
|
|
120
|
+
"""
|
|
121
|
+
指定した章のゾンビ襲来をすべてクリアします。
|
|
122
|
+
0-2: 日本編, 3-5: 未来編, 6-8: 宇宙編
|
|
123
|
+
"""
|
|
124
|
+
for chapter_id in chapters:
|
|
125
|
+
for stage_id in range(48): # 各章48ステージ
|
|
126
|
+
self.save_file.outbreaks.clear_outbreak(chapter_id, stage_id, True)
|
|
127
|
+
|
|
128
|
+
def unlock_aku_realm(self): edits.aku_realm.unlock_aku_realm(self.save_file)
|
|
129
|
+
def unban(self): self.save_file.show_ban_message = self.save_file.banned = False
|
|
124
130
|
def get_inquiry_code(self) -> str: return self.save_file.inquiry_code
|
|
125
131
|
def edit_inquiry_code(self, new_code: str): self.save_file.inquiry_code = new_code
|
|
126
132
|
def get_save_file(self) -> core.SaveFile: return self.save_file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/cli/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/cli/dialog_creator.py
RENAMED
|
File without changes
|
{bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/cli/edits/__init__.py
RENAMED
|
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.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/cli/edits/fixes.py
RENAMED
|
File without changes
|
{bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/cli/edits/map.py
RENAMED
|
File without changes
|
{bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/cli/edits/max_all.py
RENAMED
|
File without changes
|
|
File without changes
|
{bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/cli/edits/storage.py
RENAMED
|
File without changes
|
|
File without changes
|
{bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/cli/file_dialog.py
RENAMED
|
File without changes
|
|
File without changes
|
{bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/cli/recent_saves.py
RENAMED
|
File without changes
|
|
File without changes
|
{bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/cli/server_cli.py
RENAMED
|
File without changes
|
{bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/__init__.py
RENAMED
|
File without changes
|
{bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/country_code.py
RENAMED
|
File without changes
|
{bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/crypto.py
RENAMED
|
File without changes
|
{bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/__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
|
|
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.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/map/aku.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game/map/dojo.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.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/game_version.py
RENAMED
|
File without changes
|
{bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/io/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/io/bc_csv.py
RENAMED
|
File without changes
|
{bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/io/command.py
RENAMED
|
File without changes
|
{bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/io/config.py
RENAMED
|
File without changes
|
{bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/io/data.py
RENAMED
|
File without changes
|
|
File without changes
|
{bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/io/json_file.py
RENAMED
|
File without changes
|
{bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/io/path.py
RENAMED
|
File without changes
|
|
File without changes
|
{bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/io/save.py
RENAMED
|
File without changes
|
|
File without changes
|
{bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/io/waydroid.py
RENAMED
|
File without changes
|
{bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/io/yaml.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
|
{bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/core/theme_handler.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
|
{bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper/bcsfe/files/max_values.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bcsfe_wrapper_python-0.1.8 → bcsfe_wrapper_python-0.1.10}/bcsfe_wrapper_python.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|