469 lines
22 KiB
Plaintext
469 lines
22 KiB
Plaintext
/*
|
|
Needed Mods:
|
|
- None
|
|
|
|
Optional Mods:
|
|
- BWMod
|
|
- RHSUSAF
|
|
- F-15C
|
|
- F/A-18
|
|
- CUP Weapons
|
|
- CUP Vehicles
|
|
- USAF Main Pack
|
|
- USAF Fighters Pack
|
|
- USAF Utility Pack
|
|
*/
|
|
|
|
/*
|
|
--- Support classnames ---
|
|
Each of these should be unique.
|
|
The same classnames for different purposes may cause various unpredictable issues with player actions.
|
|
Or not, just don't try!
|
|
*/
|
|
FOB_typename = "Land_Cargo_HQ_V1_F"; // This is the main FOB HQ building.
|
|
FOB_box_typename = "B_Slingload_01_Cargo_F"; // This is the FOB as a container.
|
|
FOB_truck_typename = "B_Truck_01_box_F"; // This is the FOB as a vehicle.
|
|
Arsenal_typename = "B_supplyCrate_F"; // This is the virtual arsenal as portable supply crates.
|
|
Respawn_truck_typename = "tbd_mtlb_ambulance"; // This is the mobile respawn (and medical) truck.
|
|
huron_typename = "b_afougf_Mi8MTV3_Evac"; // This is Spartan 01, a multipurpose mobile respawn as a helicopter.
|
|
crewman_classname = "UA_Azov_mechanikdriver"; // This defines the crew for vehicles.
|
|
pilot_classname = "UA_VVS_helicopterpilot"; // This defines the pilot for helicopters.
|
|
KP_liberation_little_bird_classname = "b_afougf_UAZ_open_Base"; // These are the little birds which spawn on the Freedom or at Chimera base.
|
|
KP_liberation_boat_classname = "B_Boat_Transport_01_F"; // These are the boats which spawn at the stern of the Freedom.
|
|
KP_liberation_truck_classname = "B_Truck_01_transport_F"; // These are the trucks which are used in the logistic convoy system.
|
|
KP_liberation_small_storage_building = "ContainmentArea_02_sand_F"; // A small storage area for resources.
|
|
KP_liberation_large_storage_building = "ContainmentArea_01_sand_F"; // A large storage area for resources.
|
|
KP_liberation_recycle_building = "Land_RepairDepot_01_tan_F"; // The building defined to unlock FOB recycling functionality.
|
|
KP_liberation_air_vehicle_building = "B_Radar_System_01_F"; // The building defined to unlock FOB air vehicle functionality.
|
|
KP_liberation_heli_slot_building = "Land_HelipadSquare_F"; // The helipad used to increase the GLOBAL rotary-wing cap.
|
|
KP_liberation_plane_slot_building = "Land_TentHangar_V1_F"; // The hangar used to increase the GLOBAL fixed-wing cap.
|
|
KP_liberation_supply_crate = "CargoNet_01_box_F"; // This defines the supply crates, as in resources.
|
|
KP_liberation_ammo_crate = "B_CargoNet_01_ammo_F"; // This defines the ammunition crates.
|
|
KP_liberation_fuel_crate = "CargoNet_01_barrels_F"; // This defines the fuel crates.
|
|
|
|
/*
|
|
--- Friendly classnames ---
|
|
Each array below represents one of the 7 pages within the build menu.
|
|
Format: ["vehicle_classname",supplies,ammunition,fuel],
|
|
Example: ["B_APC_Tracked_01_AA_F",300,150,150],
|
|
The above example is the NATO IFV-6a Cheetah, it costs 300 supplies, 150 ammunition and 150 fuel to build.
|
|
IMPORTANT: The last element inside each array must have no comma at the end!
|
|
*/
|
|
infantry_units = [
|
|
["UA_Azov_forwardobserver",15,0,0], // Rifleman (Light)
|
|
["UA_Azov_rifleman",20,0,0], // Rifleman
|
|
["UA_Azov_sapper",30,0,0], // Rifleman (AT)
|
|
["UA_Azov_grenadier",25,0,0], // Grenadier
|
|
["UA_Azov_machinegunner",25,0,0], // Autorifleman
|
|
["B_HeavyGunner_F",35,0,0], // Heavygunner
|
|
["UA_Azov_gunner",30,0,0], // Marksman
|
|
["UA_Azov_rangefinder",40,0,0], // Sharpshooter
|
|
["UA_Azov_operatoratgm",50,10,0], // AT Specialist
|
|
["UA_Azov_operatormanpad",50,10,0], // AA Specialist
|
|
["UA_Azov_riflemancombatlifesaver",30,0,0], // Combat Life Saver
|
|
["UA_Azov_driver",30,0,0], // Engineer
|
|
["UA_SSO_recon",20,0,0], // Recon Scout
|
|
["UA_SSO_reconsapper",30,0,0], // Recon Scout (AT)
|
|
["UA_SSO_reconradiotelephonist",30,0,0], // Recon Marksman
|
|
["UA_SSO_reconsniper",40,0,0], // Recon Sharpshooter
|
|
["UA_SSO_seniorrecon",30,0,0], // Recon Paramedic
|
|
["UA_SSO_reconoperatoruav",30,0,0], // Recon Demolition Expert
|
|
["UA_Azov_sniper",70,5,0], // Sniper
|
|
["UA_Azov_rangefinder",20,0,0], // Spotter
|
|
["UA_Azov_driver",10,0,0], // Crewman
|
|
["UA_DShV_lieutenant",20,0,0], // Para Trooper
|
|
["UA_VVS_helicopterpilot",10,0,0], // Helicopter Crew
|
|
["UA_VVS_helicopterpilot",10,0,0], // Helicopter Pilot
|
|
["UA_VVS_pilot",10,0,0] // Pilot
|
|
];
|
|
|
|
light_vehicles = [
|
|
["b_afougf_quadbike_01",50,0,25],
|
|
["b_afougf_offroad_armored_01",75,0,50],
|
|
["b_afougf_offroad_armored_at",75,40,50],
|
|
["b_afougf_offroad_armored_01_dshkm",75,60,50],
|
|
["b_afougf_uaf_dozor",100,0,50],
|
|
["b_afougf_uaf_dozor_nsvt",100,40,50],
|
|
["b_afougf_kozak5_unarmed_F",100,60,50],
|
|
["b_afougf_kozak5_turret_armored_full_F",100,0,50],
|
|
["b_afougf_kozak5_turret_armored_F",100,40,50],
|
|
["b_afougf_kozak5_turret_F",100,60,50],
|
|
["b_afougf_m1151_base",100,0,50],
|
|
["b_afougf_m1151_m2_v1",100,40,50],
|
|
["b_afougf_m1151_mk19_base",100,60,50],
|
|
["b_afougf_m1152_base",100,0,50],
|
|
["b_afougf_m1152_base_dshkm",100,0,50],
|
|
["b_afougf_m1152_base_lcmr",120,0,60],
|
|
["b_afougf_m1151_med",120,40,60],
|
|
["b_afougf_m998_sicps_base",120,60,60],
|
|
["uaf_m1151_m2_v2",140,0,60],
|
|
["b_afougf_m998_2dr",140,40,60],
|
|
["b_afougf_m998_2dr_dshkm",140,60,60],
|
|
["b_afougf_m998_2dr_fulltop",100,0,50],
|
|
["b_afougf_m998_4dr",100,100,50],
|
|
["b_afougf_m998_w_s_4dr_fulltop",120,0,60],
|
|
["BBM_Varta",120,0,60],
|
|
["BBM_Varta_Turret",120,20,60],
|
|
["b_afougf_uaf_novator",125,0,75],
|
|
["b_afougf_uaf_novator_atgm",125,0,75],
|
|
["b_afougf_offroad_01",100,0,50],
|
|
["b_afougf_offroad_at",125,0,75],
|
|
["b_afougf_UAZ_Base",125,40,75],
|
|
["b_afougf_UAZ_open_Base",150,50,50],
|
|
["b_afougf_UAZ_AGS30_Base",150,0,50],
|
|
["b_afougf_UAZ_DShKM_Base",150,40,50],
|
|
["b_afougf_UAZ_SPG9_Base",100,0,25],
|
|
["Kraz_Spartan",200,80,75],
|
|
["Kraz_Spartan_dshk",250,200,100],
|
|
["vurtual_maxxpro",150,0,50],
|
|
["vurtual_maxxpro_MK19",150,0,50],
|
|
["rhsusf_m1240a1_usmc_wd",150,0,50],
|
|
["rhsusf_m1240a1_m2_usmc_wd",150,0,50],
|
|
["rhsusf_m1240a1_m240_usmc_wd",150,0,50],
|
|
["rhsusf_m1165a1_gmv_m134d_m240_socom_d",150,0,50],
|
|
["Gas_tigr_ua",150,0,50],
|
|
["Gas_tigr_sts_ua",150,0,50],
|
|
["Gas_tigr_m_ua",100,100,100],
|
|
["b_afougf_gaz66_zu23",100,300,200],
|
|
["FA_UAF_RSVK",50,50,50],
|
|
["FA_UAF_RSVK_Armed",50,100,50],
|
|
["rhsusf_m1045_w",50,200,50]
|
|
];
|
|
|
|
heavy_vehicles = [
|
|
["tbd_mtlb_s60",200,40,100],
|
|
["tbd_mtlb_vmk",200,60,100],
|
|
["tbd_mtlb_shturm",200,0,100],
|
|
["tbd_mtlb_s8",200,0,125],
|
|
["tbd_mtlb_pkt",200,75,125],
|
|
["tbd_mtlb_mt12",200,75,125],
|
|
["tbd_mtlb_engineer",300,100,150],
|
|
["tbd_mtlb_bmo",300,150,150],
|
|
["tbd_mtlb_bm21",300,200,150],
|
|
["tbd_mtlb_ambulance",300,225,150],
|
|
["tbd_mtlb_6ma1_tkn4g",300,250,175],
|
|
["tbd_mtlb",300,250,175],
|
|
["rhsusf_M1117_O",300,250,175],
|
|
["rhsusf_m113_usarmy_medical",300,250,175],
|
|
["UAF_M113_MK19",300,250,175],
|
|
["UAF_M113_M2",300,250,175],
|
|
["b_afougf_m113_unarmed",400,300,200],
|
|
["TSB_BRDM2_ZU23_g",400,300,200],
|
|
["UF_M2A2_BUSKI",400,300,200],
|
|
["UF_M2A2",400,350,225],
|
|
["UAF_bmp_3m",500,350,225],
|
|
["UAF_bmp_3",500,400,250],
|
|
["b_afougf_prp3_Base",500,400,250],
|
|
["b_afougf_brm1k_Base",500,500,250],
|
|
["b_afougf_bmp2d",550,550,250],
|
|
["b_afougf_bmp2",600,1250,300],
|
|
["b_afougf_bmp1p",600,1250,300],
|
|
["b_afougf_bmp1",800,1750,400],
|
|
["b_afougf_bmd2",800,1750,400],
|
|
["b_afougf_bmd1",800,1750,400],
|
|
["b_afougf_BRDM2_HQ",800,1750,400],
|
|
["b_afougf_BRDM2_UM",800,1750,400],
|
|
["b_afougf_BRDM2_ATGM",800,1750,400],
|
|
["b_afougf_BRDM2",800,1750,400],
|
|
["FA_UAF_BTR4",800,1750,400],
|
|
["FA_UAF_BTR3",800,1750,400],
|
|
["FA_UAF_BMP1U",800,1750,400],
|
|
["FA_UAF_2S17",800,1750,400],
|
|
["FA_UAF_Zamak_MLRS",800,1750,400],
|
|
["UAF_2s1",800,1750,400],
|
|
["uaf_2s3",800,1750,400],
|
|
["UAF_m109",800,1750,400],
|
|
["b_afougf_yt_BM21",800,1750,400],
|
|
["b_afougf_m142_base",800,1750,400],
|
|
["tbd_mtlb_tundzha",800,1750,400],
|
|
["tbd_mtlb_nona",800,1750,400],
|
|
["FA_UAF_Leopard2A4",800,1750,400],
|
|
["FA_UAF_Leopard2A4_ERA",800,1750,400],
|
|
["FA_UAF_T64BM",800,1750,400],
|
|
["FA_UAF_T64BM2",800,1750,400],
|
|
["FA_UAF_T64BV",800,1750,400],
|
|
["FA_UAF_T84M",800,1750,400],
|
|
["b_afougf_t72bb",800,1750,400],
|
|
["t80bv_Ukraine",800,1750,400],
|
|
["b_afougf_t80u",800,1750,400],
|
|
["UAF_t72b3",800,1750,400],
|
|
["UF_M1A1",800,1750,400],
|
|
["tbd_mtlb_strela_m3",500,500,500],
|
|
["b_afougf_zsu234_aa",500,500,500]
|
|
|
|
|
|
];
|
|
|
|
air_vehicles = [
|
|
["UA_VVS_bayraktartb2",75,0,25],
|
|
["RHS_UH60M2",80,0,30],
|
|
["RHS_UH60M",200,0,100],
|
|
["b_afougf_Mi8MTV3_UPK23",200,100,100],
|
|
["b_afougf_Mi8MTV3_Evac",200,0,100],
|
|
["b_afougf_Mi8MTV3_Cargo",200,200,100],
|
|
["b_afougf_Mi24V_UPK23",225,0,125],
|
|
["b_afougf_Mi24V_AT",225,200,125],
|
|
["b_afougf_a29",225,0,125],
|
|
["b_afougf_l39m1",225,200,125],
|
|
["b_afougf_Su25SM",500,400,200],
|
|
["FA_UAF_F16A",500,500,200],
|
|
["b_afougf_mig29sm",750,750,250],
|
|
["Su27_ua",750,750,250]
|
|
];
|
|
|
|
static_vehicles = [
|
|
["b_afougf_AGS30_TriPod",25,40,0],
|
|
["b_afougf_DSHKM",25,40,0],
|
|
["b_afougf_DSHkM_Mini_TriPod",35,40,0],
|
|
["b_afougf_Stinger_AA_pod",35,60,0],
|
|
["b_afougf_M2_TriPod_high",35,60,0],
|
|
["b_afougf_M2_TriPod_low",45,60,0],
|
|
["b_afougf_MK19_TriPod",50,100,0],
|
|
["b_afougf_nsv_tripod",50,100,0],
|
|
["b_afougf_SPG9M",80,150,0],
|
|
["b_afougf_ZU23",100,200,0],
|
|
["b_afougf_m119",100,200,0],
|
|
["b_afougf_D30",100,200,0],
|
|
["b_afougf_D30_AT",100,200,0],
|
|
["b_afougf_2b14_82mm",100,200,0],
|
|
["tbd_d20",300,300,300],
|
|
["tbd_2b9_vasilek",300,300,300],
|
|
["tbd_mt12",300,300,300],
|
|
["b_afougf_SAM_System_04_green_F",1000,1000,1000]
|
|
];
|
|
|
|
buildings = [
|
|
["Land_Cargo_House_V1_F",0,0,0],
|
|
["Land_Cargo_Patrol_V1_F",0,0,0],
|
|
["Land_Cargo_Tower_V1_F",0,0,0],
|
|
["Land_AFOU_okop_bunker_01_grass_green_F",0,0,0],
|
|
["Land_AFOU_okop_med_bunker_01_grass_green_F",0,0,0],
|
|
["Land_AFOU_okop_grass_green_01_F",0,0,0],
|
|
["Land_AFOU_okop_cut90_grass_green_F",0,0,0],
|
|
["Land_AFOU_okop_cut90_nakritya_grass_green_F",0,0,0],
|
|
["Land_AFOU_okop_vhid_01_grass_green_F",0,0,0],
|
|
["Land_AFOU_okop_odynochna_pozytsiya_grass_green_F",0,0,0],
|
|
["Land_AFOU_okop_odynochna_pozytsiya_BMP2_Wreck_grass_green_F",0,0,0],
|
|
["Land_AFOU_okop_odynochna_pozytsiya_T72_Wreck_grass_green_F",0,0,0],
|
|
["Land_AFOU_okop_osn_grass_green_F",0,0,0],
|
|
["Land_AFOU_okop_dot_01_grass_green_F",0,0,0],
|
|
["Land_AFOU_okop_T_01_grass_green_F",0,0,0],
|
|
["Land_AFOU_okop_T_02_grass_green_F",0,0,0],
|
|
["Land_AFOU_okop_T_03_grass_green_F",0,0,0],
|
|
["Land_AFOU_okop_T_04_grass_green_F",0,0,0],
|
|
["Land_AFOU_okop_T_05_grass_green_F",0,0,0],
|
|
["Land_AFOU_okop_bunker_tunel_vhid_grass_green_01_F",0,0,0],
|
|
["Land_AFOU_okop_tehnika_grass_green_F",0,0,0],
|
|
["Land_AFOU_okop_tehnika_sitka_wood_grass_green_F",0,0,0],
|
|
["Land_AFOU_okop_bunker_tunel_01_grass_green_F",0,0,0],
|
|
["Land_AFOU_okop_bunker_perekhrestya_tunel_01_grass_green_F",0,0,0],
|
|
["Land_AFOU_okop_bunker_t_tunel_01_grass_green_F",0,0,0],
|
|
["Flag_NATO_F",0,0,0],
|
|
["Flag_US_F",0,0,0],
|
|
["BWA3_Flag_Ger_F",0,0,0],
|
|
["Flag_UK_F",0,0,0],
|
|
["Flag_White_F",0,0,0],
|
|
["Land_Medevac_house_V1_F",0,0,0],
|
|
["Land_Medevac_HQ_V1_F",0,0,0],
|
|
["Flag_RedCrystal_F",0,0,0],
|
|
["CamoNet_BLUFOR_F",0,0,0],
|
|
["CamoNet_BLUFOR_open_F",0,0,0],
|
|
["CamoNet_BLUFOR_big_F",0,0,0],
|
|
["Land_PortableLight_single_F",0,0,0],
|
|
["Land_PortableLight_double_F",0,0,0],
|
|
["Land_LampSolar_F",0,0,0],
|
|
["Land_LampHalogen_F",0,0,0],
|
|
["Land_LampStreet_small_F",0,0,0],
|
|
["Land_LampAirport_F",0,0,0],
|
|
["Land_HelipadCircle_F",0,0,0], // Strictly aesthetic - as in it does not increase helicopter cap!
|
|
["Land_HelipadRescue_F",0,0,0], // Strictly aesthetic - as in it does not increase helicopter cap!
|
|
["PortableHelipadLight_01_blue_F",0,0,0],
|
|
["PortableHelipadLight_01_green_F",0,0,0],
|
|
["PortableHelipadLight_01_red_F",0,0,0],
|
|
["Land_CampingChair_V1_F",0,0,0],
|
|
["Land_CampingChair_V2_F",0,0,0],
|
|
["Land_CampingTable_F",0,0,0],
|
|
["MapBoard_altis_F",0,0,0],
|
|
["MapBoard_stratis_F",0,0,0],
|
|
["MapBoard_seismic_F",0,0,0],
|
|
["Land_Pallet_MilBoxes_F",0,0,0],
|
|
["Land_PaperBox_open_empty_F",0,0,0],
|
|
["Land_PaperBox_open_full_F",0,0,0],
|
|
["Land_PaperBox_closed_F",0,0,0],
|
|
["Land_DieselGroundPowerUnit_01_F",0,0,0],
|
|
["Land_ToolTrolley_02_F",0,0,0],
|
|
["Land_WeldingTrolley_01_F",0,0,0],
|
|
["Land_Workbench_01_F",0,0,0],
|
|
["Land_GasTank_01_blue_F",0,0,0],
|
|
["Land_GasTank_01_khaki_F",0,0,0],
|
|
["Land_GasTank_01_yellow_F",0,0,0],
|
|
["Land_GasTank_02_F",0,0,0],
|
|
["Land_BarrelWater_F",0,0,0],
|
|
["Land_BarrelWater_grey_F",0,0,0],
|
|
["Land_WaterBarrel_F",0,0,0],
|
|
["Land_WaterTank_F",0,0,0],
|
|
["Land_BagFence_Round_F",0,0,0],
|
|
["Land_BagFence_Short_F",0,0,0],
|
|
["Land_BagFence_Long_F",0,0,0],
|
|
["Land_BagFence_Corner_F",0,0,0],
|
|
["Land_BagFence_End_F",0,0,0],
|
|
["Land_BagBunker_Small_F",0,0,0],
|
|
["Land_BagBunker_Large_F",0,0,0],
|
|
["Land_BagBunker_Tower_F",0,0,0],
|
|
["Land_HBarrier_1_F",0,0,0],
|
|
["Land_HBarrier_3_F",0,0,0],
|
|
["Land_HBarrier_5_F",0,0,0],
|
|
["Land_HBarrier_Big_F",0,0,0],
|
|
["Land_HBarrierWall4_F",0,0,0],
|
|
["Land_HBarrierWall6_F",0,0,0],
|
|
["Land_HBarrierWall_corner_F",0,0,0],
|
|
["Land_HBarrierWall_corridor_F",0,0,0],
|
|
["Land_HBarrierTower_F",0,0,0],
|
|
["Land_CncBarrierMedium_F",0,0,0],
|
|
["Land_CncBarrierMedium4_F",0,0,0],
|
|
["Land_Concrete_SmallWall_4m_F",0,0,0],
|
|
["Land_Concrete_SmallWall_8m_F",0,0,0],
|
|
["Land_CncShelter_F",0,0,0],
|
|
["Land_CncWall1_F",0,0,0],
|
|
["Land_CncWall4_F",0,0,0],
|
|
["Land_Sign_WarningMilitaryArea_F",0,0,0],
|
|
["Land_Sign_WarningMilAreaSmall_F",0,0,0],
|
|
["Land_Sign_WarningMilitaryVehicles_F",0,0,0],
|
|
["Land_Razorwire_F",0,0,0],
|
|
["Land_ClutterCutter_large_F",0,0,0]
|
|
];
|
|
|
|
support_vehicles = [
|
|
[Arsenal_typename,100,200,0],
|
|
[Respawn_truck_typename,200,0,100],
|
|
[FOB_box_typename,300,500,0],
|
|
[FOB_truck_typename,300,500,75],
|
|
[KP_liberation_small_storage_building,0,0,0],
|
|
[KP_liberation_large_storage_building,0,0,0],
|
|
[KP_liberation_recycle_building,250,0,0],
|
|
[KP_liberation_air_vehicle_building,1000,0,0],
|
|
[KP_liberation_heli_slot_building,250,0,0],
|
|
[KP_liberation_plane_slot_building,500,0,0],
|
|
["ACE_medicalSupplyCrate_advanced",50,0,0],
|
|
["ACE_Box_82mm_Mo_HE",50,40,0],
|
|
["ACE_Box_82mm_Mo_Smoke",50,10,0],
|
|
["ACE_Box_82mm_Mo_Illum",50,10,0],
|
|
["ACE_Wheel",10,0,0],
|
|
["ACE_Track",10,0,0],
|
|
["USAF_missileCart_W_AGM114",50,150,0], // Missile Cart (AGM-114)
|
|
["USAF_missileCart_AGMMix",50,150,0], // Missile Cart (AGM-65 Mix)
|
|
["USAF_missileCart_AGM1",50,150,0], // Missile Cart (AGM-65D)
|
|
["USAF_missileCart_AGM2",50,150,0], // Missile Cart (AGM-65E)
|
|
["USAF_missileCart_AGM3",50,150,0], // Missile Cart (AGM-65K)
|
|
["USAF_missileCart_AA1",50,150,0], // Missile Cart (AIM-9M/AIM-120)
|
|
["USAF_missileCart_AA2",50,150,0], // Missile Cart (AIM-9X/AIM-120)
|
|
["USAF_missileCart_GBU12_green",50,150,0], // Missile Cart (GBU12 Green)
|
|
["USAF_missileCart_GBU12_maritime",50,150,0], // Missile Cart (GBU12 Maritime)
|
|
["USAF_missileCart_GBU12",50,150,0], // Missile Cart (GBU12)
|
|
["USAF_missileCart_Gbu31",50,150,0], // Missile Cart (GBU31)
|
|
["USAF_missileCart_GBU39",50,150,0], // Missile Cart (GBU39)
|
|
["USAF_missileCart_Mk82",50,150,0], // Missile Cart (Mk82)
|
|
["CUP_B_TowingTractor_NATO",50,0,25], // Towing Tractor
|
|
["B_APC_Tracked_01_CRV_F",500,250,350], // CRV-6e Bobcat
|
|
["B_Truck_01_Repair_F",325,0,75], // HEMTT Repair
|
|
["B_Truck_01_fuel_F",125,0,275], // HEMTT Fuel
|
|
["B_Truck_01_ammo_F",125,200,75], // HEMTT Ammo
|
|
["FA_UAF_Zamak_Repair",325,0,75], // M977A4 Repair
|
|
["FA_UAF_Zamak_Fuel",125,0,275], // M978A4 Fuel
|
|
["UA_KRAZ_6322_ammo",125,200,75], // M977A4 Ammo
|
|
["B_Slingload_01_Repair_F",275,0,0], // Huron Repair
|
|
["B_Slingload_01_Fuel_F",75,0,200], // Huron Fuel
|
|
["B_Slingload_01_Ammo_F",75,200,0] // Huron Ammo
|
|
];
|
|
|
|
/*
|
|
--- Squads ---
|
|
Pre-made squads for the commander build menu.
|
|
These shouldn't exceed 10 members.
|
|
*/
|
|
|
|
// Light infantry squad.
|
|
blufor_squad_inf_light = [
|
|
"UA_TRO_efreitor",
|
|
"UA_TRO_lieutenant",
|
|
"UA_TRO_mainsergeant",
|
|
"UA_TRO_radiotelephonist",
|
|
"UA_TRO_rifleman",
|
|
"UA_TRO_riflemangrenadierassistant",
|
|
"UA_TRO_grenadier",
|
|
"UA_TRO_juniorsergeant",
|
|
"UA_TRO_machinegunner",
|
|
"UA_TRO_seniorlieutenant"
|
|
];
|
|
|
|
// Heavy infantry squad.
|
|
blufor_squad_inf = [
|
|
"B_Soldier_TL_F",
|
|
"B_Soldier_LAT_F",
|
|
"B_Soldier_LAT_F",
|
|
"B_Soldier_GL_F",
|
|
"B_soldier_AR_F",
|
|
"B_soldier_AR_F",
|
|
"B_HeavyGunner_F",
|
|
"B_Sharpshooter_F",
|
|
"B_medic_F",
|
|
"B_engineer_F"
|
|
];
|
|
|
|
// AT specialists squad.
|
|
blufor_squad_at = [
|
|
"B_Soldier_TL_F",
|
|
"B_Soldier_F",
|
|
"B_Soldier_F",
|
|
"B_soldier_AT_F",
|
|
"B_soldier_AT_F",
|
|
"B_soldier_AT_F",
|
|
"B_medic_F",
|
|
"B_soldier_F"
|
|
];
|
|
|
|
// AA specialists squad.
|
|
blufor_squad_aa = [
|
|
"B_Soldier_TL_F",
|
|
"B_Soldier_F",
|
|
"B_Soldier_F",
|
|
"B_soldier_AA_F",
|
|
"B_soldier_AA_F",
|
|
"B_soldier_AA_F",
|
|
"B_medic_F",
|
|
"B_soldier_F"
|
|
];
|
|
|
|
// Force recon squad.
|
|
blufor_squad_recon = [
|
|
"B_recon_TL_F",
|
|
"B_recon_F",
|
|
"B_recon_F",
|
|
"B_recon_LAT_F",
|
|
"B_recon_M_F",
|
|
"B_recon_M_F",
|
|
"B_Recon_Sharpshooter_F",
|
|
"B_Recon_Sharpshooter_F",
|
|
"B_recon_medic_F",
|
|
"B_recon_exp_F"
|
|
];
|
|
|
|
// Paratroopers squad (The units of this squad will automatically get parachutes on build)
|
|
blufor_squad_para = [
|
|
"B_soldier_PG_F",
|
|
"B_soldier_PG_F",
|
|
"B_soldier_PG_F",
|
|
"B_soldier_PG_F",
|
|
"B_soldier_PG_F",
|
|
"B_soldier_PG_F",
|
|
"B_soldier_PG_F",
|
|
"B_soldier_PG_F",
|
|
"B_soldier_PG_F",
|
|
"B_soldier_PG_F"
|
|
];
|
|
|
|
|
|
|
|
|
|
|