Room ID: 18
Come in Shinecharging, Leave With Temporary Blue (Spring Ball Bounce)
(Extreme)
Final Missile Bombway
From: 2
Right Door
To: 1
Left Door
Unmorph immediately after exiting the tunnel while still descending, to continue chaining temporary blue. The frame window for the unmorph depends on the alignment of Samus' bounces; in the worst case where Samus bounces upward while exiting, this method will unavoidably fail. Entrance condition: { "comeInShinecharging": { "length": 2, "openEnd": 0 } } Requires: "canChainTemporaryBlue" "canSpringBallBounce" "canInsaneJump" Exit condition: { "leaveWithTemporaryBlue": {} } Unlocks doors: {"types":["ammo"],"requires":[]} Dev note: FIXME: The canInsaneJump is for difficulty placement for the unmorph while exiting the tunnel; it may be better to introduce a specific tech for this? Doing a 'canPauseRemorphTemporaryBlue' is technically an alternative, but it seems to be significantly harder. |