Attic: G-Mode Regain Mobility

Room ID: 160

Wiki
From: 2
Bottom Door
To: 2
Bottom Door

Use a Covern or Kihunter. A flying Kihunter takes about 25 seconds to get to the door.

Requires:

{
  "or": [
    {
      "enemyDamage": {
        "enemy": "Kihunter (yellow)",
        "type": "contact",
        "hits": 1
      }
    },
    {
      "and": [
        {
          "enemyDamage": {
            "enemy": "Covern",
            "type": "contact",
            "hits": 1
          }
        },
        {
          "not": "f_DefeatedPhantoon"
        },
        "canRiskPermanentLossOfAccess"
      ]
    }
  ]
}