Room ID: 103
 
        | 
        From: 3 Left Shaft - Middle Right Door 
        To: 1 Left Shaft - Top Left Door 
 Entrance condition: {
  "comeInGettingBlueSpeed": {
    "length": 3,
    "openEnd": 1,
    "minExtraRunSpeed": "$2.0"
  }
}Requires: "canXRayTurnaround"
"canLongChainTemporaryBlue"
{
  "or": [
    {
      "and": [
        "HiJump",
        {
          "heatFrames": 890
        }
      ]
    },
    {
      "and": [
        "canTrickySpringBallJump",
        {
          "heatFrames": 1020
        }
      ]
    }
  ]
}Exit condition: {
  "leaveWithTemporaryBlue": {}
}Unlocks doors: {"types":["super","powerbomb"],"requires":[]}
{"types":["missiles"],"requires":[{"heatFrames":50}]}Dev note: FIXME: This could be done with lower run speed, at the cost of more heat frames. |