Room ID: 174
From: 2
Bottom Left Door
To: 7
Lower Hills Junction
Jump with either Springball or HiJump onto a Sciser while it is climbing the right-most mountain. Have Reserves set to manual and return them to auto after taking a deadly crab hit in order to gain two damage boosts. This gains barely enough height to reach the ledge above. If Morph is unavailable, then a down-grab must be done blind: buffer the down input through the reserve refill, then press forward immediately after taking damage. Requires: "h_navigateUnderwater"
"canCrouchJump"
"canInsaneJump"
"canReserveDoubleDamageBoost"
{
"or": [
"h_maxHeightSpringBallJump",
"HiJump"
]
}
{
"or": [
"Morph",
"canOffScreenMovement"
]
}
{
"autoReserveTrigger": {
"minReserveEnergy": 85
}
}
{
"enemyDamage": {
"enemy": "Sciser",
"type": "contact",
"hits": 1
}
} |