Модуль:Data/Tournaments/2039

Материал из ЧТМ
Перейти к навигации Перейти к поиску
Документация Документация
Готово:

(править)

2006 (ЧТМ) • 2009 (КАм, КАф, КЕв, КОк, КЕвропы, КЮжАм, ККо) • 2010 (ЧТМ) • 2013 (КАм, КАф, КЕв, КОк, КЕвропы, КЮжАм, ККо) • 2014 (ЧТМ) • 2015 (КФе) • 2017 (КАм, КАф, КЕв, КОк, КЕвропы, ККо) • 2018 (ЧТМ) • 2019 (КФе) • 2020 (КАм, КАф, КЕв, КОк) • 2021 (ККо) • 2022 (ЧТМ) • 2023 (КФе) • 2024 (КАм, КАф, КЕв, КОк) • 2025 (ККо) • 2026 (ЧТМ) • 2027 (КФе) • 2028 (КАм, КАф, КЕв, КОк) • 2029 (ККо) • 2030 (ЧТМ) • 2031 (КФе) • 2032 (КАм, КАф, КЕв, КОк) • 2033 (ККо) • 2034 (ЧТМ) • 2035 (КФе) • 2036 (КАм, КАф, КЕв, КОк) • 2037 (ККо) • 2038 (ЧТМ) • 2039 (ЛНа) • 2041 (КФе) • 2040 (КАм, КАф, КЕв, КОк, ЧЧМ) • 2042 (ЧТМ, пер. матчи) • 2043 (ЛНа) • 2044 (КАм, КАф, КЕв, КОк, ЧЧМ) • 2045 (КФе) • 2046 (ЧТМ) • 2047 (ЛНа) • 2048 (КАм, КАф, КЕв, КОк, ЧЧМ)

Не готово:

Кубки Убогих после 2006

Скрипты для быстрого превращения Вики-кода в Lua

Пожалуйста, добавляйте категории на страницу документации.

return {
-- ====================
-- ЛИГА НАЦИЙ
-- ====================
    ["ЛНа_2039_Final"] = {
-- ====================
-- ПЕРВЫЙ РАУНД
-- ====================
-- АМЕРИКА. Дивизион A
-- ====================
        ["1R_A_America_GroupA"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"МНТ", "G"},
                {"ГВА", ""},
                {"ГАВ", ""},
                {"АНТ", "R"},
            },
            matches = {
                {"МНТ", "ГВА", 7, 1, 1},
                {"МНТ", "ГАВ", 2, 3, 1},
                {"МНТ", "АНТ", 4, 1, 1},
                {"ГВА", "МНТ", 2, 1, 1},
                {"ГВА", "ГАВ", 6, 2, 1},
                {"ГВА", "АНТ", 1, 3, 1},
                {"ГАВ", "МНТ", 0, 1, 1},
                {"ГАВ", "ГВА", 2, 2, 1},
                {"ГАВ", "АНТ", 4, 2, 1},
                {"АНТ", "МНТ", 0, 0, 1},
                {"АНТ", "ГВА", 1, 7, 1},
                {"АНТ", "ГАВ", 2, 2, 1},
            }
        },

        ["1R_A_America_GroupB"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ГАЙ", "G"},
                {"КЮР", ""},
                {"АЛЯ", ""},
                {"СУР", "R"},
            },
            matches = {
                {"ГАЙ", "КЮР", 3, 2, 1},
                {"ГАЙ", "АЛЯ", 4, 2, 1},
                {"ГАЙ", "СУР", 4, 0, 1},
                {"КЮР", "ГАЙ", 4, 3, 1},
                {"КЮР", "АЛЯ", 4, 0, 1},
                {"КЮР", "СУР", 2, 2, 1},
                {"АЛЯ", "ГАЙ", 1, 1, 1},
                {"АЛЯ", "КЮР", 2, 1, 1},
                {"АЛЯ", "СУР", 5, 0, 1},
                {"СУР", "ГАЙ", 0, 1, 1},
                {"СУР", "КЮР", 2, 1, 1},
                {"СУР", "АЛЯ", 3, 2, 1},
            }
        },

        ["1R_A_America_GroupC"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"КАЙ", "G"},
                {"БЕЛ", ""},
                {"ДОМ", ""},
                {"ГРЕ", "R"},
            },
            matches = {
                {"КАЙ", "БЕЛ", 4, 0, 1},
                {"КАЙ", "ДОМ", 4, 0, 1},
                {"КАЙ", "ГРЕ", 5, 0, 1},
                {"БЕЛ", "КАЙ", 3, 4, 1},
                {"БЕЛ", "ДОМ", 5, 0, 1},
                {"БЕЛ", "ГРЕ", 4, 1, 1},
                {"ДОМ", "КАЙ", 2, 1, 1},
                {"ДОМ", "БЕЛ", 5, 1, 1},
                {"ДОМ", "ГРЕ", 2, 1, 1},
                {"ГРЕ", "КАЙ", 1, 1, 1},
                {"ГРЕ", "БЕЛ", 0, 2, 1},
                {"ГРЕ", "ДОМ", 3, 2, 1},
            }
        },

        ["1R_A_America_GroupD"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ДРЕ", "G"},
                {"НИК", ""},
                {"СЕН", ""},
                {"БАР", "R"},
            },
            matches = {
                {"ДРЕ", "НИК", 4, 2, 1},
                {"ДРЕ", "СЕН", 2, 2, 1},
                {"ДРЕ", "БАР", 1, 0, 1},
                {"НИК", "ДРЕ", 3, 3, 1},
                {"НИК", "СЕН", 2, 1, 1},
                {"НИК", "БАР", 6, 3, 1},
                {"СЕН", "ДРЕ", 1, 3, 1},
                {"СЕН", "НИК", 3, 2, 1},
                {"СЕН", "БАР", 3, 1, 1},
                {"БАР", "ДРЕ", 2, 2, 1},
                {"БАР", "НИК", 0, 0, 1},
                {"БАР", "СЕН", 2, 2, 1},
            }
        },
-- ====================
-- АМЕРИКА. Дивизион B
-- ====================
		["1R_B_America_GroupA"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ГВИ", "G"},
                {"БЕР", "L"},
                {"ОГН", "L"},
                {"СВГ", "R"},
            },
            matches = {
                {"ГВИ", "БЕР", 3, 1, 1},
                {"ГВИ", "ОГН", 3, 1, 1},
                {"ГВИ", "СВГ", 5, 2, 1},
                {"БЕР", "ГВИ", 3, 2, 1},
                {"БЕР", "ОГН", 2, 1, 1},
                {"БЕР", "СВГ", 2, 1, 1},
                {"ОГН", "ГВИ", 1, 3, 1},
                {"ОГН", "БЕР", 1, 1, 1},
                {"ОГН", "СВГ", 4, 1, 1},
                {"СВГ", "ГВИ", 1, 3, 1},
                {"СВГ", "БЕР", 0, 0, 1},
                {"СВГ", "ОГН", 2, 4, 1},
            }
        },

        ["1R_B_America_GroupB"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ГРЛ", "G"},
                {"АРУ", "L"},
                {"АНГ", "L"},
                {"ГАЛ", "R"},
            },
            matches = {
                {"ГРЛ", "АРУ", 2, 1, 1},
                {"ГРЛ", "АНГ", 6, 1, 1},
                {"ГРЛ", "ГАЛ", 6, 4, 1},
                {"АРУ", "ГРЛ", 0, 0, 1},
                {"АРУ", "АНГ", 3, 2, 1},
                {"АРУ", "ГАЛ", 4, 2, 1},
                {"АНГ", "ГРЛ", 2, 2, 1},
                {"АНГ", "АРУ", 1, 5, 1},
                {"АНГ", "ГАЛ", 5, 1, 1},
                {"ГАЛ", "ГРЛ", 0, 3, 1},
                {"ГАЛ", "АРУ", 1, 1, 1},
                {"ГАЛ", "АНГ", 2, 2, 1},
            }
        },

        ["1R_B_America_GroupC"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"БАГ", "G"},
                {"КОК", "L"},
                {"САБ", "L"},
                {"БВИ", "R"},
            },
            matches = {
                {"БАГ", "КОК", 2, 0, 1},
                {"БАГ", "САБ", 4, 0, 1},
                {"БАГ", "БВИ", 10, 1, 1},
                {"КОК", "БАГ", 3, 0, 1},
                {"КОК", "САБ", 1, 2, 1},
                {"КОК", "БВИ", 3, 2, 1},
                {"САБ", "БАГ", 1, 1, 1},
                {"САБ", "КОК", 1, 2, 1},
                {"САБ", "БВИ", 2, 0, 1},
                {"БВИ", "БАГ", 0, 1, 1},
                {"БВИ", "КОК", 3, 4, 1},
                {"БВИ", "САБ", 3, 1, 1},
            }
        },

        ["1R_B_America_GroupD"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ПУЭ", "G"},
                {"МРТ", "L"},
                {"СКН", "L"},
            },
            matches = {
                {"ПУЭ", "МРТ", 1, 0, 1},
                {"ПУЭ", "СКН", 5, 2, 1},
                {"МРТ", "ПУЭ", 2, 1, 1},
                {"МРТ", "СКН", 7, 1, 1},
                {"СКН", "ПУЭ", 1, 1, 1},
                {"СКН", "МРТ", 1, 0, 1},
            }
        },
