Double Chamber: Indirect G-Mode, Despawn Gate

Room ID: 104

Wiki
From: 2
Bottom Left Door
To: 3
Right Door

It is possible to climb the left side of the room with SpeedBooster alone, with either a tricky dash jump or a vertical shinespark, then Grapple the Ripper or ceiling blocks. With Grapple, a running jump then single Grapple swing can be used before PLMs are overloaded, alternatively jump on the crumble blocks and Grapple the Ripper.

Entrance condition:

"comeInWithGMode": {
  "mode": "indirect",
  "morphed": false
}

Requires:

{"or": [
  "SpaceJump",
  "canTrickySpringBallJump",
  {"and": [
    "canWallJump",
    {"or": [
      "canDash",
      "HiJump",
      {"and": [
        "canBlueSuitSpikeJump",
        {"spikeHits": 1}
      ]}
    ]}
  ]},
  {"and": [
    "HiJump",
    "canSpeedyJump"
  ]},
  {"and": [
    "canTrickyDashJump",
    "canPreciseGrapple"
  ]},
  {"and": [
    "canPreciseGrapple",
    {"canShineCharge": {
      "usedTiles": 28,
      "gentleUpTiles": 3,
      "gentleDownTiles": 3,
      "openEnd": 0
    }},
    {"or": [
      {"shinespark": {"frames": 18, "excessFrames": 8}},
      {"and": [
        "canSpeedyJump",
        {"shinespark": {"frames": 16, "excessFrames": 10}}
      ]}
    ]}
  ]}
]},
"h_heatedGModeOpenDifferentDoor"