Room ID: 104
|
Entrance condition: {
"comeInRunning": {
"speedBooster": "yes",
"minTiles": 8
}
}Requires: "canSpeedyJump"
"canInsaneJump"
{
"or": [
{
"and": [
"canPreciseWallJump",
{
"heatFrames": 150
}
]
},
{
"and": [
"canLateralMidAirMorph",
{
"heatFrames": 110
}
]
}
]
}Dev note: A running jump over the pit requires a runway in the previous room of 8 tiles with an open end, with a last-frame jump into a very precise air ball or wall jump. |