-- ====================
-- АМЕРИКА. Дивизион C
-- ====================
		["1R_C_America_GroupA"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ОПА", "G"},
                {"СПМ", "L"},
                {"СМА", "L"},
                {"УЭЙ", ""},
            },
            matches = {
                {"ОПА", "СПМ", 1, 1, 1},
                {"ОПА", "СМА", 2, 1, 1},
                {"ОПА", "УЭЙ", 6, 1, 1},
                {"СПМ", "ОПА", 1, 3, 1},
                {"СПМ", "СМА", 0, 0, 1},
                {"СПМ", "УЭЙ", 8, 0, 1},
                {"СМА", "ОПА", 2, 3, 1},
                {"СМА", "СПМ", 0, 0, 1},
                {"СМА", "УЭЙ", 4, 1, 1},
                {"УЭЙ", "ОПА", 0, 4, 1},
                {"УЭЙ", "СПМ", 0, 4, 1},
                {"УЭЙ", "СМА", 1, 9, 1},
            }
        },

        ["1R_C_America_GroupB"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"АВИ", "G"},
                {"БОН", "L"},
                {"КАС", "L"},
                {"СБА", ""},
            },
            matches = {
                {"АВИ", "БОН", 2, 2, 1},
                {"АВИ", "КАС", 5, 0, 1},
                {"АВИ", "СБА", 6, 0, 1},
                {"БОН", "АВИ", 1, 3, 1},
                {"БОН", "КАС", 4, 1, 1},
                {"БОН", "СБА", 5, 0, 1},
                {"КАС", "АВИ", 1, 3, 1},
                {"КАС", "БОН", 0, 4, 1},
                {"КАС", "СБА", 3, 3, 1},
                {"СБА", "АВИ", 0, 1, 1},
                {"СБА", "БОН", 0, 2, 1},
                {"СБА", "КАС", 4, 4, 1},
            }
        },

        ["1R_C_America_GroupC"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"СЭС", "G"},
                {"АТО", "L"},
                {"ПИТ", "L"},
                {"АКР", ""},
            },
            matches = {
                {"СЭС", "АТО", 4, 2, 1},
                {"СЭС", "ПИТ", 6, 1, 1},
                {"СЭС", "АКР", 6, 0, 1},
                {"АТО", "СЭС", 4, 4, 1},
                {"АТО", "ПИТ", 3, 0, 1},
                {"АТО", "АКР", 5, 2, 1},
                {"ПИТ", "СЭС", 1, 5, 1},
                {"ПИТ", "АТО", 0, 1, 1},
                {"ПИТ", "АКР", 4, 2, 1},
                {"АКР", "СЭС", 1, 4, 1},
                {"АКР", "АТО", 0, 7, 1},
                {"АКР", "ПИТ", 0, 0, 1},
            }
        },

        ["1R_C_America_GroupD"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ФОЛ", "G"},
                {"АНР", "L"},
                {"СНА", "L"},
                {"ФВВ", ""},
            },
            matches = {
                {"ФОЛ", "АНР", 4, 2, 1},
                {"ФОЛ", "СНА", 6, 0, 1},
                {"ФОЛ", "ФВВ", 6, 0, 1},
                {"АНР", "ФОЛ", 4, 4, 1},
                {"АНР", "СНА", 2, 0, 1},
                {"АНР", "ФВВ", 6, 0, 1},
                {"СНА", "ФОЛ", 1, 5, 1},
                {"СНА", "АНР", 2, 2, 1},
                {"СНА", "ФВВ", 2, 2, 1},
                {"ФВВ", "ФОЛ", 0, 2, 1},
                {"ФВВ", "АНР", 3, 4, 1},
                {"ФВВ", "СНА", 1, 3, 1},
            }
        },

        ["C_America_RelegationPlayoffs"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"СБА", "УЭЙ", 4, 3, "aet", nil, nil, "L", "R", 1},
                {"ФВВ", "АКР", 4, 2, nil, nil, nil, "L", "R", 1},
            }
        },
-- ====================
-- АМЕРИКА. Дивизион D
-- ====================
        ["1R_D_America_GroupA"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"КОН", "G"},
                {"РАФ", "Y"},
                {"ЛАК", ""},
            },
            matches = {
                {"КОН", "РАФ", 5, 4, 1},
                {"КОН", "ЛАК", 2, 2, 1},
                {"РАФ", "КОН", 1, 3, 1},
                {"РАФ", "ЛАК", 3, 1, 1},
                {"ЛАК", "КОН", 1, 4, 1},
                {"ЛАК", "РАФ", 1, 2, 1},
            }
        },

        ["1R_D_America_GroupB"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ЮГЕ", "G"},
                {"МАП", "Y"},
                {"ОПЭ", ""},
            },
            matches = {
                {"ЮГЕ", "МАП", 3, 3, 1},
                {"ЮГЕ", "ОПЭ", 3, 1, 1},
                {"МАП", "ЮГЕ", 1, 3, 1},
                {"МАП", "ОПЭ", 3, 3, 1},
                {"ОПЭ", "ЮГЕ", 2, 3, 1},
                {"ОПЭ", "МАП", 0, 1, 1},
            }
        },

        ["D_America_Playoffs"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"РАФ", "МАП", 4, 3, "aet", nil, nil, "G", "", 1},
            }
        },
