Skip to content

Commit

Permalink
Add well front -> back hard ladder storages
Browse files Browse the repository at this point in the history
  • Loading branch information
ScipioWright authored Jun 17, 2024
1 parent d1a602a commit 1be8369
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions worlds/tunic/ladder_storage_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,18 @@ class LadderInfo(NamedTuple):
]

hard_ls: List[LadderInfo] = [
# lower ladder, go into the waterfall then above the bonfire, up a ramp, then through the right wall
LadderInfo("Beneath the Well Front", "Sewer, Sewer_Boss_", "Ladders in Well"),
LadderInfo("Beneath the Well Front", "Sewer, Overworld Redux_west_aqueduct", "Ladders in Well"),
LadderInfo("Beneath the Well Front", "Beneath the Well Back", "Ladders in Well", dest_is_region=True),
# go through the hexagon engraving above the vault door
LadderInfo("Frog's Domain", "frog cave main, Frog Stairs_Exit", "Ladders to Frog's Domain"),
# maybe a little egregious -- ice grapple a spider off, then use it to push into the portal room
LadderInfo("Rooted Ziggurat Lower Back", "ziggurat2020_3, ziggurat2020_FTRoom_"),
# go behind the cathedral to reach the door, pretty easily doable
LadderInfo("Swamp Mid", "Swamp Redux 2, Cathedral Redux_main", "Ladders in Swamp"),
# need to do hc midair
LadderInfo("Swamp Mid", "Swamp Redux 2, Cathedral Redux_secret", "Ladders in Swamp"),
LadderInfo("Back of Swamp", "Swamp Redux 2, Cathedral Redux_main"),
# need to do hc midair
# need to do hc midair, probably cannot get into this without hc
LadderInfo("Swamp Mid", "Swamp Redux 2, Cathedral Redux_secret", "Ladders in Swamp"),
LadderInfo("Back of Swamp", "Swamp Redux 2, Cathedral Redux_secret"),
]

0 comments on commit 1be8369

Please sign in to comment.