{
  "id": 8,
  "name": "Honda Civic (imported)",
  "phases": [
    {
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 7,
        "curve": "INSTANT"
      },
      "stopConditions": {
        "time": 12000,
        "pressureAbove": 5
      }
    },
    {
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 1,
        "curve": "INSTANT"
      },
      "stopConditions": {
        "time": 2000
      }
    },
    {
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 0.1,
        "curve": "INSTANT",
        "start": 0.1
      },
      "stopConditions": {
        "time": 20000,
        "weight": 8,
        "pressureBelow": 0.5
      }
    },
    {
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 0.5,
        "time": 2000,
        "curve": "EASE_IN"
      },
      "restriction": 9.5,
      "stopConditions": {
        "time": 2000
      }
    },
    {
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 1.5,
        "time": 3000,
        "curve": "LINEAR"
      },
      "restriction": 9.5,
      "stopConditions": {
        "time": 3000
      }
    },
    {
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 2.5,
        "curve": "INSTANT"
      },
      "restriction": 10,
      "stopConditions": {
        "time": 2000
      }
    },
    {
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 1.25,
        "time": 7000,
        "curve": "LINEAR",
        "start": 2.5
      },
      "restriction": 9.5,
      "stopConditions": {
        "time": 60000
      }
    }
  ],
  "recipe": {},
  "waterTemperature": 94,
  "globalStopConditions": {
    "weight": 40
  }
}