-- ====================
-- АФРИКА. Дивизион A
-- ====================
        ["1R_A_Africa_GroupA"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ЧАД", "G"},
                {"СВА", "L"},
                {"СОМ", "L"},
                {"МАД", "R"},
            },
            matches = {
                {"ЧАД", "СВА", 4, 0, 1},
                {"ЧАД", "СОМ", 4, 3, 1},
                {"ЧАД", "МАД", 4, 2, 1},
                {"СВА", "ЧАД", 4, 2, 1},
                {"СВА", "СОМ", 3, 3, 1},
                {"СВА", "МАД", 2, 0, 1},
                {"СОМ", "ЧАД", 1, 2, 1},
                {"СОМ", "СВА", 5, 0, 1},
                {"СОМ", "МАД", 8, 3, 1},
                {"МАД", "ЧАД", 0, 3, 1},
                {"МАД", "СВА", 1, 2, 1},
                {"МАД", "СОМ", 2, 2, 1},
            }
        },

        ["1R_A_Africa_GroupB"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ОСТ", "G"},
                {"СЕЙ", "L"},
                {"БОТ", "L"},
                {"ГАМ", "R"},
            },
            matches = {
                {"ОСТ", "СЕЙ", 3, 2, 1},
                {"ОСТ", "БОТ", 4, 0, 1},
                {"ОСТ", "ГАМ", 4, 2, 1},
                {"СЕЙ", "ОСТ", 2, 2, 1},
                {"СЕЙ", "БОТ", 4, 0, 1},
                {"СЕЙ", "ГАМ", 3, 1, 1},
                {"БОТ", "ОСТ", 1, 0, 1},
                {"БОТ", "СЕЙ", 1, 1, 1},
                {"БОТ", "ГАМ", 1, 0, 1},
                {"ГАМ", "ОСТ", 1, 3, 1},
                {"ГАМ", "СЕЙ", 3, 2, 1},
                {"ГАМ", "БОТ", 4, 2, 1},
            }
        },

        ["1R_A_Africa_GroupC"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ЦАР", "G"},
                {"БЕН", "L"},
                {"ЭРИ", "L"},
                {"ЭФИ", "R"},
            },
            matches = {
                {"ЦАР", "БЕН", 0, 0, 1},
                {"ЦАР", "ЭРИ", 4, 6, 1},
                {"ЦАР", "ЭФИ", 6, 1, 1},
                {"БЕН", "ЦАР", 0, 1, 1},
                {"БЕН", "ЭРИ", 2, 2, 1},
                {"БЕН", "ЭФИ", 3, 2, 1},
                {"ЭРИ", "ЦАР", 3, 5, 1},
                {"ЭРИ", "БЕН", 1, 2, 1},
                {"ЭРИ", "ЭФИ", 5, 0, 1},
                {"ЭФИ", "ЦАР", 1, 3, 1},
                {"ЭФИ", "БЕН", 1, 4, 1},
                {"ЭФИ", "ЭРИ", 3, 3, 1},
            }
        },

        ["1R_A_Africa_GroupD"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"НИГ", "G"},
                {"МОЗ", "L"},
                {"ТАН", "L"},
                {"ЭКВ", "R"},
            },
            matches = {
                {"НИГ", "МОЗ", 3, 1, 1},
                {"НИГ", "ТАН", 3, 0, 1},
                {"НИГ", "ЭКВ", 5, 1, 1},
                {"МОЗ", "НИГ", 3, 2, 1},
                {"МОЗ", "ТАН", 5, 2, 1},
                {"МОЗ", "ЭКВ", 5, 1, 1},
                {"ТАН", "НИГ", 1, 5, 1},
                {"ТАН", "МОЗ", 5, 1, 1},
                {"ТАН", "ЭКВ", 4, 3, 1},
                {"ЭКВ", "НИГ", 4, 2, 1},
                {"ЭКВ", "МОЗ", 1, 2, 1},
                {"ЭКВ", "ТАН", 0, 4, 1},
            }
        },
-- ====================
-- АФРИКА. Дивизион B
-- ====================
		["1R_B_Africa_GroupA"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ДЖИ", "G"},
                {"ЗАН", "L"},
                {"МВР", "L"},
                {"РЕЮ", "L"},
            },
            matches = {
                {"ДЖИ", "ЗАН", 2, 1, 1},
                {"ДЖИ", "МВР", 1, 1, 1},
                {"ДЖИ", "РЕЮ", 3, 1, 1},
                {"ЗАН", "ДЖИ", 1, 1, 1},
                {"ЗАН", "МВР", 4, 4, 1},
                {"ЗАН", "РЕЮ", 4, 0, 1},
                {"МВР", "ДЖИ", 3, 4, 1},
                {"МВР", "ЗАН", 2, 4, 1},
                {"МВР", "РЕЮ", 4, 1, 1},
                {"РЕЮ", "ДЖИ", 1, 1, 1},
                {"РЕЮ", "ЗАН", 5, 2, 1},
                {"РЕЮ", "МВР", 3, 3, 1},
            }
        },

        ["1R_B_Africa_GroupB"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ОВО", "G"},
                {"ЗАС", "L"},
                {"ГВБ", "L"},
            },
            matches = {
                {"ОВО", "ЗАС", 1, 0, 1},
                {"ОВО", "ГВБ", 3, 2, 1},
                {"ЗАС", "ОВО", 5, 1, 1},
                {"ЗАС", "ГВБ", 3, 1, 1},
                {"ГВБ", "ОВО", 2, 4, 1},
                {"ГВБ", "ЗАС", 1, 0, 1},
            }
        },

        ["1R_B_Africa_GroupC"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"БУР", "G"},
                {"МАВ", "L"},
                {"КЕН", "R"},
            },
            matches = {
                {"БУР", "МАВ", 2, 1, 1},
                {"БУР", "КЕН", 3, 1, 1},
                {"МАВ", "БУР", 1, 2, 1},
                {"МАВ", "КЕН", 2, 0, 1},
                {"КЕН", "БУР", 0, 0, 1},
                {"КЕН", "МАВ", 1, 2, 1},
            }
        },

        ["1R_B_Africa_GroupD"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ЛЕС", "G"},
                {"ТРИ", "L"},
                {"КОМ", "L"},
            },
            matches = {
                {"ЛЕС", "ТРИ", 0, 0, 1},
                {"ЛЕС", "КОМ", 4, 2, 1},
                {"ТРИ", "ЛЕС", 2, 2, 1},
                {"ТРИ", "КОМ", 3, 3, 1},
                {"КОМ", "ЛЕС", 0, 0, 1},
                {"КОМ", "ТРИ", 2, 2, 1},
            }
        },
-- ====================
-- АФРИКА. Дивизион C
-- ====================
		["1R_C_Africa_GroupA"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"СЕУ", "G"},
                {"БИА", "L"},
                {"МЕЛ", "L"},
                {"КБН", "R"},
            },
            matches = {
                {"СЕУ", "БИА", 3, 2, 1},
                {"СЕУ", "МЕЛ", 6, 2, 1},
                {"СЕУ", "КБН", 7, 0, 1},
                {"БИА", "СЕУ", 1, 2, 1},
                {"БИА", "МЕЛ", 2, 2, 1},
                {"БИА", "КБН", 6, 2, 1},
                {"МЕЛ", "СЕУ", 1, 2, 1},
                {"МЕЛ", "БИА", 1, 5, 1},
                {"МЕЛ", "КБН", 7, 0, 1},
                {"КБН", "СЕУ", 0, 6, 1},
                {"КБН", "БИА", 1, 4, 1},
                {"КБН", "МЕЛ", 0, 2, 1},
            }
        },

        ["1R_C_Africa_GroupB"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"БГН", "G"},
                {"ЧАГ", "L"},
                {"ОЕВ", "L"},
                {"ЮКА", "L"},
            },
            matches = {
                {"БГН", "ЧАГ", 6, 2, 1},
                {"БГН", "ОЕВ", 6, 0, 1},
                {"БГН", "ЮКА", 5, 1, 1},
                {"ЧАГ", "БГН", 3, 0, 1},
                {"ЧАГ", "ОЕВ", 1, 0, 1},
                {"ЧАГ", "ЮКА", 4, 1, 1},
                {"ОЕВ", "БГН", 0, 1, 1},
                {"ОЕВ", "ЧАГ", 2, 2, 1},
                {"ОЕВ", "ЮКА", 3, 0, 1},
                {"ЮКА", "БГН", 0, 2, 1},
                {"ЮКА", "ЧАГ", 1, 1, 1},
                {"ЮКА", "ОЕВ", 3, 0, 1},
            }
        },

        ["1R_C_Africa_GroupC"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"СТП", "G"},
                {"ЮЖН", "L"},
                {"КАТ", "L"},
                {"СМЛ", "L"},
            },
            matches = {
                {"СТП", "ЮЖН", 2, 1, 1},
                {"СТП", "КАТ", 4, 0, 1},
                {"СТП", "СМЛ", 9, 1, 1},
                {"ЮЖН", "СТП", 0, 2, 1},
                {"ЮЖН", "КАТ", 4, 1, 1},
                {"ЮЖН", "СМЛ", 8, 0, 1},
                {"КАТ", "СТП", 1, 8, 1},
                {"КАТ", "ЮЖН", 5, 6, 1},
                {"КАТ", "СМЛ", 7, 0, 1},
                {"СМЛ", "СТП", 0, 3, 1},
                {"СМЛ", "ЮЖН", 0, 2, 1},
                {"СМЛ", "КАТ", 2, 1, 1},
            }
        },

        ["1R_C_Africa_GroupD"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ЮКМ", "G"},
                {"МАЙ", "L"},
                {"МАТ", "L"},
                {"КАП", "L"},
            },
            matches = {
                {"ЮКМ", "МАЙ", 3, 1, 1},
                {"ЮКМ", "МАТ", 4, 1, 1},
                {"ЮКМ", "КАП", 2, 0, 1},
                {"МАЙ", "ЮКМ", 4, 1, 1},
                {"МАЙ", "МАТ", 2, 1, 1},
                {"МАЙ", "КАП", 3, 2, 1},
                {"МАТ", "ЮКМ", 0, 5, 1},
                {"МАТ", "МАЙ", 2, 6, 1},
                {"МАТ", "КАП", 2, 1, 1},
                {"КАП", "ЮКМ", 0, 5, 1},
                {"КАП", "МАЙ", 1, 4, 1},
                {"КАП", "МАТ", 4, 4, 1},
            }
        },
