{
  "id": 9,
  "name": "Londinium Single Safe Lever (imported)",
  "phases": [
    {
      "name": "Soft preinfusion",
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 2,
        "curve": "INSTANT"
      },
      "restriction": 2,
      "stopConditions": {
        "time": 12000,
        "weight": 2,
        "pressureAbove": 2,
        "waterPumpedInPhase": 35
      }
    },
    {
      "name": "Very short bloom",
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 0,
        "curve": "INSTANT"
      },
      "stopConditions": {
        "time": 3000,
        "pressureBelow": 1
      }
    },
    {
      "name": "Gentle ramp",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 6,
        "time": 3000,
        "curve": "EASE_OUT"
      },
      "stopConditions": {
        "time": 3000
      }
    },
    {
      "name": "Natural spring decline",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 3,
        "time": 20000,
        "curve": "EASE_IN_OUT",
        "start": 6
      },
      "restriction": 2,
      "stopConditions": {}
    }
  ],
  "recipe": {},
  "waterTemperature": 92,
  "globalStopConditions": {
    "weight": 30
  }
}