Wrecked Ship Energy Tank Room: Tank Damage (Blue Suit)

Room ID: 167

Wiki
From: 2
Item
To: 1
Right Door

When the power is on, the floor has spikes (not thorns), and Samus will quickly lose i-frames.

Requires:

{
  "haveBlueSuit": {}
}
"canBlueSuitSpikeJump"
{
  "or": [
    {
      "and": [
        "canGravityJump",
        {
          "spikeHits": 1
        }
      ]
    },
    {
      "and": [
        {
          "disableEquipment": "Gravity"
        },
        {
          "spikeHits": 2
        }
      ]
    },
    {
      "and": [
        "Gravity",
        "HiJump",
        {
          "spikeHits": 2
        }
      ]
    },
    {
      "and": [
        "Gravity",
        {
          "tech": "canHorizontalDamageBoost"
        },
        {
          "noFlashSuit": {}
        },
        {
          "spikeHits": 2
        }
      ]
    },
    {
      "spikeHits": 3
    }
  ]
}