Ice Beam Snake Room: Base

Room ID: 108

Wiki
From: 4
Junction Below Morph Tunnel
To: 5
Junction Above Morph Tunnel

Requires:

{
  "or": [
    {
      "and": [
        "canWalljump",
        {
          "heatFrames": 100
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "canSpringBallJumpMidAir",
        {
          "heatFrames": 160
        }
      ]
    },
    {
      "and": [
        "SpaceJump",
        {
          "heatFrames": 180
        }
      ]
    },
    {
      "and": [
        "SpaceJump",
        "HiJump",
        {
          "heatFrames": 120
        }
      ]
    }
  ]
}