mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_set_flag(\"5\");",
            [2] = "a_set_flag(\"6\");",
            [3] = "a_set_flag(\"1\"); mission.trig.func[3]='';",
            [4] = "a_set_flag(\"2\"); mission.trig.func[4]='';",
            [5] = "a_set_flag(\"3\"); mission.trig.func[5]='';",
            [6] = "a_set_flag(\"4\"); mission.trig.func[6]='';",
            [7] = "a_activate_group(\"Наземная группа ф1\");a_out_text_delay(\"флаг1 установлен\", \"10\"); mission.trig.func[7]='';",
            [8] = "a_activate_group(\"Наземная группа ф2\");a_out_text_delay(\"флаг2 установлен\", \"10\"); mission.trig.func[8]='';",
            [9] = "a_activate_group(\"Наземная группа ф3\");a_out_text_delay(\"флаг3  установлен\", \"10\"); mission.trig.func[9]='';",
            [10] = "a_activate_group(\"Наземная группа ф4\");a_out_text_delay(\"флаг4  установлен\", \"10\"); mission.trig.func[10]='';",
        }, -- end of actions
        custom = 
        {
        }, -- end of custom
        func = 
        {
            [3] = "if mission.trig.conditions[3]() then mission.trig.actions[3]() end",
            [4] = "if mission.trig.conditions[4]() then mission.trig.actions[4]() end",
            [5] = "if mission.trig.conditions[5]() then mission.trig.actions[5]() end",
            [6] = "if mission.trig.conditions[6]() then mission.trig.actions[6]() end",
            [7] = "if mission.trig.conditions[7]() then mission.trig.actions[7]() end",
            [8] = "if mission.trig.conditions[8]() then mission.trig.actions[8]() end",
            [9] = "if mission.trig.conditions[9]() then mission.trig.actions[9]() end",
            [10] = "if mission.trig.conditions[10]() then mission.trig.actions[10]() end",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
            [5] = true,
            [6] = true,
            [7] = true,
            [8] = true,
            [9] = true,
            [10] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(c_random_less(\"50\") )",
            [2] = "return(c_random_less(\"50\") )",
            [3] = "return(c_flag_is_false(\"5\") and c_flag_is_false(\"6\") )",
            [4] = "return(c_flag_is_true(\"5\") and c_flag_is_false(\"6\") )",
            [5] = "return(c_flag_is_false(\"5\") and c_flag_is_true(\"6\") )",
            [6] = "return(c_flag_is_true(\"5\") and c_flag_is_true(\"6\") )",
            [7] = "return(c_flag_is_true(\"1\") and c_time_since_flag(\"1\", \"2\") )",
            [8] = "return(c_flag_is_true(\"2\") and c_time_since_flag(\"2\", \"2\") )",
            [9] = "return(c_flag_is_true(\"3\") and c_time_since_flag(\"3\", \"2\") )",
            [10] = "return(c_flag_is_true(\"4\") and c_time_since_flag(\"4\", \"2\") )",
        }, -- end of conditions
        customStartup = 
        {
            [6] = "for i,t in ipairs(mission.result.offline.actions) do mission.result.offline.actions[i]=loadstring(t) end",
            [2] = "for i,t in ipairs(mission.result.blue.conditions) do mission.result.blue.conditions[i]=loadstring(t) end",
            [8] = "for i,t in ipairs(mission.trig.actions) do mission.trig.actions[i]=loadstring(t) end",
            [3] = "for i,t in ipairs(mission.result.offline.conditions) do mission.result.offline.conditions[i]=loadstring(t) end",
            [1] = "for i,t in ipairs(mission.result.red.conditions) do mission.result.red.conditions[i]=loadstring(t) end",
            [4] = "for i,t in ipairs(mission.result.red.actions) do mission.result.red.actions[i]=loadstring(t) end",
            [5] = "for i,t in ipairs(mission.result.blue.actions) do mission.result.blue.actions[i]=loadstring(t) end",
            [7] = "for i,t in ipairs(mission.trig.conditions) do mission.trig.conditions[i]=loadstring(t) end",
        }, -- end of customStartup
        funcStartup = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
            [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
        }, -- end of funcStartup
    }, -- end of trig
    resultRed = 
    {
    }, -- end of resultRed
    resultBlue = 
    {
    }, -- end of resultBlue
    descriptionBlueTask = "",
    goals = 
    {
        [1] = 
        {
            rules = 
            {
            }, -- end of rules
            side = "RED",
            score = 1,
            predicate = "score",
            comment = "",
        }, -- end of [1]
        [2] = 
        {
            rules = 
            {
            }, -- end of rules
            side = "RED",
            score = 1,
            predicate = "score",
            comment = "",
        }, -- end of [2]
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if c_flag_is_false(\"5\") and c_flag_is_false(\"6\") then a_set_flag(\"1\"); mission.trigfunc[1]='';end;",
        [2] = "if c_flag_is_true(\"5\") and c_flag_is_false(\"6\") then a_set_flag(\"2\"); mission.trigfunc[2]='';end;",
        [3] = "if c_flag_is_false(\"5\") and c_flag_is_true(\"6\") then a_set_flag(\"3\"); mission.trigfunc[3]='';end;",
        [4] = "if c_flag_is_true(\"5\") and c_flag_is_true(\"6\") then a_set_flag(\"4\"); mission.trigfunc[4]='';end;",
        [5] = "if c_flag_is_true(\"1\") and c_time_since_flag(\"1\", \"2\") then a_activate_group(\"Наземная группа ф1\");a_out_text_delay(\"флаг1 установлен\", \"10\"); mission.trigfunc[5]='';end;",
        [6] = "if c_flag_is_true(\"2\") and c_time_since_flag(\"2\", \"2\") then a_activate_group(\"Наземная группа ф2\");a_out_text_delay(\"флаг2 установлен\", \"10\"); mission.trigfunc[6]='';end;",
        [7] = "if c_flag_is_true(\"3\") and c_time_since_flag(\"3\", \"2\") then a_activate_group(\"Наземная группа ф3\");a_out_text_delay(\"флаг3  установлен\", \"10\"); mission.trigfunc[7]='';end;",
        [8] = "if c_flag_is_true(\"4\") and c_time_since_flag(\"4\", \"2\") then a_activate_group(\"Наземная группа ф4\");a_out_text_delay(\"флаг4  установлен\", \"10\"); mission.trigfunc[8]='';end;",
    }, -- end of trigfunc
    weather = 
    {
        qnh = 760,
        wind = 
        {
            at8000 = 
            {
                speed = 8,
                dir = 243,
            }, -- end of at8000
            at2000 = 
            {
                speed = 8,
                dir = 121,
            }, -- end of at2000
            atGround = 
            {
                speed = 3,
                dir = 219,
            }, -- end of atGround
        }, -- end of wind
        name = "Winter, clean sky",
        fog = 
        {
            density = 0,
            thickness = 0,
        }, -- end of fog
        turbulence = 
        {
            at8000 = 0,
            at2000 = 0,
            atGround = 3,
        }, -- end of turbulence
        season = 
        {
            temperature = -15,
            iseason = 2,
        }, -- end of season
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        clouds = 
        {
            density = 3,
            thickness = 900,
            base = 1000,
            iprecptns = 0,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        offline = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of offline
        blue = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of blue
        red = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of red
    }, -- end of result
    triggers = 
    {
        zones = 
        {
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.73149548964144,
        zoom = 50000,
        centerX = 0.73676210802192,
    }, -- end of map
    coalitions = 
    {
        blue = 
        {
            [1] = 4,
            [2] = 6,
            [3] = 16,
            [4] = 2,
            [5] = 1,
            [6] = 5,
        }, -- end of blue
        red = 
        {
            [1] = 17,
            [2] = 0,
        }, -- end of red
    }, -- end of coalitions
    descriptionText = "",
    trigflag = 
    {
        [1] = true,
        [2] = true,
        [3] = true,
        [4] = true,
        [5] = true,
        [6] = true,
        [7] = true,
        [8] = true,
    }, -- end of trigflag
    descriptionRedTask = "",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerStart",
            rules = 
            {
                [1] = 
                {
                    percent = 50,
                    predicate = "c_random_less",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    flag = 5,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "ф5",
        }, -- end of [1]
        [2] = 
        {
            predicate = "triggerStart",
            rules = 
            {
                [1] = 
                {
                    percent = 50,
                    predicate = "c_random_less",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    flag = 6,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "ф6",
        }, -- end of [2]
        [3] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    flag = 5,
                    predicate = "c_flag_is_false",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    flag = 6,
                    predicate = "c_flag_is_false",
                    unit = "",
                }, -- end of [2]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    flag = 1,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "ф1",
        }, -- end of [3]
        [4] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    flag = 5,
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    flag = 6,
                    predicate = "c_flag_is_false",
                    unit = "",
                }, -- end of [2]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    flag = 2,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "ф2",
        }, -- end of [4]
        [5] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    flag = 5,
                    predicate = "c_flag_is_false",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    flag = 6,
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [2]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    flag = 3,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "ф3",
        }, -- end of [5]
        [6] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    flag = 5,
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    flag = 6,
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [2]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    flag = 4,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "ф4",
        }, -- end of [6]
        [7] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    flag = 1,
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    flag = 1,
                    seconds = 2,
                    predicate = "c_time_since_flag",
                    unit = "",
                }, -- end of [2]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 48,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "флаг1 установлен",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            comment = "сценарий1",
        }, -- end of [7]
        [8] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    flag = 2,
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    flag = 2,
                    seconds = 2,
                    predicate = "c_time_since_flag",
                    unit = "",
                }, -- end of [2]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 49,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "флаг2 установлен",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            comment = "сценарий2",
        }, -- end of [8]
        [9] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    flag = 3,
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    flag = 3,
                    seconds = 2,
                    predicate = "c_time_since_flag",
                    unit = "",
                }, -- end of [2]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 50,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "флаг3  установлен",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            comment = "сценарий3",
        }, -- end of [9]
        [10] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    flag = 4,
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    flag = 4,
                    seconds = 2,
                    predicate = "c_time_since_flag",
                    unit = "",
                }, -- end of [2]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 51,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "флаг4  установлен",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            comment = "сценарий4",
        }, -- end of [10]
    }, -- end of trigrules
    coalition = 
    {
        blue = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "UK",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 4,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
                [2] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Germany",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 6,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [2]
                [3] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Georgia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 16,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [3]
                [4] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "USA",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 2,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 11,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73715039276392,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7306169258421,
                                            x = -283906.73357275,
                                            speed = 5.5555555555556,
                                            y = 631724.0962034,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 48,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M978 HEMTT Tanker",
                                        CLSID = "{2CAB63C2-2773-47EC-BAE0-F36D895486B9}",
                                        unitId = 171,
                                        lat = 0.73715039276392,
                                        skill = "Average",
                                        long = 0.7306169258421,
                                        x = -283906.73357275,
                                        name = "Юнит #1",
                                        heading = 0,
                                        y = 631724.0962034,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа ф1",
                                start_time = 86400,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 10,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73718074345925,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73084834644822,
                                            x = -283598.36019106,
                                            speed = 5.5555555555556,
                                            y = 632800.45249543,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 49,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M-2 Bradley",
                                        CLSID = "{07220042-0448-486F-9842-63E68A961ECB}",
                                        unitId = 172,
                                        lat = 0.73718074345925,
                                        skill = "Average",
                                        long = 0.73084834644822,
                                        x = -283598.36019106,
                                        name = "Юнит #2",
                                        heading = 0,
                                        y = 632800.45249543,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа ф2",
                                start_time = 86400,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 11,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73721673064596,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73105075282551,
                                            x = -283268.48981091,
                                            speed = 5.5555555555556,
                                            y = 633735.45440703,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 50,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "LAV-25",
                                        CLSID = "{E982CA60-4C43-4C6A-A524-BF250D54E742}",
                                        unitId = 173,
                                        lat = 0.73721673064596,
                                        skill = "Average",
                                        long = 0.73105075282551,
                                        x = -283268.48981091,
                                        name = "Юнит #3",
                                        heading = 0,
                                        y = 633735.45440703,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа ф3",
                                start_time = 86400,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 12,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73724362116829,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7312473805945,
                                            x = -282999.45147402,
                                            speed = 5.5555555555556,
                                            y = 634649.23796523,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 51,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "AAV7",
                                        CLSID = "{E0B4364A-3E12-4DE3-84F2-F29EFAE17BED}",
                                        unitId = 174,
                                        lat = 0.73724362116829,
                                        skill = "Average",
                                        long = 0.7312473805945,
                                        x = -282999.45147402,
                                        name = "Юнит #4",
                                        heading = 0,
                                        y = 634649.23796523,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа ф4",
                                start_time = 86400,
                                task = "Nothing",
                            }, -- end of [4]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [4]
                [5] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Ukraine",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 1,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [5]
                [6] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "France",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 5,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [6]
            }, -- end of country
        }, -- end of blue
        red = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Insurgents",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 17,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
                [2] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                name = "Вертол. группа",
                                groupId = 47,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.735064155191,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7310359803252,
                                            x = -296991.17251726,
                                            speed = 55.555555555556,
                                            y = 635107.30741784,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73708196588241,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73082721539687,
                                            x = -284238.23579681,
                                            speed = 55.555555555556,
                                            y = 632767.31683009,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 170,
                                        lat = 0.735064155191,
                                        skill = "Player",
                                        long = 0.7310359803252,
                                        x = -296991.17251726,
                                        name = "Пилот #1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "1450",
                                            flare = 128,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 635107.30741784,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 0,
                                            name = 100,
                                        }, -- end of callsign
                                        onboard_num = 6,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Russia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 0,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [2]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    version = 2,
    trigfuncStartup = 
    {
        [1] = "if c_random_less(\"50\") then a_set_flag(\"5\");end;",
        [2] = "if c_random_less(\"50\") then a_set_flag(\"6\");end;",
    }, -- end of trigfuncStartup
    currentKey = 21308,
    start_time = 43200,
    forcedOptions = 
    {
    }, -- end of forcedOptions
    failures = 
    {
        hydro_common = 
        {
            hh = 0,
            prob = 100,
            label = "ГИДРО ОБЩ.",
            enable = false,
            mmint = 1,
            id = "hydro_common",
            mm = 0,
        }, -- end of hydro_common
        asc_p = 
        {
            hh = 0,
            prob = 100,
            label = "САУ Т",
            enable = false,
            mmint = 1,
            id = "asc_p",
            mm = 0,
        }, -- end of asc_p
        hydro_main = 
        {
            hh = 0,
            prob = 100,
            label = "ГИДРО ОСН.",
            enable = false,
            mmint = 1,
            id = "hydro_main",
            mm = 0,
        }, -- end of hydro_main
        asc_a = 
        {
            hh = 0,
            prob = 100,
            label = "САУ В",
            enable = false,
            mmint = 1,
            id = "asc_a",
            mm = 0,
        }, -- end of asc_a
        r_engine = 
        {
            hh = 0,
            prob = 100,
            label = "ПРАВ. ДВИГ.",
            enable = false,
            mmint = 1,
            id = "r_engine",
            mm = 0,
        }, -- end of r_engine
        asc_r = 
        {
            hh = 0,
            prob = 100,
            label = "САУ К",
            enable = false,
            mmint = 1,
            id = "asc_r",
            mm = 0,
        }, -- end of asc_r
        l_engine = 
        {
            hh = 0,
            prob = 100,
            label = "ЛЕВ. ДВИГ.",
            enable = false,
            mmint = 1,
            id = "l_engine",
            mm = 0,
        }, -- end of l_engine
        asc_y = 
        {
            hh = 0,
            prob = 100,
            label = "САУ Н",
            enable = false,
            mmint = 1,
            id = "asc_y",
            mm = 0,
        }, -- end of asc_y
    }, -- end of failures
} -- end of mission
