{
    "name": "Joachim Shot v0.11",
    "phases": [
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 12,
                "curve": "INSTANT"
            },
            "stopConditions": {
                "time": 3000,
                "weight": 0.1,
                "pressureAbove": 2.2
            }
        },
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 1.3,
                "curve": "INSTANT"
            },
            "stopConditions": {
                "weight": 0.1
            }
        },
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 0,
                "curve": "INSTANT"
            },
            "stopConditions": {
                "time": 2000
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 9.2,
                "curve": "INSTANT"
            },
            "stopConditions": []
        }
    ],
    "recipe": [],
    "waterTemperature": 91,
    "globalStopConditions": {
        "weight": 42
    }
}