Room ID: 111
|
If entering from the bottom door, a Sova will be in the way in the top left: either wall jump in place while waiting for it, or wall jump around it using two crumble platforms to the right. Requires: "canConsecutiveWalljump"
{
"or": [
{
"and": [
"HiJump",
{
"heatFrames": 320
}
]
},
{
"heatFrames": 395
}
]
}
{
"or": [
{
"and": [
"canPreciseWalljump",
"canTrickyJump"
]
},
{
"and": [
"canTrickyWalljump",
{
"heatFrames": 50
}
]
},
{
"heatFrames": 300
}
]
}
{
"or": [
"canDodgeWhileShooting",
{
"heatFrames": 300
}
]
} |