Room ID: 184
From: 2
Right Door
To: 1
Bottom Left 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 an 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": {}
}Requires: "canRModeStandupClip"
{
"disableEquipment": "ETank"
}
{
"disableEquipment": "Gravity"
}
{
"disableEquipment": "HiJump"
}
{
"resourceAvailable": [
{
"type": "Energy",
"count": 99
}
]
}
{
"or": [
"canBeVeryPatient",
{
"and": [
"canMidAirMorph",
"canBePatient"
]
}
]
}
{
"partialRefill": {
"type": "ReserveEnergy",
"limit": 20
}
}
{
"autoReserveTrigger": {}
} |