West Cactus Alley Room: G-Mode Morph

Room ID: 195

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

Entrance condition:

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

Requires:

"h_canArtificialMorphDoubleSpringBallJump"
{
  "or": [
    "h_canArtificialMorphPowerBomb",
    {
      "enemyDamage": {
        "enemy": "Cacatac",
        "type": "spike",
        "hits": 2
      }
    },
    {
      "and": [
        "canInsaneJump",
        {
          "enemyDamage": {
            "enemy": "Cacatac",
            "type": "spike",
            "hits": 1
          }
        }
      ]
    }
  ]
}