Room ID: 198
From: 8
Bottom Right Shinecharged
To: 6
Junction Above Bomb Blocks
Spark vertically through the bomb blocks. It is still possible to break the blocks while below 30 Energy by jumping before sparking. Requires: { "shineChargeFrames": 50 } { "or": [ { "shinespark": { "frames": 10, "excessFrames": 8 } }, { "and": [ "canMidairShinespark", { "shinespark": { "frames": 7, "excessFrames": 7 } } ] }, { "and": [ "canTrickyJump", "canMidairShinespark", { "shinespark": { "frames": 1, "excessFrames": 1 } } ] } ] } Clears obstacles: A Dev note: It is possible to save some energy by sparking into the left wall, but it won't work with midair sparking, which saves the same amount and is easier. Note that it is possible to spark into the ceiling to break the blocks without energy loss, but it has collision oscillation. FIXME: Add temporary blue strats. |