Amphitheatre: HiJump

Room ID: 136

Wiki
From: 4
Center Floating Platforms Junction
To: 2
Right Door

Requires:

"h_canNavigateHeatRooms"
"HiJump"
{
  "or": [
    "SpeedBooster",
    {
      "heatFrames": 90
    }
  ]
}
{
  "heatFrames": 270
}
{
  "or": [
    "canCarefulJump",
    "canLateralMidAirMorph",
    "ScrewAttack",
    {
      "and": [
        {
          "enemyKill": {
            "enemies": [
              [
                "Yellow Space Pirate (standing)"
              ]
            ],
            "explicitWeapons": [
              "Charge+Ice+Wave+Spazer"
            ]
          }
        },
        {
          "heatFrames": 240
        }
      ]
    },
    {
      "and": [
        {
          "enemyKill": {
            "enemies": [
              [
                "Yellow Space Pirate (standing)"
              ]
            ],
            "explicitWeapons": [
              "Missile",
              "Charge+Plasma"
            ]
          }
        },
        {
          "heatFrames": 120
        }
      ]
    },
    {
      "and": [
        {
          "enemyKill": {
            "enemies": [
              [
                "Yellow Space Pirate (standing)"
              ]
            ],
            "explicitWeapons": [
              "Super"
            ]
          }
        },
        {
          "heatFrames": 60
        }
      ]
    }
  ]
}