Fast Pillars Setup Room: No Power Bombs, R-Mode Spark Interrupt

Room ID: 133

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

Avoid the wall pirate while falling in. Kill the bottom standing pirate. Shinecharge over the PB blocks and then jump into a wall pirate shot to interrupt.

Entrance condition:

{
  "comeInWithRMode": {}
}

Requires:

"h_heatProof"
"canCarefulJump"
{
  "enemyKill": {
    "enemies": [
      [
        "Yellow Space Pirate (standing)",
        "Yellow Space Pirate (wall)",
        "Yellow Space Pirate (wall)"
      ]
    ],
    "excludedWeapons": [
      "PowerBomb"
    ]
  }
}
"h_RModeCanRefillReserves"
"canDodgeWhileShooting"
{
  "or": [
    {
      "enemyKill": {
        "enemies": [
          [
            "Yellow Space Pirate (standing)",
            "Yellow Space Pirate (wall)",
            "Yellow Space Pirate (wall)"
          ]
        ],
        "explicitWeapons": [
          "ScrewAttack",
          "Charge+Plasma",
          "Charge+Ice+Wave+Spazer",
          "Missile",
          "Super"
        ]
      }
    },
    {
      "and": [
        {
          "enemyKill": {
            "enemies": [
              [
                "Yellow Space Pirate (standing)",
                "Yellow Space Pirate (wall)",
                "Yellow Space Pirate (wall)"
              ]
            ],
            "explicitWeapons": [
              "Charge"
            ]
          }
        },
        "canBePatient"
      ]
    }
  ]
}
{
  "or": [
    {
      "resourceMissingAtMost": [
        {
          "type": "Missile",
          "count": 0
        }
      ]
    },
    "canBeLucky"
  ]
}
{
  "partialRefill": {
    "type": "ReserveEnergy",
    "limit": 20
  }
}
{
  "or": [
    {
      "canShineCharge": {
        "usedTiles": 12,
        "openEnd": 0
      }
    },
    {
      "and": [
        {
          "doorUnlockedAtNode": 1
        },
        {
          "canShineCharge": {
            "usedTiles": 13,
            "openEnd": 0
          }
        }
      ]
    }
  ]
}
{
  "autoReserveTrigger": {
    "maxReserveEnergy": 95
  }
}
"canRModeSparkInterrupt"

Unlocks doors:

{"nodeId":1,"types":["missiles","super"],"requires":[]}
{"nodeId":1,"types":["powerbomb"],"requires":["never"]}