Botwoon Hallway: R-Mode Forced Standup Clip (Left to Right)

Room ID: 184

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

Lure a Mochtroid, stand below the crumbles, and perform a suitless jump and aim down, timed so that the reserve trigger forced standup happens just before Samus contacts the crumbles and still has upwards momentum. Release down before the refill completes, pressing down again when Samus approaches the peak of her jump. If Morph is available a jump morph can be used for more leniency, giving a 8 frame window compared to 3 frames for the regular jump. If Spring Ball is also available, jumping in Spring Ball increases the window to 9 frames.

Entrance condition:

{
  "comeInWithRMode": {},
  "comesThroughToilet": "any"
}

Requires:

"canRModeStandupClip"
{
  "disableEquipment": "ETank"
}
{
  "disableEquipment": "Gravity"
}
{
  "disableEquipment": "HiJump"
}
{
  "resourceAvailable": [
    {
      "type": "Energy",
      "count": 99
    }
  ]
}
{
  "or": [
    "canBeVeryPatient",
    {
      "and": [
        "canMidAirMorph",
        "canBePatient"
      ]
    }
  ]
}
{
  "partialRefill": {
    "type": "ReserveEnergy",
    "limit": 20
  }
}
{
  "autoReserveTrigger": {}
}