Crab Gate Room: Crystal Spark (In-Room)

Room ID: 176

Wiki
From: 2
Right Door
To: 2
Right Door

Requires:

"Gravity"
"h_shinechargeMaxRunway"
{
  "or": [
    {
      "and": [
        "h_enemyDrops",
        "h_CrystalSparkWithoutLenience",
        {
          "or": [
            "canBeVeryPatient",
            {
              "ammo": {
                "type": "Super",
                "count": 2
              }
            },
            {
              "resetRoom": {
                "nodes": [
                  2
                ]
              }
            }
          ]
        }
      ]
    },
    "h_CrystalSpark"
  ]
}

Resets obstacles: A

Dev note: This won't apply the lenience to the Super if resetting the room on the left, but there are enough crabs that you'd likely only need a couple extra Supers in the worst-case scenario.