Archipelago/worlds/ahit
Mysteryem 701a7faa71
AHIT: Fix Time Rift - Alpine Skyline entrance logic (#3851)
The `Time Rift - Alpine Skyline` region was incorrectly accessible from
Alpine Free Roam without Hookshot Badge or Umbrella.

One of the two regions that connects to the `Time Rift - Alpine Skyline`
region is `Alpine Free Roam`. The problem here is that
`Alpine Free Roam` corresponds to the intro section of Alpine Free Roam,
but the Time Rift is actually found in-game in what equates to the
`Alpine Skyline Area` region.

The entrance connecting `Alpine Free Roam` to `Alpine Skyline Area`
(`AFR -> Alpine Skyline Area`) requires the Hookshot Badge (and Umbrella
if umbrella logic is enabled), but because the entrance to
`Time Rift - Alpine Skyline` is placed in `Alpine Free Roam` instead, it
was missing the hookshot/umbrella requirements.

The missing Hookshot Badge and Umbrella requirements have been added to
`Rules.set_rift_rules()` and `Rules.set_default_rift_rules()`.

The entrances to the `Time Rift - Curly Tail Trail` and `Time Rift - The
Twilight Bell` regions are also in the `Alpine Free Roam` region, but
the logic for both of those entrances require event items that are only
accessible from the `Alpine Skyline Area` region.
2024-08-29 08:11:42 +02:00
..
docs AHIT: Update Setup Guide (#3647) 2024-07-25 09:27:22 +02:00
test A Hat in Time: Implement New Game (#2640) 2024-05-20 09:04:06 +02:00
Client.py A Hat in Time: Implement New Game (#2640) 2024-05-20 09:04:06 +02:00
DeathWishLocations.py A Hat in Time: Implement New Game (#2640) 2024-05-20 09:04:06 +02:00
DeathWishRules.py AHIT: Fix Death Wish location rules not being added properly (#3455) 2024-06-04 21:15:28 +02:00
Items.py AHIT: Generation error fixes and some other bug fixes (#3663) 2024-07-27 19:16:52 +02:00
Locations.py A Hat in Time: Implement New Game (#2640) 2024-05-20 09:04:06 +02:00
Options.py A Hat in Time: Implement New Game (#2640) 2024-05-20 09:04:06 +02:00
Regions.py AHIT: Generation error fixes and some other bug fixes (#3663) 2024-07-27 19:16:52 +02:00
Rules.py AHIT: Fix Time Rift - Alpine Skyline entrance logic (#3851) 2024-08-29 08:11:42 +02:00
Types.py A Hat in Time: Implement New Game (#2640) 2024-05-20 09:04:06 +02:00
__init__.py AHIT: Generation error fixes and some other bug fixes (#3663) 2024-07-27 19:16:52 +02:00