Landing Site: Transition with Stored Fall Speed (more speed)

Room ID: 8

Wiki
From: 4
Bottom Right Door
To: 2
Bottom Left Door

Break the Bomb blocks using Screw Attack in a Moonfall or SpeedBooster.

Entrance condition:

{
  "comeInWithStoredFallSpeed": {
    "fallSpeedInTiles": 2
  }
}

Requires:

{
  "or": [
    {
      "canShineCharge": {
        "usedTiles": 25,
        "steepDownTiles": 3,
        "openEnd": 0
      }
    },
    {
      "and": [
        "ScrewAttack",
        "Grapple"
      ]
    }
  ]
}

Exit condition:

{
  "leaveWithStoredFallSpeed": {
    "fallSpeedInTiles": 2
  }
}