Room ID: 42
From: 1
Left Door
To: 2
Right Door
Shoot the bridge to see where it ends. Opening the door requires a shot that is fired while Samus has some momentum from running to the right. Charge a spark running left then run off right into a preopened door. Requires: {
"canShineCharge": {
"usedTiles": 19,
"openEnd": 1
}
}
"canShinechargeMovement"
"canCarefulJump"
{
"shineChargeFrames": 120
}Exit condition: {
"leaveShinecharged": {}
}Unlocks doors: {"types":["powerbomb"],"requires":[]}
{"types":["missiles","super"],"requires":["canTrickyJump"]}Dev note: Using the second openEnd means you cannot make it to the door in time. Could attach `canMomentumShot` tech if that gets added. Emphasis on Careful. There is no jump. |