Crocomire Escape: Quick Lava Bath

Room ID: 121

Wiki
From: 3
Item
To: 2
Right Door

Requires:

{
  "heatFrames": 350
}
{
  "or": [
    {
      "lavaFrames": 70
    },
    {
      "and": [
        "Gravity",
        {
          "lavaFrames": 45
        }
      ]
    }
  ]
}
{
  "or": [
    "canCarefulJump",
    {
      "enemyDamage": {
        "enemy": "Dragon",
        "type": "contact",
        "hits": 1
      }
    },
    {
      "enemyKill": {
        "enemies": [
          [
            "Dragon"
          ]
        ],
        "explicitWeapons": [
          "Super",
          "Missile",
          "Plasma",
          "ScrewAttack"
        ]
      }
    }
  ]
}