Room ID: 184
From: 2
Right Door
To: 1
Bottom Left Door
Perform a suitless crouch jump at the crumbles so that the reserve trigger forced standup happens just before Samus contacts the crumbles and still has upwards momentum. Hold down during the forced standup until through the crumbles or they break. If Morph is available a jump morph can be used for more leniency, giving a 9 frame window compared to 3 frames for the crouch jump. 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": {}
} |