Red Tower: G-Mode Setup - Get Hit By Beetom

Room ID: 66

Wiki
From: 1
Top Left Door
To: 4
Bottom Right Door

Requires:

{
  "obstaclesNotCleared": [
    "A"
  ]
}
{
  "enemyDamage": {
    "enemy": "Beetom",
    "type": "contact",
    "hits": 5
  }
}

Exit condition:

{
  "leaveWithGModeSetup": {
    "knockback": false
  }
}

Unlocks doors:

{"types":["missiles","super"],"requires":[]}
{
  "types": [
    "powerbomb"
  ],
  "requires": [
    {
      "or": [
        "canWalljump",
        "h_canFly",
        "canSpringBallJumpMidAir",
        {
          "and": [
            "HiJump",
            "SpeedBooster"
          ]
        }
      ]
    }
  ],
  "note": [
    "Using a Power Bomb here requires leaving the Beetom above and going back for it.",
    "The Power Bomb will destroy the nearby Rippers, which is why there are additional requirements to get back up."
  ]
}