Business Center: Carry Shinecharge (Sova Kill)

Room ID: 86

Wiki
From: 1
Top Left Door
To: 2
Middle Left Door

Entrance condition:

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

Requires:

{
  "or": [
    {
      "enemyKill": {
        "enemies": [
          [
            "Sova"
          ]
        ],
        "explicitWeapons": [
          "ScrewAttack",
          "Wave",
          "Spazer",
          "Plasma",
          "Missile",
          "Super"
        ]
      }
    },
    {
      "and": [
        {
          "enemyKill": {
            "enemies": [
              [
                "Sova"
              ]
            ],
            "explicitWeapons": [
              "PowerBeam"
            ]
          }
        },
        "canDownBack"
      ]
    }
  ]
}
"canShinechargeMovementComplex"

Exit condition:

{
  "leaveShinecharged": {
    "framesRemaining": "auto"
  }
}