Files
KPLibSumava/kp_liberation.brf_sumava/scripts/fob_templates/default/template10.sqf
Samuele Lorefice 9e023649ac initial files
2025-05-24 16:17:33 +02:00

65 lines
2.8 KiB
Plaintext

private _objects_to_build = [
["Land_Cargo_HQ_V3_F", [10.61, -10.99, 0.00], 0.00],
["Land_Cargo_Patrol_V3_F", [-17.12, 17.91, 0.00], 90.00],
["Land_Cargo_Patrol_V3_F", [-6.10, -17.32, 0.00], 0.00],
["Land_Cargo_Patrol_V3_F", [16.21, 19.89, 0.00], 270.00],
["Land_HBarrier_Big_F", [-0.63, 24.21, 0.00], 0.00],
["Land_HBarrier_Big_F", [-11.09, -16.24, 0.00], 270.00],
["Land_HBarrier_Big_F", [-11.31, -7.55, 0.00], 270.00],
["Land_HBarrier_Big_F", [-11.58, 9.48, 0.00], 270.00],
["Land_HBarrier_Big_F", [-17.32, 12.59, 0.00], 0.00],
["Land_HBarrier_Big_F", [-17.75, 23.50, 0.00], 0.00],
["Land_HBarrier_Big_F", [-20.65, 17.97, 0.00], 270.00],
["Land_HBarrier_Big_F", [-7.86, -21.51, 0.00], 0.00],
["Land_HBarrier_Big_F", [-9.08, 23.97, 0.00], 0.00],
["Land_HBarrier_Big_F", [0.86, -21.32, 0.00], 0.00],
["Land_HBarrier_Big_F", [16.73, 24.67, 0.00], 0.00],
["Land_HBarrier_Big_F", [18.13, -20.90, 0.00], 0.00],
["Land_HBarrier_Big_F", [20.43, 19.27, 0.00], 270.00],
["Land_HBarrier_Big_F", [20.71, 10.54, 0.00], 270.00],
["Land_HBarrier_Big_F", [21.02, 1.91, 0.00], 270.00],
["Land_HBarrier_Big_F", [21.24, -6.77, 0.00], 270.00],
["Land_HBarrier_Big_F", [21.51, -15.29, 0.00], 270.00],
["Land_HBarrier_Big_F", [8.11, 24.41, 0.00], 0.00],
["Land_HBarrier_Big_F", [9.42, -21.10, 0.00], 0.00],
[opfor_mrap_armed, [12.38, 7.12, -0.00], 270.00],
[opfor_transport_truck, [13.36, 2.53, 0.00], 270.00]
];
private _objectives_to_build = [
[opfor_ammo_container, [-1.20, 20.76, 0.00], 270.00],
[opfor_ammo_container, [-1.59, 15.88, 0.00], 270.00],
[opfor_fuel_container, [6.70, 15.99, 0.00], 270.00],
[opfor_fuel_container, [6.82, 21.17, 0.00], 270.00],
[opfor_ammo_truck, [13.86, -1.90, 0.00], 270.00]
];
private _defenders_to_build = [
[opfor_engineer, [16.56, 0.29, 0.00], 272.36],
[opfor_heavygunner, [15.94, 21.60, 4.35], 0.00],
[opfor_medic, [13.96, -10.08, 0.60], 212.28],
[opfor_sharpshooter, [-16.85, 16.02, 4.35], 262.35],
[opfor_machinegunner, [-7.51, -17.34, 4.35], 172.74],
[opfor_rifleman, [-8.52, -15.95, 0.00], 25.64],
[opfor_rifleman, [-9.09, 6.77, 0.00], 198.94],
[opfor_rifleman, [14.18, -6.52, 3.08], 0.00],
[opfor_rifleman, [16.20, 18.42, 4.35], 94.53],
[opfor_rifleman, [2.83, 18.98, 0.00], 179.03],
[opfor_rifleman, [7.46, -17.77, 0.72], 0.00],
[opfor_at, [7.10, -9.09, 3.13], 279.26],
[opfor_sentry, [16.67, 16.95, 0.00], 231.16],
[opfor_marksman, [-17.06, 19.60, 4.35], 273.13],
[opfor_squad_leader, [9.67, -10.00, 0.60], 198.89],
[opfor_grenadier, [-14.41, 20.23, 0.00], 137.98],
[opfor_grenadier, [-4.67, -17.54, 4.35], 177.14]
];
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]