Ice Beam Acid Room: Come in Getting Blue Speed, Leave With Temporary Blue

Room ID: 107

Wiki

Entrance condition:

{
  "comeInGettingBlueSpeed": {
    "length": 2,
    "openEnd": 1,
    "minExtraRunSpeed": "$1.9",
    "maxExtraRunSpeed": "$2.F"
  }
}

Requires:

"canChainTemporaryBlue"
{
  "or": [
    {
      "and": [
        "canBlueSpaceJump",
        {
          "heatFrames": 215
        }
      ]
    },
    {
      "and": [
        "canTrickySpringBallBounce",
        {
          "heatFrames": 215
        }
      ]
    },
    {
      "and": [
        "canLongChainTemporaryBlue",
        "canInsaneJump",
        {
          "heatFrames": 380
        }
      ]
    }
  ]
}

Exit condition:

{
  "leaveWithTemporaryBlue": {}
}

Unlocks doors:

{"types":["super","powerbomb"],"requires":[]}
{"types":["missiles"],"requires":[{"heatFrames":50}]}