Room ID: 186
From: 8
Right of Sand with Blue Speed (Running)
To: 3
Right Sand Pit
To most quickly reach the transition while in a Shinespark ready state, sink into the sand slightly and then hold a spinjump with Gravity and HiJump disabled. Requires: "h_shinechargeMaxRunway"
"canShinechargeMovementTricky"
"canQuickDrop"
"canPlayInSand"
{
"shineChargeFrames": 75
}Exit condition: {
"leaveShinecharged": {}
}Dev note: The `h_getBlueSpeedMaxRunway` requirement is to satisfy the tests, since we don't yet have a way to represent that being at node 8 implies already having blue speed. |