Sponge Bath: 10 Power Bomb Crystal Flash

Room ID: 164

Wiki
From: 1
Left Door
To: 1
Left Door

Requires:

"f_DefeatedPhantoon"
{
  "or": [
    {
      "resourceAvailable": [
        {
          "type": "RegularEnergy",
          "count": 50
        }
      ]
    },
    {
      "and": [
        {
          "resetRoom": {
            "nodes": [
              1
            ]
          }
        },
        {
          "or": [
            "ScrewAttack",
            "canPseudoScrew",
            "Plasma",
            "Grapple",
            {
              "ammo": {
                "type": "Missile",
                "count": 3
              }
            },
            {
              "ammo": {
                "type": "Super",
                "count": 3
              }
            }
          ]
        }
      ]
    }
  ]
}
"h_10PowerBombCrystalFlash"