Warehouse Kihunter Room: G-Mode Kihunter Ice Moonfall Door Lock Skip

Room ID: 81

Wiki
From: 3
Top Right Door
To: 1
Left Vertical Door

Overload PLMs using the camera scroll block in the tunnel to get to the left side of the room. Freeze two Kihunters above the door to be able to moonfall between them. After gaining enough speed, hold backward to move forward and buffer a turnaround to clip through the door.

Plasma or Charge are needed in order to be able to freeze the Kihunters mid-air; otherwise they would lose their wings and fall to the ground.

Entrance condition:

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

Requires:

"canTrickyGMode"
{
  "noBlueSuit": {}
}
"canTrickyUseFrozenEnemies"
{
  "or": [
    "Charge",
    "Plasma"
  ]
}
{
  "enemyDamage": {
    "enemy": "Kihunter (green)",
    "type": "contact",
    "hits": 2
  }
}
"canEnemyStuckMoonfall"
"canFreeFallClip"

Exit condition:

{
  "leaveWithGMode": {
    "morphed": false
  }
}

Bypasses door shell: true

Dev note: Manipulating the Kihunters is difficult. It might be possible to avoid enemy damage but this would be even more difficult.