-- ====================
-- АФРИКА. Дивизион D
-- ====================
		["1R_D_Africa_GroupA"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"АЗА", "G"},
                {"КАБ", "G"},
                {"МАС", "L"},
                {"БРВ", "L"},
            },
            matches = {
                {"АЗА", "КАБ", 4, 3, 1},
                {"АЗА", "МАС", 5, 1, 1},
                {"АЗА", "БРВ", 4, 3, 1},
                {"КАБ", "АЗА", 2, 3, 1},
                {"КАБ", "МАС", 4, 1, 1},
                {"КАБ", "БРВ", 5, 0, 1},
                {"МАС", "АЗА", 1, 2, 1},
                {"МАС", "КАБ", 3, 5, 1},
                {"МАС", "БРВ", 4, 0, 1},
                {"БРВ", "АЗА", 1, 2, 1},
                {"БРВ", "КАБ", 2, 4, 1},
                {"БРВ", "МАС", 3, 3, 1},
            }
        },

        ["1R_D_Africa_GroupB"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ДАР", "G"},
                {"ВЕН", "G"},
                {"РЕХ", "L"},
            },
            matches = {
                {"ДАР", "ВЕН", 3, 1, 1},
                {"ДАР", "РЕХ", 5, 0, 1},
                {"ВЕН", "ДАР", 0, 4, 1},
                {"ВЕН", "РЕХ", 2, 1, 1},
                {"РЕХ", "ДАР", 1, 2, 1},
                {"РЕХ", "ВЕН", 1, 3, 1},
            }
        },
-- ====================
-- ЕВРАЗИЯ. Дивизион A
-- ====================
        ["1R_A_Eurasia_GroupA"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"МОН", "G"},
                {"ТУР", ""},
                {"МАЛ", ""},
                {"КАМ", "R"},
            },
            matches = {
                {"МОН", "ТУР", 3, 1, 1},
                {"МОН", "МАЛ", 3, 0, 1},
                {"МОН", "КАМ", 9, 1, 1},
                {"ТУР", "МОН", 1, 0, 1},
                {"ТУР", "МАЛ", 1, 1, 1},
                {"ТУР", "КАМ", 3, 2, 1},
                {"МАЛ", "МОН", 1, 1, 1},
                {"МАЛ", "ТУР", 2, 2, 1},
                {"МАЛ", "КАМ", 4, 1, 1},
                {"КАМ", "МОН", 1, 3, 1},
                {"КАМ", "ТУР", 1, 4, 1},
                {"КАМ", "МАЛ", 0, 3, 1},
            }
        },

        ["1R_A_Eurasia_GroupB"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"АФГ", "G"},
                {"ТАД", ""},
                {"САН", ""},
                {"ЛАО", "R"},
            },
            matches = {
                {"АФГ", "ТАД", 3, 2, 1},
                {"АФГ", "САН", 2, 1, 1},
                {"АФГ", "ЛАО", 2, 2, 1},
                {"ТАД", "АФГ", 2, 3, 1},
                {"ТАД", "САН", 2, 1, 1},
                {"ТАД", "ЛАО", 3, 1, 1},
                {"САН", "АФГ", 3, 4, 1},
                {"САН", "ТАД", 3, 4, 1},
                {"САН", "ЛАО", 3, 1, 1},
                {"ЛАО", "АФГ", 0, 2, 1},
                {"ЛАО", "ТАД", 3, 3, 1},
                {"ЛАО", "САН", 1, 4, 1},
            }
        },

        ["1R_A_Eurasia_GroupC"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ИНД", "G"},
                {"МЬЯ", ""},
                {"ШРИ", ""},
                {"ГУА", "R"},
            },
            matches = {
                {"ИНД", "МЬЯ", 1, 1, 1},
                {"ИНД", "ШРИ", 3, 1, 1},
                {"ИНД", "ГУА", 3, 2, 1},
                {"МЬЯ", "ИНД", 3, 2, 1},
                {"МЬЯ", "ШРИ", 2, 2, 1},
                {"МЬЯ", "ГУА", 4, 1, 1},
                {"ШРИ", "ИНД", 0, 1, 1},
                {"ШРИ", "МЬЯ", 4, 0, 1},
                {"ШРИ", "ГУА", 4, 4, 1},
                {"ГУА", "ИНД", 2, 3, 1},
                {"ГУА", "МЬЯ", 2, 4, 1},
                {"ГУА", "ШРИ", 3, 1, 1},
            }
        },

        ["1R_A_Eurasia_GroupD"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ГИБ", "G"},
                {"КИР", ""},
                {"БРУ", ""},
                {"ПАК", "R"},
            },
            matches = {
                {"ГИБ", "КИР", 2, 1, 1},
                {"ГИБ", "БРУ", 4, 1, 1},
                {"ГИБ", "ПАК", 2, 1, 1},
                {"КИР", "ГИБ", 3, 3, 1},
                {"КИР", "БРУ", 6, 5, 1},
                {"КИР", "ПАК", 3, 2, 1},
                {"БРУ", "ГИБ", 1, 4, 1},
                {"БРУ", "КИР", 2, 1, 1},
                {"БРУ", "ПАК", 2, 1, 1},
                {"ПАК", "ГИБ", 4, 4, 1},
                {"ПАК", "КИР", 0, 5, 1},
                {"ПАК", "БРУ", 0, 0, 1},
            }
        },
-- ====================
-- ЕВРАЗИЯ. Дивизион B
-- ====================
		["1R_B_Eurasia_GroupA"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"БУТ", "Y"},
                {"ВОС", "L"},
                {"МАО", "R"},
            },
            matches = {
                {"БУТ", "ВОС", 3, 2, 1},
                {"БУТ", "МАО", 5, 0, 1},
                {"ВОС", "БУТ", 3, 3, 1},
                {"ВОС", "МАО", 5, 1, 1},
                {"МАО", "БУТ", 0, 3, 1},
                {"МАО", "ВОС", 2, 3, 1},
            }
        },

        ["1R_B_Eurasia_GroupB"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"АОМ", "Y"},
                {"НЗЕ", "L"},
                {"МЛЗ", "R"},
            },
            matches = {
                {"АОМ", "НЗЕ", 4, 0, 1},
                {"АОМ", "МЛЗ", 3, 1, 1},
                {"НЗЕ", "АОМ", 2, 1, 1},
                {"НЗЕ", "МЛЗ", 1, 2, 1},
                {"МЛЗ", "АОМ", 5, 6, 1},
                {"МЛЗ", "НЗЕ", 0, 1, 1},
            }
        },

        ["1R_B_Eurasia_GroupC"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ВАТ", "G"},
                {"ГОН", "L"},
                {"МНК", "R"},
            },
            matches = {
                {"ВАТ", "ГОН", 3, 0, 1},
                {"ВАТ", "МНК", 3, 0, 1},
                {"ГОН", "ВАТ", 2, 4, 1},
                {"ГОН", "МНК", 4, 4, 1},
                {"МНК", "ВАТ", 0, 3, 1},
                {"МНК", "ГОН", 2, 2, 1},
            }
        },

        ["1R_B_Eurasia_GroupD"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"БАН", "Y"},
                {"КИТ", "L"},
                {"ПЛС", "R"},
            },
            matches = {
                {"БАН", "КИТ", 5, 0, 1},
                {"БАН", "ПЛС", 5, 0, 1},
                {"КИТ", "БАН", 1, 1, 1},
                {"КИТ", "ПЛС", 2, 0, 1},
                {"ПЛС", "БАН", 1, 4, 1},
                {"ПЛС", "КИТ", 1, 4, 1},
            }
        },

        ["1R_B_Eurasia_GroupE"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"СИН", "G"},
                {"НЕП", "L"},
                {"ЗФИ", "R"},
            },
            matches = {
                {"СИН", "НЕП", 5, 0, 1},
                {"СИН", "ЗФИ", 8, 1, 1},
                {"НЕП", "СИН", 1, 2, 1},
                {"НЕП", "ЗФИ", 5, 1, 1},
                {"ЗФИ", "СИН", 2, 3, 1},
                {"ЗФИ", "НЕП", 1, 3, 1},
            }
        },

        ["1R_B_Eurasia_GroupF"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ШПИ", "Y"},
                {"ФИЛ", "L"},
                {"ЛИВ", "R"},
            },
            matches = {
                {"ШПИ", "ФИЛ", 1, 2, 1},
                {"ШПИ", "ЛИВ", 1, 0, 1},
                {"ФИЛ", "ШПИ", 1, 4, 1},
                {"ФИЛ", "ЛИВ", 1, 0, 1},
                {"ЛИВ", "ШПИ", 4, 4, 1},
                {"ЛИВ", "ФИЛ", 2, 1, 1},
            }
        },

        ["B_Eurasia_Playoffs"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"БАН", "ШПИ", 8, 1, nil, nil, nil, "G", "L", 1},
                {"БУТ", "АОМ", 2, 1, nil, nil, nil, "G", "L", 1},
            }
        },
