Skip to content

Commit fd2bc16

Browse files
authored
Added 2 new lagshot WW zones (#741)
Added /deathmatch 10 WW lagshot zone. Added /deathmatch 11 WW teams lagshot zone.
1 parent 8788f6c commit fd2bc16

File tree

1 file changed

+73
-0
lines changed

1 file changed

+73
-0
lines changed

data/death_match_locations.json

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,79 @@
269269
{ "weapon_id" : 28, "ammo": 80085 }
270270
],
271271

272+
"interior_id": 0,
273+
"spawn_positions": [
274+
{ "position": [ -1471, 412, 32 ], "rotation": 0 },
275+
{ "position": [ -1479, 413, 32 ], "rotation": 0 },
276+
{ "position": [ -1404, 370, 32 ], "rotation": 0 },
277+
{ "position": [ -1385, 375, 32 ], "rotation": 0 },
278+
{ "position": [ -1428, 355, 32 ], "rotation": 0 },
279+
{ "position": [ -1454, 369, 32 ], "rotation": 0 },
280+
{ "position": [ -1405, 359, 32 ], "rotation": 0 },
281+
{ "position": [ -1400, 386, 32 ], "rotation": 0 },
282+
{ "position": [ -1467, 399, 32 ], "rotation": 0 },
283+
{ "position": [ -1430, 394, 32 ], "rotation": 0 },
284+
{ "position": [ -1431, 371, 32 ], "rotation": 0 },
285+
{ "position": [ -1445, 388, 32 ], "rotation": 0 },
286+
{ "position": [ -1429, 417, 32 ], "rotation": 0 },
287+
{ "position": [ -1448, 345, 32 ], "rotation": 0 },
288+
{ "position": [ -1453, 393, 32 ], "rotation": 0 },
289+
{ "position": [ -1405, 413, 32 ], "rotation": 0 },
290+
{ "position": [ -1443, 347, 32 ], "rotation": 0 },
291+
{ "position": [ -1453, 365, 32 ], "rotation": 0 },
292+
{ "position": [ -1453, 389, 32 ], "rotation": 0 }
293+
],
294+
"boundaries": [ -1343.2637, -1485.9154, 447.1273, 334.7642 ]
295+
},
296+
{
297+
"id": 10,
298+
"name": "Baseball field WW (lag shot)",
299+
"weather": 10,
300+
"time": 12,
301+
302+
"player_health" : 100,
303+
"player_armour" : 100,
304+
305+
"lag_shot": true,
306+
"weapons" : [
307+
{ "weapon_id" : 24, "ammo": 1000 },
308+
{ "weapon_id" : 25, "ammo": 1000 },
309+
{ "weapon_id" : 31, "ammo": 1000 },
310+
{ "weapon_id" : 33, "ammo": 1000 }
311+
],
312+
313+
"interior_id": 0,
314+
"spawn_positions": [
315+
{ "position": [ 1305.4459, 2107.5073, 11.0156 ], "rotation": 326 },
316+
{ "position": [ 1306.3177, 2154.8152, 11.0234 ], "rotation": 274 },
317+
{ "position": [ 1305.3868, 2191.5332, 11.0234 ], "rotation": 214 },
318+
{ "position": [ 1390.2855, 2191.9712, 11.0234 ], "rotation": 131 },
319+
{ "position": [ 1390.3672, 2107.3330, 11.0156 ], "rotation": 41 },
320+
{ "position": [ 1349.7422, 2107.3530, 11.0156 ], "rotation": 358 },
321+
{ "position": [ 1372, 2149.5, 11.02 ], "rotation": 0 }
322+
],
323+
"boundaries": [ 1392, 1304, 2193, 2106 ]
324+
},
325+
{
326+
"id": 11,
327+
"name": "SF military WW Teams (lag shot)",
328+
"weather": 10,
329+
"time": 10,
330+
331+
"has_teams": true,
332+
"no_team_damage": true,
333+
334+
"player_health" : 100,
335+
"player_armour" : 100,
336+
337+
"lag_shot": true,
338+
"weapons" : [
339+
{ "weapon_id" : 24, "ammo": 1000 },
340+
{ "weapon_id" : 25, "ammo": 1000 },
341+
{ "weapon_id" : 31, "ammo": 1000 },
342+
{ "weapon_id" : 33, "ammo": 1000 }
343+
],
344+
272345
"interior_id": 0,
273346
"spawn_positions": [
274347
{ "position": [ -1471, 412, 32 ], "rotation": 0 },

0 commit comments

Comments
 (0)