Business Center: Come in Shinecharged, Leave With Spark (Sova Kill)

Room ID: 86

Wiki
From: 2
Middle Left Door
To: 6
Top Right Door

Spin-jump up and kill the Sova from the left just before landing on its platform.

Entrance condition:

{
  "comeInShinecharged": {
    "framesRequired": 125
  }
}

Requires:

"canShinechargeMovementComplex"
{
  "or": [
    "ScrewAttack",
    "canTrickyJump"
  ]
}
{
  "enemyKill": {
    "enemies": [
      [
        "Sova"
      ]
    ],
    "explicitWeapons": [
      "ScrewAttack",
      "Wave",
      "Spazer",
      "Plasma",
      "Missile",
      "Super"
    ]
  }
}
{
  "shinespark": {
    "frames": 7,
    "excessFrames": 0
  }
}

Exit condition:

{
  "leaveWithSpark": {
    "position": "bottom"
  }
}