{
    "name": "Slayer Flow V1.3",
    "phases": [
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 2,
                "curve": "INSTANT"
            },
            "stopConditions": {
                "time": 60000,
                "pressureAbove": 1.2
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 10,
                "curve": "INSTANT",
                "start": 2
            },
            "restriction": 9,
            "stopConditions": {
                "time": 60000,
                "weight": 38,
                "pressureAbove": 9
            }
        },
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 2,
                "curve": "INSTANT"
            },
            "restriction": 9,
            "stopConditions": {
                "time": 60000,
                "weight": 38
            }
        }
    ],
    "recipe": [],
    "waterTemperature": 85,
    "globalStopConditions": {
        "weight": 30
    }
}