Waterway Energy Tank Room: Gain Flash Suit (Skultera R-Mode Knockback Spark)

Room ID: 65

Wiki
From: 1
Right Door
To: 3
Dry Platform Junction

Requires a precise shinespark end or Gravity to destroy the speedblocks without killing the Skultera

Entrance condition:

{
  "comeInWithRMode": {}
}

Requires:

"h_RModeCanRefillReserves"
{
  "resourceMissingAtMost": [
    {
      "type": "PowerBomb",
      "count": 0
    }
  ]
}
{
  "or": [
    "Gravity",
    {
      "and": [
        {
          "or": [
            "canPreciseWalljump",
            "SpaceJump",
            {
              "and": [
                "Ice",
                {
                  "ammo": {
                    "type": "Super",
                    "count": 1
                  }
                }
              ]
            }
          ]
        },
        "canControlShinesparkEnd",
        {
          "canShineCharge": {
            "usedTiles": 31,
            "openEnd": 1
          }
        },
        {
          "shinespark": {
            "frames": 30
          }
        }
      ]
    }
  ]
}
{
  "canShineCharge": {
    "usedTiles": 31,
    "openEnd": 1
  }
}
"h_RModeKnockbackSpark"