Room ID: 70
 
        | 
        From: 1 Left Door 
        To: 2 Bottom Right Door 
 Run and jump onto the third single-tile platform, then jump over the Cacatac (or kill it). Fire a shot and activate the shinespark wind-up. Wait until the shot hits the door before sparking. Entrance condition: {
  "comeInShinecharged": {}
}Requires: {
  "shineChargeFrames": 140
}
"canShinechargeMovementComplex"
{
  "or": [
    {
      "enemyDamage": {
        "enemy": "Cacatac",
        "type": "spike",
        "hits": 1
      }
    },
    {
      "enemyKill": {
        "enemies": [
          [
            "Cacatac"
          ]
        ],
        "explicitWeapons": [
          "Missile",
          "Super",
          "Wave",
          "Spazer",
          "Plasma"
        ]
      }
    }
  ]
}
{
  "shinespark": {
    "frames": 24
  }
}Exit condition: {
  "leaveWithSpark": {}
}Unlocks doors: {"types":["super"],"requires":[]}
{"types":["missiles","powerbomb"],"requires":["never"]} |