Spore Spawn Super Room: G-Mode Overload PLMS with Chozo Ball, Shinespark

Room ID: 63

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

Shoot the Chozo Ball multiple times to overload PLMs then Shinespark to get up.

Entrance condition:

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

Requires:

{
  "itemNotCollectedAtNode": 3
}
"canRiskPermanentLossOfAccess"
{
  "canShineCharge": {
    "usedTiles": 16,
    "openEnd": 2
  }
}
"canShinechargeMovement"
{
  "or": [
    {
      "shinespark": {
        "frames": 138,
        "excessFrames": 6
      }
    },
    {
      "and": [
        "h_artificialMorphCrystalFlash",
        {
          "or": [
            "Morph",
            "canArtificialMorph"
          ]
        },
        {
          "shinespark": {
            "frames": 138,
            "excessFrames": 6
          }
        }
      ]
    }
  ]
}