Beta Power Bomb Room: R-Mode Crystal Flash Interrupt

Room ID: 77

Wiki
From: 1
Right Door
To: 1
Right Door

Avoiding a double hit on the Sidehoppers can be pretty tricky. One fairly reliable way it to lure all of the Sidehoppers to the right of the room and place a Power Bomb on the left side to break some of the floor. Hop across the platforms to lure one or more hoppers back to the left and quickly get on the block where the left-most Power Bomb block was. Place a Power Bomb in the corner and roll to the right side of the block to prevent being boosted then roll back to Crystal Flash. In this lower position, the Sidehoppers are much less likely to die, and are more likely to hit Samus instead of the light orb.

Entrance condition:

{
  "comeInWithRMode": {}
}

Requires:

"canTrickyRModeCrystalFlashInterrupt"
"h_usePowerBomb"
{
  "ammo": {
    "type": "Missile",
    "count": 10
  }
}
{
  "or": [
    "h_partialEnemyDamageReduction",
    {
      "resourceAtMost": [
        {
          "type": "RegularEnergy",
          "count": 19
        }
      ]
    },
    {
      "and": [
        {
          "resourceCapacity": [
            {
              "type": "RegularEnergy",
              "count": 199
            }
          ]
        },
        {
          "resourceCapacity": [
            {
              "type": "ReserveEnergy",
              "count": 199
            }
          ]
        }
      ]
    }
  ]
}