Halfie Climb Room: Indirect G-Mode Morph

Room ID: 187

Wiki
From: 1
Top Left Door
To: 5
G-Mode Morph, In Morph Tunnel

Enter morphed and kill the Mochtroid with Bombs or a Power Bomb, or roll off the edge with Gravity to drop fast enough not to lure the Mochtroid. It is also possible to Spring Fling by jumping from the ground immediately before the pause fully triggers to move right fast enough to avoid a hit.

Entrance condition:

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

Requires:

{
  "or": [
    "Gravity",
    {
      "and": [
        "h_artificialMorphBombs",
        "canInsaneJump"
      ]
    },
    "h_artificialMorphPowerBomb",
    {
      "and": [
        "h_artificialMorphSpringFling",
        "canTrickyGMode"
      ]
    },
    {
      "enemyDamage": {
        "enemy": "Mochtroid",
        "type": "contact",
        "hits": 1
      }
    }
  ]
}