Single Chamber: G-Mode Setup - Get Hit By Multiviola

Room ID: 103

Wiki
From: 4
Left Shaft - Top Right Door
To: 4
Left Shaft - Top Right Door

Climb the room and open the top door, so that the Multiviola will reach the second door.

Requires:

{
  "or": [
    "canWalljump",
    "HiJump",
    "SpaceJump",
    "h_canCrouchJumpDownGrab",
    "Wave"
  ]
}
{
  "heatFrames": 950
}
{
  "or": [
    "canTrickyJump",
    "Wave",
    "Spazer",
    "Plasma",
    {
      "ammo": {
        "type": "Missile",
        "count": 1
      }
    },
    {
      "ammo": {
        "type": "Super",
        "count": 1
      }
    },
    {
      "enemyDamage": {
        "enemy": "Alcoon",
        "type": "fireball",
        "hits": 1
      }
    }
  ]
}

Exit condition:

{
  "leaveWithGModeSetup": {}
}