Room ID: 202
From: 3
Bottom Left Shinecharged
To: 2
Right Door
Use X-Ray to cancel the shinecharge, in order to turnaround quickly enough to jump over the crab. Requires: { "shineChargeFrames": 0 } "h_getBlueSpeedMaxRunway" "canXRayCancelShinecharge" "canXRayTurnaround" "canChainTemporaryBlue" Exit condition: { "leaveWithTemporaryBlue": {} } Unlocks doors: {"types":["ammo"],"requires":[]} Dev note: The `h_getBlueSpeedMaxRunway` requirement is to satisfy the tests, since we don't have a way to represent that the temporary blue originates from the startsWithShineCharge. |