Double Chamber: R-Mode Standup Clip

Room ID: 104

Wiki
From: 2
Bottom Left Door
To: 3
Right Door

Enter with R-Mode, disable any E-Tanks and farm the Kago to put Energy into reserves. Get into postion under the top blocks and disable Varia. Time a down jump to reach the apex as reserves trigger. Release down during the reserve refill. A mid air morph increases the frame window Samus can clip through the blocks.

Entrance condition:

{
  "comeInWithRMode": {}
}

Requires:

"h_heatProof"
"canMidAirMorph"
"canRModeStandupClip"
"h_RModeCanRefillReserves"
{
  "partialRefill": {
    "type": "ReserveEnergy",
    "limit": 100
  }
}
{
  "disableEquipment": "Varia"
}
{
  "autoReserveTrigger": {
    "implicitHeatFrames": "suitless"
  }
}
{
  "suitlessHeatFrames": 30
}

Dev note: FIXME: Add suitless version.