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.

Entrance condition:

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

Requires:

{
  "or": [
    "Gravity",
    "h_canArtificialMorphBombs",
    "h_canArtificialMorphPowerBomb",
    {
      "enemyDamage": {
        "enemy": "Mochtroid",
        "type": "contact",
        "hits": 1
      }
    }
  ]
}