Climb Supers Room: Direct G-Mode, CF, Shinespark, Return

Room ID: 29

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

Crystal Flash then Shinespark up to the item, touch it, and return through the speed block that is now air. Use the Boyons and acid to reserve trigger to exit G-mode below to collect the item.

Entrance condition:

{
  "comeInWithGMode": {
    "mode": "direct",
    "morphed": true
  }
}

Requires:

"canComplexGMode"
"canRemoteAcquire"
"h_artificialMorphCrystalFlash"
{
  "or": [
    {
      "and": [
        "canTrivialUseFrozenEnemies",
        "h_shinechargeMaxRunway",
        "canMidairShinespark",
        {
          "shinespark": {
            "frames": 118,
            "excessFrames": 6
          }
        }
      ]
    },
    {
      "and": [
        "canShinechargeMovementComplex",
        {
          "canShineCharge": {
            "usedTiles": 34,
            "openEnd": 0
          }
        },
        {
          "shinespark": {
            "frames": 128,
            "excessFrames": 6
          }
        }
      ]
    }
  ]
}
{
  "autoReserveTrigger": {
    "minReserveEnergy": 1
  }
}

Collects items: 3

Dev note: These shinespark frames could be reduced with more items or tech, but in direct G-mode, Samus will need to CF and reserve trigger to collect the item.