Post Crocomire Farming Room: In-room Speedy Jump up with HiJump and Leave while Shinecharged

Room ID: 123

Wiki

Shortcharge to the right and then jump from below the floating platform to reach the top left door.

Requires:

"HiJump"
"canShinechargeMovementComplex"
{
  "or": [
    "canWalljump",
    "canTrickyDashJump"
  ]
}
{
  "or": [
    {
      "canShineCharge": {
        "usedTiles": 18,
        "openEnd": 1,
        "gentleUpTiles": 4,
        "gentleDownTiles": 2
      }
    },
    {
      "and": [
        {
          "doorUnlockedAtNode": 3
        },
        {
          "canShineCharge": {
            "usedTiles": 19,
            "openEnd": 1,
            "gentleUpTiles": 4,
            "gentleDownTiles": 2
          }
        }
      ]
    }
  ]
}

Exit condition:

{
  "leaveShinecharged": {
    "framesRemaining": 10
  }
}