Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local DRAFTING_ORDERS = {
- -- 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 = 2,
- time = 30
- }
- },
- -- 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
- {
- {
- 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,
- }
- },
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement