Indiana Jones Room: Shinespark (Come in Shinecharging, 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:

{
  "comeInShinecharging": {
    "length": 9,
    "openEnd": 0
  }
}

Requires:

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