-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmaps.lua
More file actions
17 lines (13 loc) · 2.65 KB
/
maps.lua
File metadata and controls
17 lines (13 loc) · 2.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--[[
name: maps.lua
description: Contains the maps.
]]--
-- Standard maps
stMapCodes = {{"@7725753", 3}, {"@7726015", 1}, {"@7726744", 2}, {"@7728063", 4}, {"@7731641", 2}, {"@7730637", 3}, {"@7732486", 2}, {"@6784223", 4}, {"@7734262", 3}, {"@7735744", 3}, {"@7735771", 3}, {"@7737995", 3}, {"@7048028", 2}, {"@7733505", 3}, {"@7734451", 5}, {"@7723036", 2}}
stMapsLeft = {{"@7725753", 3}, {"@7726015", 1}, {"@7726744", 2}, {"@7728063", 4}, {"@7731641", 2}, {"@7730637", 3}, {"@7732486", 2}, {"@6784223", 4}, {"@7734262", 3}, {"@7735744", 3}, {"@7735771", 3}, {"@7737995", 3}, {"@7048028", 2}, {"@7733505", 3}, {"@7734451", 5}, {"@7723036", 2}}
-- Hardcore maps
hcMapCodes = {{"@7733773", 6}, {"@7733777", 6}, {"@7737218", 6}, {"@7739215", 6}}
hcMapsLeft = {{"@7733773", 6}, {"@7733777", 6}, {"@7737218", 6}, {"@7739215", 6}}
-- Blitz maps
bzMapCodes = {{"@1769843", 0}, {"@1233889", 0}, {"@7035440", 0}, {"@504166", 0}, {"@3923680", 0}, {"@1314249", 0}, {"@183740", 0}, {"@2651322", 0}, {"@474477", 0}, {"@5360849", 0}, {"@5753185", 0}, {"@586245", 0}, {"@1803400", 0}, {"@6474060", 0}, {"@585177", 0}, {"@7340630", 0}, {"@5993993", 0}, {"@3243937", 0}, {"@2924315", 0}, {"@2877342", 0}, {"@1703817", 0}, {"@1380404", 0}, {"@2597430", 0}, {"@2999991", 0}, {"@5626178", 0}, {"@1948886", 0}, {"@1482533", 0}, {"@3173113", 0}, {"@3742299", 0}, {"@2580002", 0}, {"@1918313", 0}, {"@7110025", 0}, {"@2600721", 0}, {"@3796004", 0}, {"@3998891", 0}, {"@2611862", 0}, {"@2992797", 0}, {"@7018125", 0}, {"@5017732", 0}, {"@4017743", 0}, {"@1289915", 0}, {"@1448587", 0}, {"@1341133", 0}, {"@5000000", 0}, {"@2006526", 0}, {"@2212811", 0}, {"@7014000", 0}, {"@2866094", 0}, {"@2768546", 0}, {"@3819161", 0}, {"@6518642", 0}, {"@5025765", 0}}
bzMapsLeft = {{"@1769843", 0}, {"@1233889", 0}, {"@7035440", 0}, {"@504166", 0}, {"@3923680", 0}, {"@1314249", 0}, {"@183740", 0}, {"@2651322", 0}, {"@474477", 0}, {"@5360849", 0}, {"@5753185", 0}, {"@586245", 0}, {"@1803400", 0}, {"@6474060", 0}, {"@585177", 0}, {"@7340630", 0}, {"@5993993", 0}, {"@3243937", 0}, {"@2924315", 0}, {"@2877342", 0}, {"@1703817", 0}, {"@1380404", 0}, {"@2597430", 0}, {"@2999991", 0}, {"@5626178", 0}, {"@1948886", 0}, {"@1482533", 0}, {"@3173113", 0}, {"@3742299", 0}, {"@2580002", 0}, {"@1918313", 0}, {"@7110025", 0}, {"@2600721", 0}, {"@3796004", 0}, {"@3998891", 0}, {"@2611862", 0}, {"@2992797", 0}, {"@7018125", 0}, {"@5017732", 0}, {"@4017743", 0}, {"@1289915", 0}, {"@1448587", 0}, {"@1341133", 0}, {"@5000000", 0}, {"@2006526", 0}, {"@2212811", 0}, {"@7014000", 0}, {"@2866094", 0}, {"@2768546", 0}, {"@3819161", 0}, {"@6518642", 0}, {"@5025765", 0}}