{
    "name": "Extractamundo Dos!",
    "phases": [
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 8,
                "curve": "INSTANT"
            },
            "restriction": 4.5,
            "stopConditions": {
                "time": 20000,
                "pressureAbove": 4.5,
                "waterPumpedInPhase": 100
            }
        },
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 0,
                "curve": "INSTANT"
            },
            "stopConditions": {
                "time": 40000,
                "weight": 6,
                "pressureBelow": 2.2
            }
        },
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 3,
                "time": 3000,
                "curve": "EASE_IN_OUT"
            },
            "restriction": 6,
            "stopConditions": {
                "time": 60000
            }
        }
    ],
    "recipe": [],
    "waterTemperature": 93,
    "globalStopConditions": {
        "weight": 45
    }
}