Skip to content

Commit 3593fb1

Browse files
committed
2 parents c675bd4 + 593523d commit 3593fb1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

worlds/crystal_project/presets.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@
77
explorer_mode_options = {
88
"progression_balancing": ProgressionBalancing.default,
99
"goal": Goal.option_clamshells,
10-
"clamshellGoalQuantity": 40,
10+
"clamshellGoalQuantity": 50,
1111
"extraClamshellsInPool": 10,
1212
"shopsanity": Shopsanity.option_disabled,
13-
"progressiveMountMode": ProgressiveMountMode.option_false,
13+
"regionsanity": Regionsanity.option_true,
14+
"progressiveMountMode": ProgressiveMountMode.option_true,
1415
"levelGating": LevelGating.option_level_catch_up,
1516
"progressiveLevelSize": 10,
1617
"maxLevel": 99,
1718
"keyMode": KeyMode.option_vanilla_skelefree,
18-
"start_inventory_from_pool": {PROGRESSIVE_LEVEL: 5},
19+
"start_inventory_from_pool": {PROGRESSIVE_LEVEL: 9},
1920
}
2021

2122
crystal_project_options_presets: Dict[str, Dict[str, Any]] = {

0 commit comments

Comments
 (0)