1+ [
2+ {
3+ "id" : " ancient" ,
4+ "name" : " Ancient" ,
5+ "supportedModes" : [" premier" , " normal" , " deathmatch" ],
6+ "location" : " Peru" ,
7+ "thumbnailUrl" : " /public/assets/games/cs2/maps/ancient.jpg"
8+ },
9+ {
10+ "id" : " anubis" ,
11+ "name" : " Anubis" ,
12+ "supportedModes" : [" premier" , " normal" , " deathmatch" ],
13+ "location" : " Egypt" ,
14+ "thumbnailUrl" : " /public/assets/games/cs2/maps/anubis.jpg"
15+ },
16+ {
17+ "id" : " dust2" ,
18+ "name" : " Dust II" ,
19+ "supportedModes" : [" premier" , " normal" , " deathmatch" ],
20+ "location" : " Morocco" ,
21+ "thumbnailUrl" : " /public/assets/games/cs2/maps/dust2.jpg"
22+ },
23+ {
24+ "id" : " inferno" ,
25+ "name" : " Inferno" ,
26+ "supportedModes" : [" premier" , " normal" , " deathmatch" , " wingman" ],
27+ "location" : " Italy" ,
28+ "thumbnailUrl" : " /public/assets/games/cs2/maps/inferno.jpeg"
29+ },
30+ {
31+ "id" : " mirage" ,
32+ "name" : " Mirage" ,
33+ "supportedModes" : [" premier" , " normal" , " deathmatch" ],
34+ "location" : " Morocco" ,
35+ "thumbnailUrl" : " /public/assets/games/cs2/maps/mirage.jpg"
36+ },
37+ {
38+ "id" : " nuke" ,
39+ "name" : " Nuke" ,
40+ "supportedModes" : [" premier" , " normal" , " deathmatch" , " wingman" ],
41+ "location" : " Germany" ,
42+ "thumbnailUrl" : " /public/assets/games/cs2/maps/nuke.jpeg"
43+ },
44+ {
45+ "id" : " train" ,
46+ "name" : " Train" ,
47+ "supportedModes" : [" premier" , " normal" , " deathmatch" ],
48+ "location" : " Russia" ,
49+ "thumbnailUrl" : " /public/assets/games/cs2/maps/train.png"
50+ },
51+ {
52+ "id" : " overpass" ,
53+ "name" : " Overpass" ,
54+ "supportedModes" : [" normal" , " deathmatch" , " wingman" ],
55+ "location" : " Germany" ,
56+ "thumbnailUrl" : " /public/assets/games/cs2/maps/overpass.jpg"
57+ },
58+ {
59+ "id" : " vertigo" ,
60+ "name" : " Vertigo" ,
61+ "supportedModes" : [" normal" , " deathmatch" , " wingman" ],
62+ "location" : " France" ,
63+ "thumbnailUrl" : " /public/assets/games/cs2/maps/vertigo.jpeg"
64+ },
65+ {
66+ "id" : " grail" ,
67+ "name" : " Grail" ,
68+ "supportedModes" : [" normal" , " deathmatch" ],
69+ "location" : " Castle" ,
70+ "thumbnailUrl" : " /public/assets/games/cs2/maps/grail.webp"
71+ },
72+ {
73+ "id" : " jura" ,
74+ "name" : " Jura" ,
75+ "supportedModes" : [" normal" , " deathmatch" ],
76+ "location" : " Switzerland" ,
77+ "thumbnailUrl" : " /public/assets/games/cs2/maps/jura.webp"
78+ },
79+ {
80+ "id" : " office" ,
81+ "name" : " Office" ,
82+ "supportedModes" : [" normal" , " deathmatch" ],
83+ "location" : " Office Building" ,
84+ "thumbnailUrl" : " /public/assets/games/cs2/maps/office.webp"
85+ },
86+ {
87+ "id" : " italy" ,
88+ "name" : " Italy" ,
89+ "supportedModes" : [" normal" , " deathmatch" ],
90+ "location" : " Italy" ,
91+ "thumbnailUrl" : " /public/assets/games/cs2/maps/italy.webp"
92+ },
93+ {
94+ "id" : " agency" ,
95+ "name" : " Agency" ,
96+ "supportedModes" : [" normal" , " deathmatch" ],
97+ "location" : " Office Building" ,
98+ "thumbnailUrl" : " /public/assets/games/cs2/maps/agency.webp"
99+ },
100+ {
101+ "id" : " brewery" ,
102+ "name" : " Brewery" ,
103+ "supportedModes" : [" wingman" ],
104+ "location" : " Germany" ,
105+ "thumbnailUrl" : " /public/assets/games/cs2/maps/brewery.webp"
106+ },
107+ {
108+ "id" : " dogtown" ,
109+ "name" : " Dogtown" ,
110+ "supportedModes" : [" wingman" ],
111+ "location" : " Urban" ,
112+ "thumbnailUrl" : " /public/assets/games/cs2/maps/dogtown.webp"
113+ },
114+ {
115+ "id" : " baggage" ,
116+ "name" : " Baggage" ,
117+ "supportedModes" : [" arms-race" ],
118+ "location" : " Airport" ,
119+ "thumbnailUrl" : " /public/assets/games/cs2/maps/baggage.webp"
120+ },
121+ {
122+ "id" : " shoots" ,
123+ "name" : " Shoots" ,
124+ "supportedModes" : [" arms-race" ],
125+ "location" : " Western USA" ,
126+ "thumbnailUrl" : " /public/assets/games/cs2/maps/shoots.webp"
127+ },
128+ {
129+ "id" : " pool-day" ,
130+ "name" : " Pool Day" ,
131+ "supportedModes" : [" arms-race" ],
132+ "location" : " Resort" ,
133+ "thumbnailUrl" : " /public/assets/games/cs2/maps/pool-day.webp"
134+ },
135+ {
136+ "id" : " custom-map" ,
137+ "name" : " Custom Map" ,
138+ "supportedModes" : [" premier" , " normal" , " deathmatch" , " wingman" , " arms-race" , " hostage-rescue" ],
139+ "location" : " Custom" ,
140+ "thumbnailUrl" : " /public/assets/games/cs2/maps/custom-map.jpg"
141+ }
142+ ]
0 commit comments