Room ID: 167
        
        From: 1 
    Right Door 
        To: 2 
Item 
 Using speed from the adjacent room, perform a ceiling mockball and equip or unequip Spring Ball to make it across the gap. Entrance condition: {
  "comeInRunning": {
    "speedBooster": true,
    "minTiles": 12
  }
}Requires: "canTrickyJump"
"canMomentumConservingMorph"
"canSpringFling"
{
  "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.  |