Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion SettingsListTricks.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@
"Child", "Adult",),
'tooltip' : '''\
Allows the following possible without Tunics:
- Enter Fire Temple as adult.
- Zora's Fountain bottom Freestandings. You
might not have enough time to resurface, and
you may need to make multiple trips.
- Enter Fire Temple from Goron City, the grotto,
or the great fairy fountain.
- Traverse the first floor of the Fire Temple,
except the elevator room and Volvagia.
- Go underwater in the Water Temple. (The area
Expand Down
4 changes: 1 addition & 3 deletions data/Glitched World/Overworld.json
Original file line number Diff line number Diff line change
Expand Up @@ -2773,9 +2773,7 @@
is_adult and (Hover_Boots or Hookshot or here(can_plant_bean) or plant_beans or (can_hover and can_use(Goron_Tunic)))",
"DMC Upper Nearby": "is_adult and (here(can_plant_bean) or plant_beans)",
# Check boulder color
"DMC Fire Temple Entrance": "
(is_child and shuffle_dungeon_entrances) or
(is_adult and (logic_fewer_tunic_requirements or Goron_Tunic))",
"DMC Fire Temple Entrance": "is_adult or shuffle_dungeon_entrances",
"DMC Pierre Platform": "can_use(Distant_Scarecrow)"
}
},
Expand Down
4 changes: 1 addition & 3 deletions data/World/Overworld.json
Original file line number Diff line number Diff line change
Expand Up @@ -2453,9 +2453,7 @@
"DMC Lower Nearby": "
is_adult and (Hover_Boots or Hookshot or here(can_plant_bean) or plant_beans)",
"DMC Upper Nearby": "is_adult and (here(can_plant_bean) or plant_beans)",
"DMC Fire Temple Entrance": "
(is_child and shuffle_dungeon_entrances) or
(is_adult and (logic_fewer_tunic_requirements or Goron_Tunic))",
"DMC Fire Temple Entrance": "is_adult or shuffle_dungeon_entrances",
"DMC Pierre Platform": "can_use(Distant_Scarecrow)"
}
},
Expand Down
Loading