Red Brinstar Fireflea Room: Blue Suit Spike Floor Traversal

Room ID: 67

Wiki
From: 4
Small Ledge Below Left Door
To: 3
Safe Block in the Middle of the Room

Requires:

{
  "haveBlueSuit": {}
}
"canBlueSuitSpikeJump"
{
  "or": [
    {
      "and": [
        {
          "tech": "canHorizontalDamageBoost"
        },
        {
          "noFlashSuit": {}
        },
        {
          "spikeHits": 5
        }
      ]
    },
    {
      "and": [
        {
          "spikeHits": 7
        },
        "canBeVeryPatient"
      ]
    },
    {
      "spikeHits": 8
    }
  ]
}