-- ====================
-- ЕВРАЗИЯ. Дивизион C
-- ====================
		["1R_C_Eurasia_GroupA"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ЛАП", "Y"},
                {"КАШ", "L"},
                {"ГЕР", "L"},
                {"КРЫ", "R"},
            },
            matches = {
                {"ЛАП", "КАШ", 2, 1, 1},
                {"ЛАП", "ГЕР", 7, 0, 1},
                {"ЛАП", "КРЫ", 5, 0, 1},
                {"КАШ", "ЛАП", 1, 3, 1},
                {"КАШ", "ГЕР", 6, 0, 1},
                {"КАШ", "КРЫ", 8, 1, 1},
                {"ГЕР", "ЛАП", 0, 3, 1},
                {"ГЕР", "КАШ", 3, 0, 1},
                {"ГЕР", "КРЫ", 1, 0, 1},
                {"КРЫ", "ЛАП", 2, 7, 1},
                {"КРЫ", "КАШ", 1, 2, 1},
                {"КРЫ", "ГЕР", 2, 2, 1},
            }
        },

        ["1R_C_Eurasia_GroupB"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ЯНМ", "Y"},
                {"АБХ", "L"},
                {"СИЛ", "L"},
                {"ОКС", "R"},
            },
            matches = {
                {"ЯНМ", "АБХ", 2, 1, 1},
                {"ЯНМ", "СИЛ", 4, 0, 1},
                {"ЯНМ", "ОКС", 7, 1, 1},
                {"АБХ", "ЯНМ", 1, 2, 1},
                {"АБХ", "СИЛ", 1, 0, 1},
                {"АБХ", "ОКС", 5, 1, 1},
                {"СИЛ", "ЯНМ", 1, 2, 1},
                {"СИЛ", "АБХ", 3, 3, 1},
                {"СИЛ", "ОКС", 3, 2, 1},
                {"ОКС", "ЯНМ", 1, 2, 1},
                {"ОКС", "АБХ", 0, 0, 1},
                {"ОКС", "СИЛ", 2, 2, 1},
            }
        },

        ["1R_C_Eurasia_GroupC"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"КОС", "Y"},
                {"ПЕН", "L"},
                {"ТИБ", "L"},
                {"АСС", "R"},
            },
            matches = {
                {"КОС", "ПЕН", 5, 4, 1},
                {"КОС", "ТИБ", 3, 1, 1},
                {"КОС", "АСС", 2, 1, 1},
                {"ПЕН", "КОС", 0, 0, 1},
                {"ПЕН", "ТИБ", 0, 0, 1},
                {"ПЕН", "АСС", 4, 0, 1},
                {"ТИБ", "КОС", 2, 4, 1},
                {"ТИБ", "ПЕН", 1, 2, 1},
                {"ТИБ", "АСС", 6, 2, 1},
                {"АСС", "КОС", 1, 3, 1},
                {"АСС", "ПЕН", 2, 0, 1},
                {"АСС", "ТИБ", 3, 3, 1},
            }
        },

        ["1R_C_Eurasia_GroupD"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ЮТИ", "Y"},
                {"ЗАК", "L"},
                {"ЦЫГ", "L"},
                {"БРЕ", "R"},
            },
            matches = {
                {"ЮТИ", "ЗАК", 5, 1, 1},
                {"ЮТИ", "ЦЫГ", 4, 0, 1},
                {"ЮТИ", "БРЕ", 5, 1, 1},
                {"ЗАК", "ЮТИ", 4, 1, 1},
                {"ЗАК", "ЦЫГ", 0, 0, 1},
                {"ЗАК", "БРЕ", 4, 0, 1},
                {"ЦЫГ", "ЮТИ", 1, 0, 1},
                {"ЦЫГ", "ЗАК", 4, 4, 1},
                {"ЦЫГ", "БРЕ", 4, 1, 1},
                {"БРЕ", "ЮТИ", 1, 7, 1},
                {"БРЕ", "ЗАК", 1, 1, 1},
                {"БРЕ", "ЦЫГ", 2, 1, 1},
            }
        },

        ["1R_C_Eurasia_GroupE"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ЛАД", "Y"},
                {"КАН", "L"},
                {"ЙЕМ", "L"},
                {"ГОТ", "R"},
            },
            matches = {
                {"ЛАД", "КАН", 2, 2, 1},
                {"ЛАД", "ЙЕМ", 3, 1, 1},
                {"ЛАД", "ГОТ", 4, 1, 1},
                {"КАН", "ЛАД", 3, 3, 1},
                {"КАН", "ЙЕМ", 1, 1, 1},
                {"КАН", "ГОТ", 4, 1, 1},
                {"ЙЕМ", "ЛАД", 5, 2, 1},
                {"ЙЕМ", "КАН", 0, 0, 1},
                {"ЙЕМ", "ГОТ", 11, 0, 1},
                {"ГОТ", "ЛАД", 4, 5, 1},
                {"ГОТ", "КАН", 1, 4, 1},
                {"ГОТ", "ЙЕМ", 2, 1, 1},
            }
        },

        ["1R_C_Eurasia_GroupF"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"РОД", "Y"},
                {"НАГ", "L"},
                {"ОЛД", "L"},
                {"САА", "R"},
            },
            matches = {
                {"РОД", "НАГ", 3, 0, 1},
                {"РОД", "ОЛД", 1, 0, 1},
                {"РОД", "САА", 4, 0, 1},
                {"НАГ", "РОД", 1, 1, 1},
                {"НАГ", "ОЛД", 2, 1, 1},
                {"НАГ", "САА", 9, 2, 1},
                {"ОЛД", "РОД", 2, 3, 1},
                {"ОЛД", "НАГ", 3, 1, 1},
                {"ОЛД", "САА", 1, 1, 1},
                {"САА", "РОД", 3, 8, 1},
                {"САА", "НАГ", 0, 3, 1},
                {"САА", "ОЛД", 2, 0, 1},
            }
        },

        ["1R_C_Eurasia_GroupG"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ОМЭ", "Y"},
                {"МЕН", "L"},
                {"АЗО", "L"},
                {"ЮОС", "R"},
            },
            matches = {
                {"ОМЭ", "МЕН", 5, 0, 1},
                {"ОМЭ", "АЗО", 1, 1, 1},
                {"ОМЭ", "ЮОС", 2, 0, 1},
                {"МЕН", "ОМЭ", 2, 1, 1},
                {"МЕН", "АЗО", 3, 2, 1},
                {"МЕН", "ЮОС", 1, 0, 1},
                {"АЗО", "ОМЭ", 2, 1, 1},
                {"АЗО", "МЕН", 4, 2, 1},
                {"АЗО", "ЮОС", 1, 1, 1},
                {"ЮОС", "ОМЭ", 2, 4, 1},
                {"ЮОС", "МЕН", 1, 0, 1},
                {"ЮОС", "АЗО", 4, 2, 1},
            }
        },

        ["1R_C_Eurasia_GroupH"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ГРА", "Y"},
                {"СЕВ", "L"},
                {"МОР", "L"},
                {"КУР", "R"},
            },
            matches = {
                {"ГРА", "СЕВ", 0, 3, 1},
                {"ГРА", "МОР", 4, 0, 1},
                {"ГРА", "КУР", 4, 1, 1},
                {"СЕВ", "ГРА", 2, 3, 1},
                {"СЕВ", "МОР", 5, 1, 1},
                {"СЕВ", "КУР", 3, 0, 1},
                {"МОР", "ГРА", 3, 4, 1},
                {"МОР", "СЕВ", 3, 2, 1},
                {"МОР", "КУР", 9, 1, 1},
                {"КУР", "ГРА", 0, 3, 1},
                {"КУР", "СЕВ", 2, 4, 1},
                {"КУР", "МОР", 1, 1, 1},
            }
        },

        ["C_Eurasia_Playoffs"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ЛАП", "ОМЭ", 3, 2, nil, nil, nil, "G", "", 1},
                {"ЯНМ", "ЛАД", 3, 2, "aet", nil, nil, "G", "", 1},
                {"РОД", "ЮТИ", 3, 4, nil, nil, nil, "", "G", 1},
                {"КОС", "ГРА", 1, 3, nil, nil, nil, "", "G", 1},
            }
        },
