Skip to content

Commit

Permalink
Added 2 new lagshot WW zones (#741)
Browse files Browse the repository at this point in the history
Added /deathmatch 10 WW lagshot zone.
Added /deathmatch 11 WW teams lagshot zone.
  • Loading branch information
XilentLVP authored Jun 21, 2020
1 parent 8788f6c commit fd2bc16
Showing 1 changed file with 73 additions and 0 deletions.
73 changes: 73 additions & 0 deletions data/death_match_locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,79 @@
{ "weapon_id" : 28, "ammo": 80085 }
],

"interior_id": 0,
"spawn_positions": [
{ "position": [ -1471, 412, 32 ], "rotation": 0 },
{ "position": [ -1479, 413, 32 ], "rotation": 0 },
{ "position": [ -1404, 370, 32 ], "rotation": 0 },
{ "position": [ -1385, 375, 32 ], "rotation": 0 },
{ "position": [ -1428, 355, 32 ], "rotation": 0 },
{ "position": [ -1454, 369, 32 ], "rotation": 0 },
{ "position": [ -1405, 359, 32 ], "rotation": 0 },
{ "position": [ -1400, 386, 32 ], "rotation": 0 },
{ "position": [ -1467, 399, 32 ], "rotation": 0 },
{ "position": [ -1430, 394, 32 ], "rotation": 0 },
{ "position": [ -1431, 371, 32 ], "rotation": 0 },
{ "position": [ -1445, 388, 32 ], "rotation": 0 },
{ "position": [ -1429, 417, 32 ], "rotation": 0 },
{ "position": [ -1448, 345, 32 ], "rotation": 0 },
{ "position": [ -1453, 393, 32 ], "rotation": 0 },
{ "position": [ -1405, 413, 32 ], "rotation": 0 },
{ "position": [ -1443, 347, 32 ], "rotation": 0 },
{ "position": [ -1453, 365, 32 ], "rotation": 0 },
{ "position": [ -1453, 389, 32 ], "rotation": 0 }
],
"boundaries": [ -1343.2637, -1485.9154, 447.1273, 334.7642 ]
},
{
"id": 10,
"name": "Baseball field WW (lag shot)",
"weather": 10,
"time": 12,

"player_health" : 100,
"player_armour" : 100,

"lag_shot": true,
"weapons" : [
{ "weapon_id" : 24, "ammo": 1000 },
{ "weapon_id" : 25, "ammo": 1000 },
{ "weapon_id" : 31, "ammo": 1000 },
{ "weapon_id" : 33, "ammo": 1000 }
],

"interior_id": 0,
"spawn_positions": [
{ "position": [ 1305.4459, 2107.5073, 11.0156 ], "rotation": 326 },
{ "position": [ 1306.3177, 2154.8152, 11.0234 ], "rotation": 274 },
{ "position": [ 1305.3868, 2191.5332, 11.0234 ], "rotation": 214 },
{ "position": [ 1390.2855, 2191.9712, 11.0234 ], "rotation": 131 },
{ "position": [ 1390.3672, 2107.3330, 11.0156 ], "rotation": 41 },
{ "position": [ 1349.7422, 2107.3530, 11.0156 ], "rotation": 358 },
{ "position": [ 1372, 2149.5, 11.02 ], "rotation": 0 }
],
"boundaries": [ 1392, 1304, 2193, 2106 ]
},
{
"id": 11,
"name": "SF military WW Teams (lag shot)",
"weather": 10,
"time": 10,

"has_teams": true,
"no_team_damage": true,

"player_health" : 100,
"player_armour" : 100,

"lag_shot": true,
"weapons" : [
{ "weapon_id" : 24, "ammo": 1000 },
{ "weapon_id" : 25, "ammo": 1000 },
{ "weapon_id" : 31, "ammo": 1000 },
{ "weapon_id" : 33, "ammo": 1000 }
],

"interior_id": 0,
"spawn_positions": [
{ "position": [ -1471, 412, 32 ], "rotation": 0 },
Expand Down

0 comments on commit fd2bc16

Please sign in to comment.