.coveragerc
.gitattributes
.gitignore
.gitlab-ci.yml
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/FUNDING.yml
.github/workflows/ci.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
docs/screenshots/appearances.png
docs/screenshots/collectibles.png
docs/screenshots/companions.png
docs/screenshots/inventories.png
docs/screenshots/main.png
docs/screenshots/raw_data.png
src/bw_save_game/__init__.py
src/bw_save_game/container.py
src/bw_save_game/convert.py
src/bw_save_game/db_object.py
src/bw_save_game/db_object_codec.py
src/bw_save_game/hash.py
src/bw_save_game/persistence.py
src/bw_save_game.egg-info/PKG-INFO
src/bw_save_game.egg-info/SOURCES.txt
src/bw_save_game.egg-info/dependency_links.txt
src/bw_save_game.egg-info/entry_points.txt
src/bw_save_game.egg-info/not-zip-safe
src/bw_save_game.egg-info/requires.txt
src/bw_save_game.egg-info/top_level.txt
src/bw_save_game/data/veilguard/archetypes.json
src/bw_save_game/data/veilguard/collectibles.json
src/bw_save_game/data/veilguard/currencies.json
src/bw_save_game/data/veilguard/followers.json
src/bw_save_game/data/veilguard/items.json
src/bw_save_game/data/veilguard/maps.json
src/bw_save_game/data/veilguard/paramdb_keys.json
src/bw_save_game/data/veilguard/persistence.json
src/bw_save_game/data/veilguard/quests.json
src/bw_save_game/data/veilguard/shader_params.json
src/bw_save_game/data/veilguard/skill_graphs.json
src/bw_save_game/data/veilguard/textures.json
src/bw_save_game/data/veilguard/xp_thresholds.json
src/bw_save_game/ui/__init__.py
src/bw_save_game/ui/__main__.py
src/bw_save_game/ui/config.py
src/bw_save_game/ui/editors.py
src/bw_save_game/ui/utils.py
src/bw_save_game/ui/widgets.py
src/bw_save_game/veilguard/__init__.py
src/bw_save_game/veilguard/data.py
src/bw_save_game/veilguard/highlevel.py
src/bw_save_game/veilguard/paramdb.py
src/bw_save_game/veilguard/persistence.py
src/bw_save_game/veilguard/scripts.py
src/bw_save_game/veilguard/types.py
tests/conftest.py
tests/test_persistence.py
tests/test_roundtrip.py
tests/data/correct_romance_1.csav
tests/data/correct_romance_2.csav
tests/data/wrong_romance_1.csav
tests/data/wrong_romance_2.csav