mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-30 07:03:24 -07:00
Add well front -> back hard ladder storages
This commit is contained in:
@@ -168,12 +168,18 @@ medium_ls: List[LadderInfo] = [
|
||||
]
|
||||
|
||||
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"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user