initial files
This commit is contained in:
@@ -0,0 +1,64 @@
|
||||
private _objects_to_build = [
|
||||
["csj_VCbunk01", [2.11, 12.76, 0.00], 180.00],
|
||||
["Land_Campfire_burning", [-9.11, 3.99, 0.00], 0.00],
|
||||
["LAND_uns_eastbunker1", [-16.60, -12.28, 0.00], 60.70],
|
||||
["LAND_uns_eastbunker1", [16.15, 13.08, 0.00], 245.97],
|
||||
["LAND_uns_eastbunker2", [-10.93, 18.73, 0.00], 164.64],
|
||||
["LAND_uns_eastbunker2", [10.31, -16.80, 0.00], 323.39],
|
||||
["LAND_uns_vcshelter2", [-10.73, 6.26, 0.00], 9.31],
|
||||
["LAND_uns_vcshelter2", [-11.45, 1.27, 0.00], 347.58],
|
||||
["LAND_uns_vcshelter2", [-7.96, 8.47, 0.00], 63.79],
|
||||
["LAND_uns_vcshelter4", [-5.80, -14.27, 0.00], 270.00],
|
||||
["LAND_uns_vcshelter4", [-5.87, -9.61, 0.00], 270.00],
|
||||
["LAND_uns_vcshelter4", [1.77, -14.25, 0.00], 270.00],
|
||||
["LAND_uns_vcshelter4", [1.78, -9.53, 0.00], 270.00],
|
||||
[opfor_flag, [-15.79, -3.95, 0.00], 0.00],
|
||||
[opfor_flag, [16.39, 1.56, 0.00], 0.00],
|
||||
["Vil_Fence", [-0.49, -16.46, 0.00], 0.00],
|
||||
["Vil_Fence", [-1.22, 16.53, 0.00], 0.00],
|
||||
["Vil_Fence", [-15.78, 9.56, 0.00], 114.93],
|
||||
["Vil_Fence", [-17.10, -2.51, 0.00], 86.64],
|
||||
["Vil_Fence", [-17.32, 3.62, 0.00], 102.65],
|
||||
["Vil_Fence", [-6.45, -16.40, 0.00], 0.00],
|
||||
["Vil_Fence", [12.93, -12.98, 0.00], 107.43],
|
||||
["Vil_Fence", [16.42, 2.24, 0.00], 81.60],
|
||||
["Vil_Fence", [4.74, 16.50, 0.00], 0.00],
|
||||
["Vil_Fence", [4.98, 16.37, 0.00], 190.02],
|
||||
["Vil_Fence", [5.42, -16.54, 0.00], 0.00]
|
||||
];
|
||||
|
||||
private _objectives_to_build = [
|
||||
[opfor_ammo_container, [1.76, -8.89, 0.00], 270.00],
|
||||
[opfor_ammo_container, [1.85, -13.44, 0.00], 270.00],
|
||||
[opfor_fuel_container, [-6.11, -13.37, 0.00], 270.00],
|
||||
[opfor_fuel_container, [-6.15, -8.81, 0.00], 270.00]
|
||||
];
|
||||
|
||||
private _defenders_to_build = [
|
||||
[opfor_engineer, [14.44, 1.66, 0.00], 124.27],
|
||||
[opfor_heavygunner, [3.22, 13.79, 0.00], 0.00],
|
||||
[opfor_medic, [2.37, 3.09, 0.00], 86.61],
|
||||
[opfor_officer, [0.73, 13.99, 0.00], 154.25],
|
||||
[opfor_rifleman, [-11.72, 19.08, 0.00], 308.60],
|
||||
[opfor_rifleman, [-14.81, -10.93, 0.00], 297.93],
|
||||
[opfor_rifleman, [-2.47, -11.92, 0.00], 0.00],
|
||||
[opfor_rifleman, [11.05, -16.87, 0.00], 103.44],
|
||||
[opfor_rifleman, [13.61, -6.92, 0.00], 70.80],
|
||||
[opfor_rifleman, [14.00, 11.59, 0.00], 107.80],
|
||||
[opfor_rpg, [9.81, -17.28, 0.00], 183.70],
|
||||
[opfor_sentry, [-11.14, 1.90, 0.00], 64.87],
|
||||
[opfor_sentry, [-2.53, 15.10, 0.00], 0.00],
|
||||
[opfor_sentry, [3.43, 0.56, 0.00], 0.00],
|
||||
[opfor_marksman, [-10.66, 19.57, 0.00], 0.00],
|
||||
[opfor_grenadier, [-10.48, 6.93, 0.00], 121.83],
|
||||
[opfor_grenadier, [14.28, 12.52, 0.00], 0.00]
|
||||
];
|
||||
|
||||
private _base_corners = [
|
||||
[40, 40, 0],
|
||||
[40, -40, 0],
|
||||
[-40, -40, 0],
|
||||
[-40, 40, 0]
|
||||
];
|
||||
|
||||
[_objects_to_build, _objectives_to_build, _defenders_to_build, _base_corners]
|
||||
Reference in New Issue
Block a user