Room ID: 178
        | 
 
 Requires: "canDodgeWhileShooting"
"canCarefulJump"
{
  "notable": "Shoot Down and Grab Right Item"
}
{
  "or": [
    "Wave",
    "Spazer",
    "h_usePowerBomb",
    {
      "and": [
        "canTrickyJump",
        "canDodgeWhileShooting",
        {
          "ammo": {
            "type": "Missile",
            "count": 5
          }
        }
      ]
    },
    {
      "and": [
        "canTrickyJump",
        "canResetFallSpeed",
        "canDownBack"
      ]
    },
    "canInsaneJump"
  ]
} |