Wasteland: Base

Room ID: 138

Wiki
Base (Basic)
Wasteland
From: 1
Bottom Left Door
To: 5
Junction Below Shot Block

Requires:

"canUseEnemies"
{
  "or": [
    {
      "and": [
        "canWalljump",
        {
          "heatFrames": 390
        }
      ]
    },
    {
      "and": [
        "canConsecutiveWalljump",
        "canCarefulJump",
        {
          "heatFrames": 330
        }
      ]
    },
    {
      "and": [
        "HiJump",
        {
          "heatFrames": 490
        }
      ]
    },
    {
      "and": [
        "h_canCrouchJumpDownGrab",
        {
          "heatFrames": 610
        }
      ]
    }
  ]
}