Room ID: 167
        
        From: 1 
    Right Door 
        To: 2 
Item 
 Entrance condition: {
  "comeInRunning": {
    "speedBooster": true,
    "minTiles": 23
  }
}Requires: "canTrickyJump"
"canMomentumConservingMorph"
{
  "or": [
    "canInsaneJump",
    {
      "thornHits": 5
    }
  ]
}
{
  "not": "f_DefeatedPhantoon"
}Dev note: The 5 thornHits are for lenience since it is very difficult to get this first try.  |