pyproject.toml
src/worlds/monster_sanctuary/Register.py
src/worlds/monster_sanctuary/__init__.py
src/worlds/monster_sanctuary/archipelago.json
src/worlds/monster_sanctuary/data_importer.py
src/worlds/monster_sanctuary/encounters.py
src/worlds/monster_sanctuary/flags.py
src/worlds/monster_sanctuary/hints.py
src/worlds/monster_sanctuary/items.py
src/worlds/monster_sanctuary/locations.py
src/worlds/monster_sanctuary/options.py
src/worlds/monster_sanctuary/regions.py
src/worlds/monster_sanctuary/rules.py
src/worlds/monster_sanctuary/data/__init__.py
src/worlds/monster_sanctuary/data/flags.json
src/worlds/monster_sanctuary/data/hints.json
src/worlds/monster_sanctuary/data/item_rules.json
src/worlds/monster_sanctuary/data/items.json
src/worlds/monster_sanctuary/data/monsters.json
src/worlds/monster_sanctuary/data/progressive_explore_ability_unlocks.json
src/worlds/monster_sanctuary/data/world.json
src/worlds/monster_sanctuary/data/world_v1.1.json
src/worlds/monster_sanctuary/docs/en_Monster Sanctuary.md
src/worlds/monster_sanctuary/docs/setup_en.md
src/worlds/monster_sanctuary/monster_randomizers/__init__.py
src/worlds/monster_sanctuary/monster_randomizers/freeform.py
src/worlds/monster_sanctuary/monster_randomizers/global_shuffle.py
src/worlds/monster_sanctuary/monster_randomizers/local_shuffle.py
src/worlds/monster_sanctuary/tests/__init__.py
src/worlds/monster_sanctuary/tests/Areas/TestArea.py
src/worlds/monster_sanctuary/tests/Areas/Test_AbandonedTower.py
src/worlds/monster_sanctuary/tests/Areas/Test_AncientWoods.py
src/worlds/monster_sanctuary/tests/Areas/Test_BlobBurg.py
src/worlds/monster_sanctuary/tests/Areas/Test_BlueCaves.py
src/worlds/monster_sanctuary/tests/Areas/Test_ForgottenWorld.py
src/worlds/monster_sanctuary/tests/Areas/Test_HorizonBeach.py
src/worlds/monster_sanctuary/tests/Areas/Test_KeeperStronghold.py
src/worlds/monster_sanctuary/tests/Areas/Test_MagmaChamber.py
src/worlds/monster_sanctuary/tests/Areas/Test_MountainPath.py
src/worlds/monster_sanctuary/tests/Areas/Test_MysticWorkshop.py
src/worlds/monster_sanctuary/tests/Areas/Test_SnowyPeaks.py
src/worlds/monster_sanctuary/tests/Areas/Test_StrongholdDungeon.py
src/worlds/monster_sanctuary/tests/Areas/Test_SunPalace.py
src/worlds/monster_sanctuary/tests/Areas/Test_Underworld.py
src/worlds/monster_sanctuary/tests/Areas/__init__.py
src/worlds/monster_sanctuary/tests/Goals/Test_All_Champions.py
src/worlds/monster_sanctuary/tests/Goals/Test_Mad_Lord.py
src/worlds/monster_sanctuary/tests/Goals/__init__.py
src/worlds/monster_sanctuary/tests/Hints/Test_Hints.py
src/worlds/monster_sanctuary/tests/Hints/__init__.py
src/worlds/monster_sanctuary/tests/Items/TestItems.py
src/worlds/monster_sanctuary/tests/Items/Test_AreaKeyPlacement.py
src/worlds/monster_sanctuary/tests/Items/Test_AutoScalingEquipment.py
src/worlds/monster_sanctuary/tests/Items/Test_ExploreAbilityItems.py
src/worlds/monster_sanctuary/tests/Items/Test_MonsterEggs.py
src/worlds/monster_sanctuary/tests/Items/Test_Relics.py
src/worlds/monster_sanctuary/tests/Items/__init__.py
src/worlds/monster_sanctuary/tests/Locations/Test_BardEgg.py
src/worlds/monster_sanctuary/tests/Locations/Test_CryomancerLocations.py
src/worlds/monster_sanctuary/tests/Locations/Test_KeyOfPowerChampionUnlock.py
src/worlds/monster_sanctuary/tests/Locations/Test_KoiEgg.py
src/worlds/monster_sanctuary/tests/Locations/Test_LocationNames.py
src/worlds/monster_sanctuary/tests/Locations/Test_SkorchEgg.py
src/worlds/monster_sanctuary/tests/Locations/Test_SpectralFamiliarEggs.py
src/worlds/monster_sanctuary/tests/Locations/__init__.py
src/worlds/monster_sanctuary/tests/Monsters/Test_ExploreAbilityUnlocks.py
src/worlds/monster_sanctuary/tests/Monsters/Test_Freeform.py
src/worlds/monster_sanctuary/tests/Monsters/Test_GlobalShuffle.py
src/worlds/monster_sanctuary/tests/Monsters/Test_ImprovedMobilityLimitation.py
src/worlds/monster_sanctuary/tests/Monsters/Test_LocalShuffle.py
src/worlds/monster_sanctuary/tests/Monsters/Test_MonsterRandomizerBase.py
src/worlds/monster_sanctuary/tests/Monsters/Test_StartingFamiliar.py
src/worlds/monster_sanctuary/tests/Monsters/__init__.py