Crab Gate Room: Come in Shinecharging, Crystal Spark

Room ID: 176

Wiki
From: 1
Left Door
To: 1
Left Door

Entrance condition:

{
  "comeInShinecharging": {
    "length": 12,
    "openEnd": 0,
    "gentleDownTiles": 2,
    "steepUpTiles": 1,
    "steepDownTiles": 2
  },
  "comesInHeated": "no"
}

Requires:

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

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.