Glass Tunnel: Glass Tunnel Grapple Teleport into Grapple Jump or Tube Intact (Right Entrance)

Room ID: 170

Wiki

Notable: true

Swing to the right, shoot open the door above, and grapple jump through it. The grapple beam will need to be retracted while swinging to the right, to avoid bonking on the small platform.

Entrance condition:

{
  "comeInWithGrappleTeleport": {
    "blockPositions": [
      [
        5,
        3
      ]
    ]
  }
}

Requires:

{
  "doorUnlockedAtNode": 4
}
{
  "or": [
    {
      "and": [
        "canMidairWiggle",
        "canTrickyGrappleJump",
        "canInsaneJump"
      ]
    },
    {
      "and": [
        {
          "not": "f_MaridiaTubeBroken"
        },
        "canRiskPermanentLossOfAccess"
      ]
    }
  ]
}