-- ====================
-- ЕВРАЗИЯ. Дивизион D
-- ====================
		["1R_D_Eurasia_GroupA"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"АЛА", "Y"},
                {"ФРЁ", ""},
                {"СОЖ", ""},
            },
            matches = {
                {"АЛА", "ФРЁ", 1, 0, 1},
                {"АЛА", "СОЖ", 4, 0, 1},
                {"ФРЁ", "АЛА", 4, 3, 1},
                {"ФРЁ", "СОЖ", 5, 2, 1},
                {"СОЖ", "АЛА", 0, 2, 1},
                {"СОЖ", "ФРЁ", 0, 1, 1},
            }
        },

        ["1R_D_Eurasia_GroupB"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ПАД", "Y"},
                {"ОРК", ""},
                {"ВНЕ", ""},
            },
            matches = {
                {"ПАД", "ОРК", 4, 3, 1},
                {"ПАД", "ВНЕ", 5, 0, 1},
                {"ОРК", "ПАД", 1, 2, 1},
                {"ОРК", "ВНЕ", 2, 1, 1},
                {"ВНЕ", "ПАД", 4, 4, 1},
                {"ВНЕ", "ОРК", 1, 1, 1},
            }
        },

        ["1R_D_Eurasia_GroupC"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ИЧК", "Y"},
                {"АНЛ", ""},
                {"СЕБ", ""},
            },
            matches = {
                {"ИЧК", "АНЛ", 2, 1, 1},
                {"ИЧК", "СЕБ", 3, 2, 1},
                {"АНЛ", "ИЧК", 1, 2, 1},
                {"АНЛ", "СЕБ", 6, 1, 1},
                {"СЕБ", "ИЧК", 2, 5, 1},
                {"СЕБ", "АНЛ", 0, 4, 1},
            }
        },

        ["1R_D_Eurasia_GroupD"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ТРС", "Y"},
                {"ДЖЕ", ""},
                {"СНД", ""},
            },
            matches = {
                {"ТРС", "ДЖЕ", 3, 1, 1},
                {"ТРС", "СНД", 3, 1, 1},
                {"ДЖЕ", "ТРС", 3, 0, 1},
                {"ДЖЕ", "СНД", 7, 1, 1},
                {"СНД", "ТРС", 1, 3, 1},
                {"СНД", "ДЖЕ", 2, 1, 1},
            }
        },

        ["1R_D_Eurasia_GroupE"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"КРН", "L"},
                {"СЕК", ""},
                {"ВНУ", ""},
            },
            matches = {
                {"КРН", "СЕК", 0, 0, 1},
                {"КРН", "ВНУ", 1, 0, 1},
                {"СЕК", "КРН", 0, 1, 1},
                {"СЕК", "ВНУ", 6, 6, 1},
                {"ВНУ", "КРН", 1, 1, 1},
                {"ВНУ", "СЕК", 1, 3, 1},
            }
        },

        ["1R_D_Eurasia_GroupF"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ПРИ", "Y"},
                {"ХУЗ", ""},
                {"ОСИ", ""},
            },
            matches = {
                {"ПРИ", "ХУЗ", 8, 1, 1},
                {"ПРИ", "ОСИ", 9, 2, 1},
                {"ХУЗ", "ПРИ", 4, 4, 1},
                {"ХУЗ", "ОСИ", 6, 0, 1},
                {"ОСИ", "ПРИ", 0, 4, 1},
                {"ОСИ", "ХУЗ", 3, 0, 1},
            }
        },

        ["1R_D_Eurasia_GroupG"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"КОР", "L"},
                {"САР", ""},
                {"ЛНР", ""},
            },
            matches = {
                {"КОР", "САР", 4, 4, 1},
                {"КОР", "ЛНР", 5, 1, 1},
                {"САР", "КОР", 0, 0, 1},
                {"САР", "ЛНР", 4, 1, 1},
                {"ЛНР", "КОР", 2, 2, 1},
                {"ЛНР", "САР", 4, 4, 1},
            }
        },

        ["1R_D_Eurasia_GroupH"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ОУА", "Y"},
                {"ФЕЛ", ""},
                {"АЧЕ", ""},
            },
            matches = {
                {"ОУА", "ФЕЛ", 4, 1, 1},
                {"ОУА", "АЧЕ", 8, 2, 1},
                {"ФЕЛ", "ОУА", 3, 3, 1},
                {"ФЕЛ", "АЧЕ", 0, 0, 1},
                {"АЧЕ", "ОУА", 1, 3, 1},
                {"АЧЕ", "ФЕЛ", 2, 3, 1},
            }
        },

        ["1R_D_Eurasia_GroupI"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ШЕТ", "Y"},
                {"СУЛ", ""},
                {"ЛАТ", ""},
            },
            matches = {
                {"ШЕТ", "СУЛ", 4, 1, 1},
                {"ШЕТ", "ЛАТ", 1, 0, 1},
                {"СУЛ", "ШЕТ", 0, 2, 1},
                {"СУЛ", "ЛАТ", 4, 0, 1},
                {"ЛАТ", "ШЕТ", 1, 4, 1},
                {"ЛАТ", "СУЛ", 1, 2, 1},
            }
        },

        ["1R_D_Eurasia_GroupJ"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"МДР", "Y"},
                {"ЗАА", ""},
                {"НГЛ", ""},
            },
            matches = {
                {"МДР", "ЗАА", 5, 1, 1},
                {"МДР", "НГЛ", 4, 1, 1},
                {"ЗАА", "МДР", 2, 1, 1},
                {"ЗАА", "НГЛ", 5, 0, 1},
                {"НГЛ", "МДР", 0, 4, 1},
                {"НГЛ", "ЗАА", 3, 2, 1},
            }
        },

        ["1R_D_Eurasia_GroupK"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ФРН", "Y"},
                {"ТАМ", ""},
                {"РЕЦ", ""},
            },
            matches = {
                {"ФРН", "ТАМ", 6, 2, 1},
                {"ФРН", "РЕЦ", 5, 1, 1},
                {"ТАМ", "ФРН", 4, 4, 1},
                {"ТАМ", "РЕЦ", 3, 1, 1},
                {"РЕЦ", "ФРН", 2, 2, 1},
                {"РЕЦ", "ТАМ", 2, 2, 1},
            }
        },

        ["1R_D_Eurasia_GroupL"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ХРИ", "Y"},
                {"ПРО", ""},
                {"ДЕЛ", ""},
            },
            matches = {
                {"ХРИ", "ПРО", 5, 0, 1},
                {"ХРИ", "ДЕЛ", 4, 1, 1},
                {"ПРО", "ХРИ", 5, 0, 1},
                {"ПРО", "ДЕЛ", 2, 2, 1},
                {"ДЕЛ", "ХРИ", 3, 4, 1},
                {"ДЕЛ", "ПРО", 0, 5, 1},
            }
        },

        ["1R_D_Eurasia_GroupM"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ГОЦ", "Y"},
                {"ДНР", ""},
                {"ХИТ", ""},
            },
            matches = {
                {"ГОЦ", "ДНР", 4, 0, 1},
                {"ГОЦ", "ХИТ", 4, 1, 1},
                {"ДНР", "ГОЦ", 1, 2, 1},
                {"ДНР", "ХИТ", 2, 2, 1},
                {"ХИТ", "ГОЦ", 1, 1, 1},
                {"ХИТ", "ДНР", 2, 3, 1},
            }
        },

        ["D_Eurasia_Playoffs_Qual"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"КРН", "КОР", 3, 1, nil, nil, nil, "", "", 1},
            }
        },

        ["D_Eurasia_Playoffs"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ШЕТ", "КРН", 4, 3, "aet", nil, nil, "G", "", 1},
                {"ИЧК", "ФРН", 2, 3, nil, nil, nil, "", "G", 1},
                {"ПРИ", "ТРС", 3, 1, nil, nil, nil, "G", "", 1},
                {"ОУА", "ХРИ", 3, 0, nil, nil, nil, "G", "", 1},
                {"ГОЦ", "АЛА", 3, 2, nil, nil, nil, "G", "", 1},
                {"ПАД", "МДР", 1, 2, nil, nil, nil, "", "G", 1},
            }
        },
