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

Room ID: 121

Wiki

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. To safely pass the Geruta without a hit, jump left below it, to get it to swoop left before going up.

Requires:

"h_heatProof"
"canBePatient"
"canCameraManip"
{
  "or": [
    "canInsaneJump",
    "Ice",
    "h_lavaProof",
    {
      "enemyDamage": {
        "enemy": "Geruta",
        "type": "contact",
        "hits": 1
      }
    },
    {
      "and": [
        "canUseIFrames",
        {
          "enemyDamage": {
            "enemy": "Dragon",
            "type": "fireball",
            "hits": 1
          }
        },
        {
          "lavaFrames": 55
        }
      ]
    }
  ]
}
{
  "or": [
    "canTrickyDodgeEnemies",
    "SpaceJump",
    "Charge",
    "Ice",
    "Plasma",
    {
      "ammo": {
        "type": "Missile",
        "count": 2
      }
    },
    {
      "ammo": {
        "type": "Super",
        "count": 2
      }
    },
    {
      "enemyDamage": {
        "enemy": "Dragon",
        "type": "fireball",
        "hits": 5
      }
    },
    {
      "and": [
        "h_lavaProof",
        "ScrewAttack"
      ]
    }
  ]
}
{
  "or": [
    "SpaceJump",
    {
      "and": [
        "HiJump",
        "SpeedBooster",
        "canWalljump"
      ]
    },
    {
      "and": [
        "canBeVeryPatient",
        "HiJump",
        "Grapple"
      ]
    }
  ]
}
{
  "or": [
    {
      "ammo": {
        "type": "Super",
        "count": 1
      }
    },
    {
      "obstaclesCleared": [
        "A"
      ]
    }
  ]
}

Exit condition:

{
  "leaveWithGModeSetup": {}
}

Unlocks doors:

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