Crateria Power Bomb Room: Come in Shinecharged, Gain Flash Suit (Spikesuit)

Room ID: 28

Wiki

Entrance condition:

{
  "comeInShinecharged": {}
}

Requires:

{
  "or": [
    {
      "and": [
        "Plasma",
        {
          "shineChargeFrames": 160
        }
      ]
    },
    {
      "and": [
        "Ice",
        "Plasma",
        {
          "shineChargeFrames": 105
        }
      ]
    },
    {
      "and": [
        "Wave",
        "Plasma",
        {
          "shineChargeFrames": 120
        }
      ]
    },
    {
      "and": [
        "Charge",
        "Ice",
        "Wave",
        "Spazer",
        {
          "shineChargeFrames": 105
        }
      ]
    },
    {
      "and": [
        {
          "or": [
            {
              "ammo": {
                "type": "Missile",
                "count": 1
              }
            },
            {
              "ammo": {
                "type": "Super",
                "count": 1
              }
            }
          ]
        },
        {
          "shineChargeFrames": 130
        }
      ]
    },
    {
      "and": [
        "canShinechargeMovementTricky",
        "canInsaneJump",
        {
          "shineChargeFrames": 105
        }
      ]
    }
  ]
}
"canMidAirMorph"
"h_spikeSuitSpikeHitLeniency"
{
  "spikeHits": 1
}
"canTrickySpikeSuit"
{
  "shinespark": {
    "frames": 1,
    "excessFrames": 1
  }
}