-- ====================
-- ОКЕАНИЯ. Дивизион A
-- ====================
		["1R_A_Oceania_GroupA"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ФИД", "G"},
                {"АСА", "L"},
                {"ТАС", "L"},
                {"МРН", "R"},
            },
            matches = {
                {"ФИД", "АСА", 5, 0, 1},
                {"ФИД", "ТАС", 1, 1, 1},
                {"ФИД", "МРН", 4, 1, 1},
                {"АСА", "ФИД", 3, 4, 1},
                {"АСА", "ТАС", 5, 0, 1},
                {"АСА", "МРН", 1, 0, 1},
                {"ТАС", "ФИД", 0, 0, 1},
                {"ТАС", "АСА", 0, 0, 1},
                {"ТАС", "МРН", 5, 3, 1},
                {"МРН", "ФИД", 7, 5, 1},
                {"МРН", "АСА", 3, 3, 1},
                {"МРН", "ТАС", 4, 4, 1},
            }
        },

        ["1R_A_Oceania_GroupB"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ТЕР", "G"},
                {"ПАП", "L"},
                {"НОВ", "L"},
                {"ПАЛ", "R"},
            },
            matches = {
                {"ТЕР", "ПАП", 4, 0, 1},
                {"ТЕР", "НОВ", 3, 3, 1},
                {"ТЕР", "ПАЛ", 5, 0, 1},
                {"ПАП", "ТЕР", 1, 1, 1},
                {"ПАП", "НОВ", 3, 2, 1},
                {"ПАП", "ПАЛ", 0, 2, 1},
                {"НОВ", "ТЕР", 2, 3, 1},
                {"НОВ", "ПАП", 3, 3, 1},
                {"НОВ", "ПАЛ", 4, 1, 1},
                {"ПАЛ", "ТЕР", 2, 3, 1},
                {"ПАЛ", "ПАП", 1, 2, 1},
                {"ПАЛ", "НОВ", 0, 0, 1},
            }
        },

        ["1R_A_Oceania_GroupC"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"СОЛ", "G"},
                {"ТАИ", "L"},
                {"НАУ", "L"},
                {"НИУ", "R"},
            },
            matches = {
                {"СОЛ", "ТАИ", 0, 0, 1},
                {"СОЛ", "НАУ", 4, 0, 1},
                {"СОЛ", "НИУ", 3, 0, 1},
                {"ТАИ", "СОЛ", 1, 5, 1},
                {"ТАИ", "НАУ", 4, 0, 1},
                {"ТАИ", "НИУ", 1, 0, 1},
                {"НАУ", "СОЛ", 1, 3, 1},
                {"НАУ", "ТАИ", 1, 3, 1},
                {"НАУ", "НИУ", 3, 1, 1},
                {"НИУ", "СОЛ", 0, 4, 1},
                {"НИУ", "ТАИ", 1, 3, 1},
                {"НИУ", "НАУ", 2, 1, 1},
            }
        },

        ["1R_A_Oceania_GroupD"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"САМ", "G"},
                {"КРБ", "L"},
                {"МАР", "L"},
                {"ОКУ", "R"},
            },
            matches = {
                {"САМ", "КРБ", 4, 2, 1},
                {"САМ", "МАР", 6, 0, 1},
                {"САМ", "ОКУ", 3, 3, 1},
                {"КРБ", "САМ", 0, 0, 1},
                {"КРБ", "МАР", 4, 3, 1},
                {"КРБ", "ОКУ", 4, 2, 1},
                {"МАР", "САМ", 1, 2, 1},
                {"МАР", "КРБ", 5, 2, 1},
                {"МАР", "ОКУ", 1, 0, 1},
                {"ОКУ", "САМ", 0, 0, 1},
                {"ОКУ", "КРБ", 1, 3, 1},
                {"ОКУ", "МАР", 2, 4, 1},
            }
        },
-- ====================
-- ОКЕАНИЯ. Дивизион B
-- ====================
		["1R_B_Oceania_GroupA"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"НОР", "G"},
                {"ТОК", "Y"},
                {"ОАН", ""},
            },
            matches = {
                {"НОР", "ТОК", 4, 1, 1},
                {"НОР", "ОАН", 3, 3, 1},
                {"ТОК", "НОР", 0, 0, 1},
                {"ТОК", "ОАН", 4, 2, 1},
                {"ОАН", "НОР", 0, 2, 1},
                {"ОАН", "ТОК", 4, 3, 1},
            }
        },

        ["1R_B_Oceania_GroupB"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ТУВ", "G"},
                {"ХЁР", "Y"},
                {"МИК", ""},
            },
            matches = {
                {"ТУВ", "ХЁР", 2, 1, 1},
                {"ТУВ", "МИК", 4, 2, 1},
                {"ХЁР", "ТУВ", 1, 1, 1},
                {"ХЁР", "МИК", 3, 2, 1},
                {"МИК", "ТУВ", 3, 3, 1},
                {"МИК", "ХЁР", 2, 1, 1},
            }
        },

        ["1R_B_Oceania_GroupC"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ФРА", "G"},
                {"ТОН", "Y"},
                {"КЕР", ""},
            },
            matches = {
                {"ФРА", "ТОН", 4, 0, 1},
                {"ФРА", "КЕР", 2, 2, 1},
                {"ТОН", "ФРА", 2, 1, 1},
                {"ТОН", "КЕР", 2, 2, 1},
                {"КЕР", "ФРА", 2, 2, 1},
                {"КЕР", "ТОН", 3, 3, 1},
            }
        },

        ["B_Oceania_Playoffs_Stage1"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ХЁР", "ТОК", 3, 1, nil, nil, nil, "Y", "", 1},
            }
        },

        ["B_Oceania_Playoffs_Stage2"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ТОН", "ХЁР", 1, 0, nil, nil, nil, "G", "", 1},
            }
        },
-- ====================
-- ОКЕАНИЯ. Дивизион C
-- ====================
		["1R_С_Oceania_GroupA"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"ТУА", "G"},
                {"КРМ", "G"},
                {"АВС", "Y"},
                {"ЧАТ", "Y"},
            },
            matches = {
                {"ТУА", "КРМ", 5, 1, 1},
                {"ТУА", "АВС", 1, 0, 1},
                {"ТУА", "ЧАТ", 5, 1, 1},
                {"КРМ", "ТУА", 0, 0, 1},
                {"КРМ", "АВС", 3, 1, 1},
                {"КРМ", "ЧАТ", 4, 0, 1},
                {"АВС", "ТУА", 0, 1, 1},
                {"АВС", "КРМ", 0, 0, 1},
                {"АВС", "ЧАТ", 3, 0, 1},
                {"ЧАТ", "ТУА", 0, 3, 1},
                {"ЧАТ", "КРМ", 0, 2, 1},
                {"ЧАТ", "АВС", 3, 3, 1},
            }
        },

        ["1R_С_Oceania_GroupB"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"МИД", "G"},
                {"БУГ", "G"},
                {"ЗАП", "Y"},
            },
            matches = {
                {"МИД", "БУГ", 3, 3, 1},
                {"МИД", "ЗАП", 3, 1, 1},
                {"БУГ", "МИД", 3, 3, 1},
                {"БУГ", "ЗАП", 3, 1, 1},
                {"ЗАП", "МИД", 3, 5, 1},
                {"ЗАП", "БУГ", 0, 2, 1},
            }
        },

        ["1R_С_Oceania_GroupC"] = {
            type = "group",
            number_of_rounds = 2,
            standings = {
                {"УОЛ", "G"},
                {"КОО", "G"},
                {"ОРО", "Y"},
            },
            matches = {
                {"УОЛ", "КОО", 0, 0, 1},
                {"УОЛ", "ОРО", 4, 0, 1},
                {"КОО", "УОЛ", 3, 2, 1},
                {"КОО", "ОРО", 4, 1, 1},
                {"ОРО", "УОЛ", 0, 7, 1},
                {"ОРО", "КОО", 5, 3, 1},
            }
        },

        ["C_Oceania_AddMatches_Stage1"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ОРО", "ЧАТ", 2, 0, nil, nil, nil, "Y", "", 1},
                {"АВС", "ЗАП", 3, 2, nil, nil, nil, "Y", "", 1},
            }
        },

        ["C_Oceania_AddMatches_Stage2"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ОРО", "АВС", 4, 2, nil, nil, nil, "G", "", 1},
            }
        },
