{
    "name": "Londinium (community)",
    "phases": [
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 9,
                "curve": "INSTANT"
            },
            "restriction": 4,
            "stopConditions": {
                "time": 10000,
                "pressureAbove": 4,
                "waterPumpedInPhase": 85
            }
        },
        {
            "skip": false,
            "type": "FLOW",
            "target": {
                "end": 0,
                "curve": "INSTANT"
            },
            "stopConditions": {
                "time": 12000,
                "pressureBelow": 0.7
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 9,
                "time": 1000,
                "curve": "EASE_OUT"
            },
            "stopConditions": {
                "time": 1000
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 9,
                "curve": "INSTANT"
            },
            "restriction": 3,
            "stopConditions": {
                "time": 4000
            }
        },
        {
            "skip": false,
            "type": "PRESSURE",
            "target": {
                "end": 3,
                "time": 20000,
                "curve": "EASE_IN_OUT",
                "start": 9
            },
            "restriction": 3,
            "stopConditions": []
        }
    ],
    "recipe": [],
    "waterTemperature": 85,
    "globalStopConditions": []
}