Room ID: 54
|
Use the runway below the bug pipe to gain a shinecharge and reach the door with shinecharge frames remaining. Requires: {
"canShineCharge": {
"usedTiles": 17,
"openEnd": 1
}
}
"canShinechargeMovementTricky"
{
"or": [
{
"and": [
"HiJump",
{
"shineChargeFrames": 130
}
]
},
{
"and": [
"canWallJump",
{
"shineChargeFrames": 170
}
]
},
{
"shineChargeFrames": 175
}
]
}Exit condition: {
"leaveShinecharged": {}
}Dev note: One tile of runway is considered unusable in order to have space to quickly jump up onto the bomb blocks above. It could also be possible to break the bomb blocks, potentially increasing the framesRemaining slightly. |