{
    "Steps":
    [
        {
            "Action": "Wait",
            "Arg": "1"
        },
        {
            "Action": "CheckNetmode",
            "Arg": "standalone"
        },
        {
            "Action": "ConsoleCommand",
            "Arg": "open L_Main"
        },
        {
            "Action": "Wait",
            "Arg": "10"
        },
        {
            "Action": "ConsoleCommand",
            "Arg": "attr oxygen 1"
        },
        {
            "Action": "Wait",
            "Arg": "20"
        },
        {
            "Action": "CheckLogIncludes",
            "Arg": "has died"
        },
        {
            "Action": "CheckMaxWarnings",
            "Arg": "1000"
        },
        {
            "Action": "CheckMaxErrors",
            "Arg": "1000"
        },
        {
            "Action": "CheckMaxLogLines",
            "Arg": "10000"
        }
    ]
}