Room ID: 7
        
        From: 1 
    Left Door 
        To: 2 
Right Door 
 Entrance condition: {
  "comeInShinecharging": {
    "length": 2,
    "openEnd": 0,
    "steepDownTiles": 1
  }
}Requires: "canChainTemporaryBlue"
{
  "or": [
    "canBlueSpaceJump",
    {
      "and": [
        "canGravityJump",
        "canLongChainTemporaryBlue"
      ]
    }
  ]
}Exit condition: {
  "leaveWithTemporaryBlue": {}
}Unlocks doors: {"types":["ammo"],"requires":[]} |