Room ID: 45
Entrance condition: { "comeInGettingBlueSpeed": { "length": 0, "openEnd": 1, "minExtraRunSpeed": "$0.E", "maxExtraRunSpeed": "$1.D" } } Requires: "canSpeedball" "canChainTemporaryBlue" "canInsaneJump" Exit condition: { "leaveWithTemporaryBlue": {} } Unlocks doors: {"types":["ammo"],"requires":[]} Dev note: Slightly higher run speeds can work but with greater difficulty. FIXME: comeInGettingBlueSpeed is not technically the right entrance condition, since the jump needs to happen in the other room; we ignore this for now since it makes less than a tile of difference to the runway in the other room. |