Crocomire Escape: Space Jump

Room ID: 121

Wiki
From: 2
Right Door
To: 3
Item

Requires:

"SpaceJump"
{
  "or": [
    {
      "and": [
        "canDash",
        {
          "heatFrames": 300
        },
        {
          "or": [
            "canInsaneJump",
            {
              "and": [
                "canTrickyDodgeEnemies",
                {
                  "heatFrames": 60
                }
              ]
            },
            {
              "and": [
                {
                  "enemyKill": {
                    "enemies": [
                      [
                        "Geruta"
                      ]
                    ],
                    "explicitWeapons": [
                      "Missile",
                      "Super",
                      "Wave",
                      "Spazer",
                      "Plasma"
                    ]
                  }
                },
                {
                  "heatFrames": 50
                }
              ]
            },
            {
              "heatFrames": 160
            }
          ]
        }
      ]
    },
    {
      "and": [
        {
          "haveBlueSuit": {}
        },
        {
          "heatFrames": 530
        }
      ]
    }
  ]
}