Shaktool Room: G-Mode Regain Mobility (Yard, Camera Fixed)

Room ID: 222

Wiki
From: 2
Right Door
To: 2
Right Door

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

Requires:

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