Crocomire Escape: G-Mode Setup - Get Hit By Geruta, Heatproof, Morph

Room ID: 121

Wiki
From: 2
Right Door
To: 1
Left Door

Lure the Geruta to the left door. This may require many jumps to get it to swoop up onto the ledge and not get stuck.

Requires:

"h_heatProof"
"canBePatient"
"canCameraManip"
"Morph"
{
  "or": [
    "canTrickyDodgeEnemies",
    "SpaceJump",
    "Charge",
    "Ice",
    "Plasma",
    {
      "ammo": {
        "type": "Missile",
        "count": 2
      }
    },
    {
      "ammo": {
        "type": "Super",
        "count": 2
      }
    },
    {
      "ammo": {
        "type": "PowerBomb",
        "count": 2
      }
    },
    {
      "enemyDamage": {
        "enemy": "Dragon",
        "type": "fireball",
        "hits": 5
      }
    },
    {
      "and": [
        "h_lavaProof",
        {
          "or": [
            "ScrewAttack",
            "h_canBombThings"
          ]
        }
      ]
    }
  ]
}
{
  "or": [
    "SpaceJump",
    {
      "and": [
        "HiJump",
        "SpeedBooster",
        "canWalljump"
      ]
    },
    {
      "and": [
        "HiJump",
        "canSpringBallJumpMidAir"
      ]
    },
    {
      "and": [
        "canBeVeryPatient",
        "canJumpIntoIBJ"
      ]
    },
    {
      "and": [
        "canBeVeryPatient",
        "Grapple",
        {
          "or": [
            "HiJump",
            "canSpringBallJumpMidAir"
          ]
        }
      ]
    }
  ]
}
{
  "or": [
    {
      "ammo": {
        "type": "Super",
        "count": 1
      }
    },
    {
      "obstaclesCleared": [
        "A"
      ]
    }
  ]
}

Exit condition:

{
  "leaveWithGModeSetup": {}
}

Unlocks doors:

{"types":["ammo"],"requires":[]}