Shaktool Room: G-Mode Regain Mobility

Room ID: 222

Wiki
From: 2
Right Door
To: 2
Right Door

Wait for Shaktool. If Shaktool's camera is fixed it is possible without Shaktool, by using a Snail (Yard): a Super or any SBA can trigger a Yard to attack.

Requires:

{
  "or": [
    {
      "and": [
        {
          "enemyDamage": {
            "enemy": "Shaktool",
            "type": "contact",
            "hits": 1
          }
        },
        "f_ShaktoolDoneDigging"
      ]
    },
    {
      "and": [
        {
          "enemyDamage": {
            "enemy": "Yard",
            "type": "contact",
            "hits": 1
          }
        },
        "h_ShaktoolCameraFix",
        {
          "or": [
            {
              "ammo": {
                "type": "Super",
                "count": 1
              }
            },
            {
              "and": [
                "canSpecialBeamAttack",
                {
                  "ammo": {
                    "type": "PowerBomb",
                    "count": 1
                  }
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}