Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Contains order in which the draft proceeds
- ]]
- DRAFTING_ORDERS = {
- -- BO1
- [SERIES_TYPE_BO1] = {
- {
- teams = {2},
- picking = true,
- numSelections = 1,
- time = 20,
- },
- {
- teams = {3},
- picking = true,
- numSelections = 2,
- time = 20,
- },
- {
- teams = {2},
- picking = true,
- numSelections = 2,
- time = 20,
- },
- {
- teams = {3},
- picking = true,
- numSelections = 1,
- time = 20,
- },
- {
- teams = {2, 3},
- picking = false,
- numSelections = 1,
- time = 30
- }
- },
- -- BO3
- [SERIES_TYPE_BO3] = {
- {
- teams = {2},
- picking = true,
- numSelections = 1,
- time = 20,
- },
- {
- teams = {3},
- picking = true,
- numSelections = 2,
- time = 20,
- },
- {
- teams = {2},
- picking = true,
- numSelections = 2,
- time = 20,
- },
- {
- teams = {3},
- picking = true,
- numSelections = 2,
- time = 20,
- },
- {
- teams = {2},
- picking = true,
- numSelections = 2,
- time = 20,
- },
- {
- teams = {3},
- picking = true,
- numSelections = 1,
- time = 20,
- },
- {
- teams = {2, 3},
- picking = false,
- numSelections = 2,
- time = 30,
- }
- },
- -- BO5
- [SERIES_TYPE_BO5] = {
- {
- teams = {2},
- picking = true,
- numSelections = 1,
- time = 20,
- },
- {
- teams = {3},
- picking = true,
- numSelections = 2,
- time = 20,
- },
- {
- teams = {2},
- picking = true,
- numSelections = 2,
- time = 20,
- },
- {
- teams = {3},
- picking = true,
- numSelections = 2,
- time = 20,
- },
- {
- teams = {2},
- picking = true,
- numSelections = 2,
- time = 20,
- },
- {
- teams = {3},
- picking = true,
- numSelections = 2,
- time = 20,
- },
- {
- teams = {2},
- picking = true,
- numSelections = 2,
- time = 20,
- },
- {
- teams = {3},
- picking = true,
- numSelections = 1,
- time = 20,
- },
- {
- teams = {2, 3},
- picking = false,
- numSelections = 2,
- time = 30,
- }
- },
- -- BO7
- [SERIES_TYPE_BO7] = {
- {
- teams = {2},
- picking = true,
- numSelections = 1,
- time = 20,
- },
- {
- teams = {3},
- picking = true,
- numSelections = 2,
- time = 20,
- },
- {
- teams = {2},
- picking = true,
- numSelections = 2,
- time = 20,
- },
- {
- teams = {3},
- picking = true,
- numSelections = 2,
- time = 20,
- },
- {
- teams = {2},
- picking = true,
- numSelections = 2,
- time = 20,
- },
- {
- teams = {3},
- picking = true,
- numSelections = 2,
- time = 20,
- },
- {
- teams = {2},
- picking = true,
- numSelections = 2,
- time = 20,
- },
- {
- teams = {3},
- picking = true,
- numSelections = 2,
- time = 20,
- },
- {
- teams = {2},
- picking = true,
- numSelections = 2,
- time = 20,
- },
- {
- teams = {3},
- picking = true,
- numSelections = 1,
- time = 20,
- },
- {
- teams = {2, 3},
- picking = false,
- numSelections = 2,
- time = 30,
- }
- },
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement