Room ID: 104
|
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. |