Room ID: 75
From: 5
Top Right Door (Through Morph Tunnel)
To: 5
Top Right Door (Through Morph Tunnel)
It takes around 2 minutes to get the Zero to this door. Crouch jump to touch a well timed Cacatac spike at the peak of Samus' jump. Use a neutral damage boost to gain some height. At the peak of the boost, down grab the ledge. Requires: "canBePatient"
{
"or": [
{
"ammo": {
"type": "Super",
"count": 1
}
},
{
"obstaclesCleared": [
"A"
]
}
]
}
"Morph"
"canNeutralDamageBoost"
"canTrickyDodgeEnemies"
"h_crouchJumpDownGrab"
{
"enemyDamage": {
"enemy": "Cacatac",
"type": "spike",
"hits": 1
}
}Exit condition: {
"leaveWithGModeSetup": {}
} |