Indiana Jones Room: Shinespark (Come in Shinecharged, HiJump)

Room ID: 127

Wiki
From: 1
Left Door
To: 3
Item

Wall jump or build run speed using the full runway to jump high enough for the shinespark.

Entrance condition:

{
  "comeInShinecharged": {}
}

Requires:

{
  "shineChargeFrames": 80
}
"HiJump"
"canShinechargeMovementComplex"
"canHorizontalMidairShinespark"
{
  "or": [
    {
      "and": [
        "canWalljump",
        {
          "shinespark": {
            "frames": 80
          }
        }
      ]
    },
    {
      "and": [
        "canTrickyDashJump",
        {
          "shinespark": {
            "frames": 60
          }
        }
      ]
    }
  ]
}