Rising Tide: Platforming

Room ID: 92

Wiki
From: 1
Left Door
To: 2
Right Door

Requires:

"canDash"
{
  "or": [
    {
      "and": [
        "canTrickyJump",
        {
          "heatFrames": 540
        }
      ]
    },
    {
      "heatFrames": 660
    }
  ]
}
{
  "or": [
    "canDodgeWhileShooting",
    "Ice",
    "Plasma",
    {
      "and": [
        "canCarefulJump",
        {
          "enemyDamage": {
            "enemy": "Dragon",
            "type": "fireball",
            "hits": 1
          }
        }
      ]
    },
    {
      "and": [
        {
          "lavaFrames": 40
        },
        {
          "enemyDamage": {
            "enemy": "Dragon",
            "type": "fireball",
            "hits": 3
          }
        }
      ]
    }
  ]
}