mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
The Witness: Obelisk Keys (#2805)
This commit is contained in:
@@ -120,6 +120,14 @@ class EnvironmentalPuzzlesDifficulty(Choice):
|
||||
option_eclipse = 2
|
||||
|
||||
|
||||
class ObeliskKeys(DefaultOnToggle):
|
||||
"""
|
||||
Add one Obelisk Key item per Obelisk, locking you out of solving any of the associated Environmental Puzzles.
|
||||
Does nothing if "Shuffle Environmental Puzzles" is set to "off".
|
||||
"""
|
||||
display_name = "Obelisk Keys"
|
||||
|
||||
|
||||
class ShufflePostgame(Toggle):
|
||||
"""Adds locations into the pool that are guaranteed to become accessible after or at the same time as your goal.
|
||||
Use this if you don't play with release on victory. IMPORTANT NOTE: The possibility of your second
|
||||
@@ -263,6 +271,7 @@ class TheWitnessOptions(PerGameCommonOptions):
|
||||
disable_non_randomized_puzzles: DisableNonRandomizedPuzzles
|
||||
shuffle_discarded_panels: ShuffleDiscardedPanels
|
||||
shuffle_vault_boxes: ShuffleVaultBoxes
|
||||
obelisk_keys: ObeliskKeys
|
||||
shuffle_EPs: ShuffleEnvironmentalPuzzles
|
||||
EP_difficulty: EnvironmentalPuzzlesDifficulty
|
||||
shuffle_postgame: ShufflePostgame
|
||||
|
Reference in New Issue
Block a user