Double Chamber: G-Mode

Room ID: 104

Wiki
From: 2
Bottom Left Door
To: 1
Top Left 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.

Entrance condition:

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

Requires:

{
  "or": [
    "SpaceJump",
    "canWalljump",
    {
      "and": [
        "HiJump",
        "SpeedBooster"
      ]
    },
    "canTrickyDashJump",
    {
      "and": [
        {
          "canShineCharge": {
            "usedTiles": 28,
            "gentleUpTiles": 3,
            "gentleDownTiles": 3,
            "openEnd": 0
          }
        },
        "canMidairShinespark",
        {
          "shinespark": {
            "frames": 1,
            "excessFrames": 1
          }
        }
      ]
    }
  ]
}
"h_HeatedGModeOpenDifferentDoor"

Dev note: This is only for strats without Morph, otherwise the strats can stop at 7 first.