Big Pink: G-mode

Room ID: 59

Wiki
G-mode (Extreme)
Big Pink
From: 6
Right Side - Top Middle Door
To: 16
Direct G-Mode Morph Junction (Top Item, Above Hopper Pit)

Entrance condition:

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

Requires:

"Morph"
{
  "or": [
    "SpaceJump",
    "canWalljump",
    "canPreciseGrapple",
    {
      "and": [
        "HiJump",
        "SpeedBooster"
      ]
    },
    {
      "and": [
        "HiJump",
        "canSpringBallJumpMidAir"
      ]
    },
    "canTrickyUseFrozenEnemies",
    {
      "and": [
        "canTrickyJump",
        "canHorizontalDamageBoost",
        {
          "enemyDamage": {
            "enemy": "Zeb",
            "type": "contact",
            "hits": 1
          }
        }
      ]
    },
    {
      "and": [
        {
          "canShineCharge": {
            "usedTiles": 24,
            "openEnd": 1
          }
        },
        {
          "shinespark": {
            "frames": 9,
            "excessFrames": 3
          }
        }
      ]
    }
  ]
}