pyproject.toml
src/worlds/lego_star_wars_tcs/LICENSE
src/worlds/lego_star_wars_tcs/Register.py
src/worlds/lego_star_wars_tcs/__init__.py
src/worlds/lego_star_wars_tcs/archipelago.json
src/worlds/lego_star_wars_tcs/constants.py
src/worlds/lego_star_wars_tcs/item_groups.py
src/worlds/lego_star_wars_tcs/items.py
src/worlds/lego_star_wars_tcs/levels.py
src/worlds/lego_star_wars_tcs/location_groups.py
src/worlds/lego_star_wars_tcs/locations.py
src/worlds/lego_star_wars_tcs/options.py
src/worlds/lego_star_wars_tcs/regions.py
src/worlds/lego_star_wars_tcs/requirements.txt
src/worlds/lego_star_wars_tcs/ridables.py
src/worlds/lego_star_wars_tcs/client/__init__.py
src/worlds/lego_star_wars_tcs/client/common.py
src/worlds/lego_star_wars_tcs/client/common_addresses.py
src/worlds/lego_star_wars_tcs/client/type_aliases.py
src/worlds/lego_star_wars_tcs/client/events/__init__.py
src/worlds/lego_star_wars_tcs/client/game_state_modifiers/__init__.py
src/worlds/lego_star_wars_tcs/client/game_state_modifiers/cantina_reloader.py
src/worlds/lego_star_wars_tcs/client/game_state_modifiers/characters.py
src/worlds/lego_star_wars_tcs/client/game_state_modifiers/death_link_manager.py
src/worlds/lego_star_wars_tcs/client/game_state_modifiers/extras.py
src/worlds/lego_star_wars_tcs/client/game_state_modifiers/generic.py
src/worlds/lego_star_wars_tcs/client/game_state_modifiers/goal_manager.py
src/worlds/lego_star_wars_tcs/client/game_state_modifiers/levels.py
src/worlds/lego_star_wars_tcs/client/game_state_modifiers/minikits.py
src/worlds/lego_star_wars_tcs/client/game_state_modifiers/power_ups.py
src/worlds/lego_star_wars_tcs/client/game_state_modifiers/studs.py
src/worlds/lego_star_wars_tcs/client/game_state_modifiers/text_display.py
src/worlds/lego_star_wars_tcs/client/game_state_modifiers/text_replacer.py
src/worlds/lego_star_wars_tcs/client/game_state_modifiers/uncap_high_jump.py
src/worlds/lego_star_wars_tcs/client/location_checkers/__init__.py
src/worlds/lego_star_wars_tcs/client/location_checkers/bonus_level_completion.py
src/worlds/lego_star_wars_tcs/client/location_checkers/free_play_completion.py
src/worlds/lego_star_wars_tcs/client/location_checkers/ridesanity.py
src/worlds/lego_star_wars_tcs/client/location_checkers/shop_purchases.py
src/worlds/lego_star_wars_tcs/client/location_checkers/true_jedi_and_minikits.py
src/worlds/lego_star_wars_tcs/docs/en_Lego Star Wars The Complete Saga.md
src/worlds/lego_star_wars_tcs/docs/setup_en.md
src/worlds/lego_star_wars_tcs/option_resolution/__init__.py
src/worlds/lego_star_wars_tcs/option_resolution/common.py
src/worlds/lego_star_wars_tcs/option_resolution/normal.py
src/worlds/lego_star_wars_tcs/option_resolution/universal_tracker.py
src/worlds/lego_star_wars_tcs/test/__init__.py
src/worlds/lego_star_wars_tcs/test/test_items.py
src/worlds/lego_star_wars_tcs/test/test_levels.py
src/worlds/lego_star_wars_tcs/test/test_locations.py
src/worlds/lego_star_wars_tcs/test/test_options.py