Caterpillar Room: G-Mode Setup - Get Hit By Zero (Damage Boost Up)

Room ID: 75

Wiki
From: 5
Top Right Door (Through Morph Tunnel)
To: 5
Top Right Door (Through Morph Tunnel)

It takes around 2 minutes to get the Zero to this door. Let the Zero climb the right wall and jump on top of it in Morph Ball form to bounce up to the Cacatac platform.

Requires:

"canBePatient"
{
  "or": [
    {
      "ammo": {
        "type": "Super",
        "count": 1
      }
    },
    {
      "obstaclesCleared": [
        "A"
      ]
    }
  ]
}
"Morph"
"canNeutralDamageBoost"
"canTrickyJump"
"h_canCrouchJumpDownGrab"
{
  "enemyDamage": {
    "enemy": "Zero",
    "type": "contact",
    "hits": 1
  }
}

Exit condition:

{
  "leaveWithGModeSetup": {}
}