Room ID: 135
 
        | 
        From: 3 Top Right Door 
        To: 1 Top Left Door 
 Entrance condition: {
  "comeInShinecharged": {}
}Requires: "canShinechargeMovementTricky"
{
  "or": [
    {
      "and": [
        {
          "shineChargeFrames": 135
        },
        {
          "heatFrames": 170
        },
        {
          "shinespark": {
            "frames": 11,
            "excessFrames": 0
          }
        }
      ]
    },
    {
      "and": [
        "HiJump",
        {
          "shineChargeFrames": 125
        },
        {
          "heatFrames": 160
        },
        {
          "shinespark": {
            "frames": 7,
            "excessFrames": 0
          }
        }
      ]
    }
  ]
}Exit condition: {
  "leaveWithSpark": {}
}Unlocks doors: {"types":["super"],"requires":[]}
{"types":["missiles","powerbomb"],"requires":["never"]} |