Cathedral Entrance: Sova Boost

Room ID: 90

Wiki
From: 3
Bottom Left Junction
To: 1
Left Door

Either race the nearby sova to the morph tunnel or wait for the global Sova to come around. Build speed on the lower platform and jump towards the morph tunnel while performing a Midair Morph to reach the Sova in time. Guiding the local Sova around through the shot block again can be faster, but is not expected.

Requires:

"canNeutralDamageBoost"
"Morph"
{
  "enemyDamage": {
    "enemy": "Sova",
    "hits": 1,
    "type": "contact"
  }
}
{
  "or": [
    {
      "and": [
        "canTrickyJump",
        "canLateralMidAirMorph",
        {
          "heatFrames": 340
        }
      ]
    },
    {
      "heatFrames": 2700
    }
  ]
}