Room ID: 101
|
Exit the previous room with Samus in a standing pose (while grappled). After teleporting, press right to release Grapple while staying standing (not being forced into a crouch). Then X-ray climb 1 screen to get up to the door transition, without needing to open the door. Entrance condition: {
"comeInWithGrappleTeleport": {
"blockPositions": [
[
2,
18
],
[
2,
19
],
[
2,
28
],
[
2,
29
]
]
}
}Requires: "canXRayClimb"
{
"heatFrames": 1600
}
{
"lavaFrames": 1600
}Bypasses door shell: true Dev note: FIXME: Add a way to model the flag that gets set in this room after outrunning the lava, with SpeedBooster collected. That would be a way to avoid the lavaFrames. We also could have a canRiskPermanentLossOfAccess version based on not having SpeedBooster. |