Room ID: 86
 
        | 
        From: 2 Middle Left Door 
        To: 1 Top Left Door 
 Spin-jump up and kill the Sova from the left just before landing on its platform. Entrance condition: {
  "comeInShinecharged": {}
}Requires: {
  "shineChargeFrames": 115
}
"canShinechargeMovementComplex"
{
  "or": [
    "ScrewAttack",
    "canTrickyJump"
  ]
}
{
  "enemyKill": {
    "enemies": [
      [
        "Sova"
      ]
    ],
    "explicitWeapons": [
      "ScrewAttack",
      "Wave",
      "Spazer",
      "Plasma",
      "Missile",
      "Super"
    ]
  }
}
{
  "shinespark": {
    "frames": 7,
    "excessFrames": 0
  }
}Exit condition: {
  "leaveWithSpark": {}
}Unlocks doors: {"types":["super"],"requires":[]}
{"types":["missiles","powerbomb"],"requires":["never"]} |