Room ID: 31
From: 1
Left Door
To: 4
Middle Junction (Left of Morph Tunnel)
To use the full runway, kill the Zebbo with Wave, then Shinespark while on the ground or jump and spark low to save Energy. If Samus sparks from the raised ground while crouched, all the blocks will break, otherwise Morph will be needed to get through the last wall. Entrance condition: {
"comeInShinecharging": {
"length": 14,
"openEnd": 0,
"steepUpTiles": 1,
"steepDownTiles": 1
}
}Requires: "Wave"
{
"acidFrames": 11
}
{
"or": [
"Gravity",
{
"acidFrames": 5
}
]
}
"canShinechargeMovement"
"canHorizontalShinespark"
{
"or": [
{
"shinespark": {
"frames": 55,
"excessFrames": 0
}
},
{
"and": [
"canShinechargeMovementComplex",
{
"shinespark": {
"frames": 45,
"excessFrames": 0
}
}
]
}
]
}Clears obstacles: A, B Dev note: FIXME: Running through acid doesn't stop a shinecharge, but does inhibit tapping without gravity. And the acid frame count may change slightly with speed. |