{
    "name": "Slayer x Leva v2",
    "phases": [
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 2,
                "curve": "INSTANT"
            },
            "stopConditions": {
                "time": 60000,
                "pressureAbove": 1
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 9,
                "time": 3000,
                "curve": "EASE_IN_OUT"
            },
            "restriction": 8,
            "stopConditions": {
                "waterPumpedInPhase": 3
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 3,
                "time": 60000,
                "curve": "EASE_OUT",
                "start": 9
            },
            "restriction": 8,
            "stopConditions": {
                "time": 60000
            }
        }
    ],
    "recipe": [],
    "waterTemperature": 84,
    "globalStopConditions": {
        "weight": 24
    }
}