Colosseum: Full Halfie Shinespark (Very Hard)

Initiate a Shinespark 1 tile below the ceiling to cross all of the room. Shinesparking too high or too low will crash and Samus will likely fall into the sand.

Difficulty filter

Strats ()

Shinespark (Very Hard)
Colosseum
From: 1
Left Door
To: 2
Bottom Right Door

Entrance condition:

{
  "comeInShinecharged": {}
}

Requires:

{
  "notable": "Full Halfie Shinespark"
}
{
  "shineChargeFrames": 20
}
"canShinechargeMovement"
"canMidairShinespark"
"canTrickyJump"
{
  "shinespark": {
    "frames": 128,
    "excessFrames": 21
  }
}
From: 1
Left Door
To: 3
Top Right Door

Initiate a Shinespark 1 tile below the ceiling to cross all of the room. Shinesparking too high or too low will crash and Samus will likely fall into the sand.

Entrance condition:

{
  "comeInShinecharged": {}
}

Requires:

{
  "shineChargeFrames": 20
}
{
  "notable": "Full Halfie Shinespark"
}
"canShinechargeMovementComplex"
"canMidairShinespark"
"canTrickyJump"
{
  "or": [
    {
      "shinespark": {
        "frames": 128,
        "excessFrames": 6
      }
    },
    {
      "and": [
        {
          "shinespark": {
            "frames": 128,
            "excessFrames": 21
          }
        },
        "canControlShinesparkEnd",
        "canWalljump"
      ]
    }
  ]
}
From: 3
Top Right Door
To: 1
Left Door

Initiate a Shinespark 1 tile below the ceiling to cross all of the room. Shinesparking too high or too low will crash and Samus will likely fall into the sand.

Entrance condition:

{
  "comeInShinecharged": {}
}

Requires:

{
  "shineChargeFrames": 10
}
{
  "notable": "Full Halfie Shinespark"
}
"canShinechargeMovementComplex"
"canMidairShinespark"
"canTrickyJump"
{
  "or": [
    {
      "shinespark": {
        "frames": 127,
        "excessFrames": 4
      }
    },
    {
      "and": [
        {
          "shinespark": {
            "frames": 127,
            "excessFrames": 16
          }
        },
        "canControlShinesparkEnd",
        {
          "or": [
            "canWalljump",
            "canTrickyJump"
          ]
        }
      ]
    }
  ]
}