Green Bubbles Tunnel: G-Mode

Room ID: 98

Wiki
From: 1
Left Door
To: 3
Item

Entrance condition:

{
  "comeInWithGMode": {
    "mode": "any",
    "morphed": false
  }
}

Requires:

"h_heatedGMode"
"Morph"
{
  "or": [
    {
      "heatFrames": 260
    },
    {
      "and": [
        {
          "heatFrames": 130
        },
        {
          "or": [
            {
              "enemyKill": {
                "enemies": [
                  [
                    "Geruta"
                  ]
                ],
                "explicitWeapons": [
                  "Super",
                  "Missile",
                  "Plasma",
                  "Wave",
                  "PowerBomb"
                ]
              }
            },
            {
              "haveBlueSuit": {}
            }
          ]
        }
      ]
    }
  ]
}