Room ID: 67
Jump from the runway near the right door to bounce onto spikes for X-Mode. Store a spark in X-Mode and use that to shinepark across the room. Bumping a solid tile before activating X-Mode will remove dash state, preventing shinecharging. The left door must have been opened previously, in order to shinespark through it. Requires: { "obstaclesCleared": [ "A" ] } "canMidairShinespark" "canXMode" { "spikeHits": 1 } "h_canShineChargeMaxRunway" { "or": [ { "shinespark": { "frames": 146 } }, { "and": [ "SpaceJump", { "shinespark": { "frames": 50 } } ] } ] } Exit condition: { "leaveWithSpark": {} } Unlocks doors: {"types":["ammo"],"requires":[],"useImplicitRequires":false} |