OoT Entrance Randomizer (#125)
Add options:
"shuffle_grotto_entrances": GrottoEntrances,
"shuffle_dungeon_entrances": DungeonEntrances,
"owl_drops": OwlDrops,
"warp_songs": WarpSongs,
"spawn_positions": SpawnPositions,
Add Logic Trick:
"Skip King Zora as Adult with Nothing"
This commit is contained in:
@@ -727,6 +727,14 @@ known_logic_tricks = {
|
||||
To kill it, the logic normally guarantees one of
|
||||
Hookshot, Bow, or Magic.
|
||||
'''},
|
||||
'Skip King Zora as Adult with Nothing': {
|
||||
'name' : 'logic_king_zora_skip',
|
||||
'tags' : ("Zora's Domain",),
|
||||
'tooltip' : '''\
|
||||
With a precise jump as adult, it is possible to
|
||||
get on the fence next to King Zora from the front
|
||||
to access Zora's Fountain.
|
||||
'''},
|
||||
'Shadow Temple River Statue with Bombchu': {
|
||||
'name' : 'logic_shadow_statue',
|
||||
'tags' : ("Shadow Temple",),
|
||||
|
||||
Reference in New Issue
Block a user