Crocomire Escape: G-Mode Indirect With Assist, Despawn Gate

Room ID: 121

Wiki
From: 2
Right Door
To: 1
Left Door

Entrance condition:

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

Requires:

{
  "or": [
    "SpaceJump",
    {
      "and": [
        "HiJump",
        "canSpeedyJump",
        "canWalljump"
      ]
    },
    {
      "and": [
        "HiJump",
        "canSpringBallJumpMidAir",
        {
          "or": [
            {
              "noBlueSuit": {}
            },
            {
              "and": [
                "Gravity",
                {
                  "lavaFrames": 25
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "and": [
        {
          "notable": "Spring Ball Bomb Boost"
        },
        {
          "noBlueSuit": {}
        },
        "canSpringBallJumpMidAir",
        "canUnmorphBombBoost",
        "h_crouchJumpDownGrab",
        {
          "or": [
            "canInsaneJump",
            "h_additionalBomb"
          ]
        }
      ]
    },
    {
      "and": [
        {
          "or": [
            {
              "canShineCharge": {
                "usedTiles": 15,
                "openEnd": 2
              }
            },
            "h_storedSpark"
          ]
        },
        "canMidairShinespark",
        {
          "shinespark": {
            "frames": 12,
            "excessFrames": 2
          }
        }
      ]
    },
    {
      "and": [
        {
          "notable": "Ceiling Mockball Spring Fling"
        },
        "h_speedJump",
        "canInsaneJump",
        "canMomentumConservingMorph",
        "canSpringFling"
      ]
    }
  ]
}
"h_heatedGModeOpenDifferentDoor"