Green Bubbles Missile Room: 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
        },
        {
          "enemyKill": {
            "enemies": [
              [
                "Geruta"
              ]
            ],
            "explicitWeapons": [
              "Super",
              "Missile",
              "Plasma",
              "Wave"
            ]
          }
        }
      ]
    }
  ]
}