Room ID: 7
        | 
 
 Execution of this strat is non-trivial, and failing will lead to falling into the pit. Depending on item loadout, that could be a softlock. Requires: "canDisableEquipment"
"canCarefulJump"
{
  "or": [
    {
      "doorUnlockedAtNode": 2
    },
    "canTrickyJump",
    "canLateralMidAirMorph",
    "SpeedBooster"
  ]
}Collects items: 3 Dev note: Could use a failure definition?  |