Below Spazer: Temporary Blue Chain

Room ID: 70

Wiki
From: 1
Left Door
To: 3
Top Right Door

It may help to disable HiJump for more controlled jumps.

Entrance condition:

{
  "comeInWithTemporaryBlue": {}
}

Requires:

{
  "doorUnlockedAtNode": 1
}
"HiJump"
{
  "or": [
    "Gravity",
    {
      "and": [
        "canTrickySpringBallJump",
        "canDodgeWhileShooting",
        "canLongChainTemporaryBlue",
        {
          "enemyKill": {
            "enemies": [
              [
                "Yapping Maw"
              ]
            ],
            "explicitWeapons": [
              "Super"
            ]
          }
        }
      ]
    }
  ]
}
"canChainTemporaryBlue"
"canXRayTurnaround"

Unlocks doors:

{"nodeId":1,"types":["ammo"],"requires":[]}