Fast Pillars Setup Room: Crystal Flash, R-Mode Spark Interrupt

Room ID: 133

Wiki
From: 2
Bottom Left Door
To: 5
Bottom Junction

Crystal Flash upon entry. Shinecharge along the bottom and use heat damage to interrupt.

Entrance condition:

{
  "comeInWithRMode": {}
}

Requires:

"h_heatProof"
"h_heatedCrystalFlashForReserveEnergy"
{
  "or": [
    {
      "canShineCharge": {
        "usedTiles": 12,
        "gentleUpTiles": 2,
        "gentleDownTiles": 2,
        "openEnd": 0
      }
    },
    {
      "and": [
        {
          "or": [
            {
              "doorUnlockedAtNode": 2
            },
            {
              "doorUnlockedAtNode": 3
            }
          ]
        },
        {
          "canShineCharge": {
            "usedTiles": 13,
            "gentleUpTiles": 2,
            "gentleDownTiles": 2,
            "openEnd": 0
          }
        }
      ]
    },
    {
      "and": [
        {
          "doorUnlockedAtNode": 2
        },
        {
          "doorUnlockedAtNode": 3
        },
        {
          "canShineCharge": {
            "usedTiles": 14,
            "gentleUpTiles": 2,
            "gentleDownTiles": 2,
            "openEnd": 0
          }
        }
      ]
    }
  ]
}
"h_heatTriggerRModeSparkInterrupt"

Unlocks doors:

{"nodeId":2,"types":["ammo"],"requires":[]}
{"nodeId":3,"types":["ammo"],"requires":[]}