{
    "name": "ExtDos!v2m",
    "phases": [
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 12,
                "curve": "INSTANT"
            },
            "restriction": 4.5,
            "stopConditions": {
                "time": 10000,
                "weight": 2,
                "pressureAbove": 4.5,
                "waterPumpedInPhase": 100
            }
        },
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 0,
                "curve": "INSTANT"
            },
            "stopConditions": {
                "time": 2000,
                "weight": 5
            }
        },
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 0,
                "curve": "INSTANT"
            },
            "restriction": 2.2,
            "stopConditions": {
                "time": 3000,
                "weight": 5,
                "pressureBelow": 2.2
            }
        },
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 2,
                "curve": "INSTANT"
            },
            "restriction": 6,
            "stopConditions": {
                "time": 25000
            }
        }
    ],
    "recipe": [],
    "waterTemperature": 88,
    "globalStopConditions": {
        "weight": 25
    }
}