-- ====================
-- ВТОРОЙ РАУНД
-- ====================
		["2R_A_America_Semifinal"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"КАЙ", "МНТ", 4, 2, "aet", nil, nil, "Y", "R", 1},
                {"ГАЙ", "ДРЕ", 1, 0, nil, nil, nil, "Y", "R", 1},
            }
        },

        ["2R_A_America_Final"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"КАЙ", "ГАЙ", 1, 0, nil, nil, nil, "G", "R", 1},
            }
        },
        
        ["2R_B_America_Semifinal"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ГВИ", "БАГ", 0, 0, "pen", 2, 3, "R", "Y", 1},
                {"ГРЛ", "ПУЭ", 0, 0, "pen", 5, 4, "Y", "R", 1},
            }
        },

        ["2R_B_America_Final"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ГРЛ", "БАГ", 2, 2, "pen", 6, 7, "R", "G", 1},
            }
        },

        ["2R_C_America_Semifinal"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"АВИ", "ОПА", 4, 1, nil, nil, nil, "Y", "R", 1},
                {"СЭС", "ФОЛ", 2, 1, nil, nil, nil, "Y", "R", 1},
            }
        },

        ["2R_C_America_Final"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"АВИ", "СЭС", 2, 2, "pen", 2, 3, "R", "G", 1},
            }
        },

        ["2R_D_America_Final"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"КОН", "ЮГЕ", 0, 1, "aet", nil, nil, "R", "G", 1},
            }
        },

        ["2R_A_Africa_Semifinal"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ЧАД", "НИГ", 1, 2, "aet", nil, nil, "R", "Y", 1},
                {"ЦАР", "ОСТ", 1, 0, nil, nil, nil, "Y", "R", 1},
            }
        },

        ["2R_A_Africa_Final"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ЦАР", "НИГ", 6, 0, nil, nil, nil, "G", "R", 1},
            }
        },

        ["2R_B_Africa_Semifinal"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"БУР", "ЛЕС", 1, 2, nil, nil, nil, "R", "Y", 1},
                {"ОВО", "ДЖИ", 1, 2, "aet", nil, nil, "R", "Y", 1},
            }
        },

        ["2R_B_Africa_Final"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ДЖИ", "ЛЕС", 3, 2, nil, nil, nil, "G", "R", 1},
            }
        },

        ["2R_C_Africa_Semifinal"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"СТП", "ЮКМ", 3, 1, nil, nil, nil, "Y", "R", 1},
                {"СЕУ", "БГН", 2, 4, nil, nil, nil, "R", "Y", 1},
            }
        },

        ["2R_C_Africa_Final"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"СТП", "БГН", 1, 0, nil, nil, nil, "G", "R", 1},
            }
        },

        ["2R_D_Africa_Semifinal"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ДАР", "КАБ", 3, 0, nil, nil, nil, "Y", "R", 1},
                {"АЗА", "ВЕН", 8, 3, nil, nil, nil, "Y", "R", 1},
            }
        },

        ["2R_D_Africa_Final"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ДАР", "АЗА", 3, 1, nil, nil, nil, "G", "R", 1},
            }
        },

        ["2R_A_Eurasia_Semifinal"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"АФГ", "ИНД", 1, 0, nil, nil, nil, "Y", "R", 1},
                {"ГИБ", "МОН", 1, 0, nil, nil, nil, "Y", "R", 1},
            }
        },

        ["2R_A_Eurasia_Final"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"АФГ", "ГИБ", 1, 0, nil, nil, nil, "G", "R", 1},
            }
        },

        ["2R_B_Eurasia_Semifinal"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"СИН", "БУТ", 3, 4, nil, nil, nil, "R", "Y", 1},
                {"ВАТ", "БАН", 3, 2, nil, nil, nil, "Y", "R", 1},
            }
        },

        ["2R_B_Eurasia_Final"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ВАТ", "БУТ", 3, 2, nil, nil, nil, "G", "R", 1},
            }
        },

        ["2R_C_Eurasia_Semifinal"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ЛАП", "ЮТИ", 2, 0, nil, nil, nil, "Y", "R", 1},
                {"ЯНМ", "ГРА", 6, 0, nil, nil, nil, "Y", "R", 1},
            }
        },

        ["2R_C_Eurasia_Final"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ЛАП", "ЯНМ", 1, 7, nil, nil, nil, "R", "G", 1},
            }
        },

        ["2R_D_Eurasia_Quarterfinal"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ОУА", "ФРН", 4, 3, "aet", nil, nil, "Y", "R", 1},
                {"ГОЦ", "МДР", 1, 2, nil, nil, nil, "R", "Y", 1},
            }
        },

        ["2R_D_Eurasia_Semifinal"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ШЕТ", "МДР", 3, 6, nil, nil, nil, "R", "Y", 1},
                {"ПРИ", "ОУА", 0, 3, nil, nil, nil, "R", "Y", 1},
            }
        },

        ["2R_D_Eurasia_Final"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ОУА", "МДР", 5, 1, nil, nil, nil, "G", "R", 1},
            }
        },

        ["2R_A_Oceania_Semifinal"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"СОЛ", "ФИД", 2, 1, nil, nil, nil, "Y", "R", 1},
                {"ТЕР", "САМ", 2, 2, "pen", 8, 7, "Y", "R", 1},
            }
        },

        ["2R_A_Oceania_Final"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"СОЛ", "ТЕР", 1, 2, nil, nil, nil, "R", "G", 1},
            }
        },

        ["2R_B_Oceania_Semifinal"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"НОР", "ТОН", 0, 1, nil, nil, nil, "R", "Y", 1},
                {"ТУВ", "ФРА", 1, 0, nil, nil, nil, "Y", "R", 1},
            }
        },

        ["2R_B_Oceania_Final"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ТУВ", "ТОН", 2, 0, nil, nil, nil, "G", "R", 1},
            }
        },

        ["2R_C_Oceania_Quarterfinal"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"УОЛ", "КРМ", 4, 1, nil, nil, nil, "Y", "R", 1},
                {"БГН", "КОО", 2, 1, nil, nil, nil, "Y", "R", 1},
            }
        },

        ["2R_C_Oceania_Semifinal"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ТУА", "БУГ", 2, 0, nil, nil, nil, "Y", "R", 1},
                {"МИД", "УОЛ", 2, 4, nil, nil, nil, "R", "Y", 1},
            }
        },

        ["2R_C_Oceania_Final"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ТУА", "УОЛ", 2, 0, nil, nil, nil, "G", "R", 1},
            }
        },
-- ===========================
-- ТРЕТИЙ РАУНД
-- ===========================
		["3R_A_Semifinal"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ЦАР", "КАЙ", 1, 0, nil, nil, nil, "G", "R", 0},
                {"ТЕР", "АФГ", 2, 1, nil, nil, nil, "G", "R", 0},
            }
        },

        ["3R_A_3rdPlace"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"КАЙ", "АФГ", 1, 2, nil, nil, nil, "", "", 0},
            }
        },

        ["3R_A_Final"] = {
            type = "knockout",
            number_of_rounds = 1,
            matches = {
                {"ЦАР", "ТЕР", 1, 4, nil, nil, nil, "R", "G", 0},
            }
        },
    }
}