Golden Torizo's Room: Power Bombs

Room ID: 150

Wiki
From: 2
Right Door
To: 4
Hidden Right Item

Requires:

"h_usePowerBomb"
{
  "or": [
    "canTrivialMidAirMorph",
    "h_useSpringBall"
  ]
}
{
  "or": [
    {
      "and": [
        "canPreciseWalljump",
        {
          "heatFrames": 230
        }
      ]
    },
    {
      "and": [
        "SpaceJump",
        {
          "heatFrames": 310
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "canSpeedyJump",
        {
          "heatFrames": 320
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "SpaceJump",
        {
          "heatFrames": 200
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "canWalljump",
        {
          "heatFrames": 200
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "canSpringBallJumpMidAir",
        {
          "heatFrames": 340
        }
      ]
    }
  ]
}