Double Chamber: Direct G-Mode, Through the Crumbles

Room ID: 104

Wiki
From: 1
Top Left Door
To: 4
Item

Overload PLMs by shooting the gate, then go through the crumble blocks below and get to the item.

Entrance condition:

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

Requires:

"Morph"
{
  "or": [
    "SpaceJump",
    "canPreciseGrapple",
    {
      "and": [
        "HiJump",
        "canSpringBallJumpMidAir"
      ]
    },
    "canInsaneWalljump",
    {
      "and": [
        "HiJump",
        "canUseIFrames",
        {
          "enemyDamage": {
            "enemy": "Ripper 2 (green)",
            "type": "contact",
            "hits": 1
          }
        },
        {
          "or": [
            "canWalljump",
            "SpeedBooster"
          ]
        }
      ]
    },
    "h_IBJFromSpikes"
  ]
}
{
  "heatFrames": 0
}