forked from WarzoneMC/tgm-maps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrotation.json
More file actions
204 lines (204 loc) · 3.18 KB
/
rotation.json
File metadata and controls
204 lines (204 loc) · 3.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
[
{
"name": "Micro",
"default": true,
"shuffle": true,
"requirements": {
"min": 0,
"max": 8
},
"maps": [
"Arctic Ruins",
"Balloons Christmas",
"Bulwark",
"Covert Fortress",
"Cursed Library",
"Dead Waters",
"Desolate Gully CTW",
"Downforce",
"Dry Outpost",
"Eclipse",
"Gelid 2",
"Halcyon Holiday",
"Lagoon",
"Loyalty DTM",
"Mini Drought",
"Oriental",
"Rampant",
"Snowstone",
"Sarc",
"Settler's Covert",
"Vertex",
"Voltage",
"Watchtower DTM"
]
},
{
"name": "Small",
"default": true,
"shuffle": true,
"requirements": {
"min": 9,
"max": 14
},
"maps": [
"Ancient Cistern",
"Arbaro Blitzmas",
"Arctic Ruins",
"Arizona",
"Balloons Christmas",
"Cargo",
"Deepwind Jungle",
"Desolate Gully",
"Downforce",
"Fracture DTM",
"Halcyon Holiday",
"Loyalty DTM",
"Oriental",
"Persisto",
"Ricco Christmas",
"Rooted",
"Snowstone",
"Skylands Reborn",
"Snowy Wars Christmas",
"Stonehenge",
"Stronghold",
"Sunrise Over Paradise",
"Twin Peaks",
"Vortex",
"Warlock DTW Christmas",
"Warlock"
]
},
{
"name": "Medium",
"default": true,
"shuffle": true,
"requirements": {
"min": 15,
"max": 29
},
"maps": [
"A New Day",
"Aerial Conquest",
"Anasaria",
"Ancient Cistern",
"Antiquis Christmas",
"Arctic 2",
"Arizona",
"Ascension",
"Aureola",
"Brisked KOTH",
"Cargo",
"Castles",
"CherrylandMC",
"Christmas Country",
"Circulus Turres",
"Concourse: Christmas",
"Coral Reef II",
"Coral Reef",
"Deepwind Jungle",
"Electri City",
"Equinox",
"Festive",
"Formorgar 1",
"Gardens",
"Golden Drought III",
"Hallows",
"Icebound",
"Kyoto",
"Merry Drought",
"Molendinis",
"Museum",
"Orion",
"Persisto",
"Rendezvous Redux",
"Ricco Christmas",
"Ring Race",
"Rooted CTW",
"Rooted",
"Sandstone 2",
"Snowstone",
"Senex 3",
"Snowback",
"Snowdrift",
"Stronghold",
"SuperCUBE",
"TechnoWar",
"Templum",
"Thrive 2",
"Twin Peaks",
"Unix Holiday",
"Village 2 Christmas",
"Christmas Terras",
"Wahiz CTW",
"Warlock DTW Christmas",
"Warlock"
]
},
{
"name": "Large",
"default": true,
"shuffle": true,
"requirements": {
"min": 30,
"max": 200
},
"maps": [
"A New Day",
"Araxa",
"Arctic 2",
"Babylon",
"Christmas Country",
"Christmas Sanctuary",
"Circulus Turres",
"Cozy Cove",
"Edotopia",
"Festive",
"Formorgar 2",
"Fourchette",
"Gobi",
"Golden Drought III",
"Grub CTF",
"Gyrus CTW",
"Harvest",
"Jungle Beat",
"Justice 2",
"Long Shot",
"Mayan Apocalypse",
"Merry Drought",
"Midnight Train",
"Museum",
"Orion",
"Palace CTF",
"Quintus",
"Race For Victory 2",
"Ring Race",
"Christmas Paradise",
"Sector Six",
"Senex 3",
"Snowback",
"TechnoWar",
"Templum",
"Terrace 2",
"Christmas Terras",
"Winsray Fields",
"Wonderland"
]
},
{
"name": "Infected",
"maps": [
"Bayview",
"Grind",
"Lost",
"Meltdown",
"Neighborhood",
"Nuke",
"Pier",
"Plaza",
"Raid",
"Yowzer Stadium"
]
}
]