-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added S3 Mission control loadouts (#1062)
* Added loadouts * fixed quotes
- Loading branch information
1 parent
dc6ae81
commit c930788
Showing
2 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
class S3_Base: Cav_B_Seventh_Cavalry_Base_F { | ||
displayName = "S3 Mission Control"; | ||
category[] = {}; | ||
scope = 2; | ||
loadout = [["rhs_weap_m4a1_blockII_bk","ACE_muzzle_mzls_L","acc_pointer_IR","rhsusf_acc_ACOG_RMR",["ACE_30Rnd_556x45_Stanag_M995_AP_mag",30],[],"rhsusf_acc_rvg_blk"],[],["rhs_weap_M320","","","",["ACE_HuntIR_M203",1],[],""],["USP_G3C_RS2_MC",[["ACE_tourniquet",4],["ItemcTabHCam",1],["ACE_MapTools",1],["ACE_IR_Strobe_Item",2],["ACE_microDAGR",1],["ACE_splint",4],["ACE_Flashlight_XL50",1],["kat_Painkiller",2,10],["SmokeShellPurple",2,1],["Laserbatteries",1,1]]],["rhsusf_plateframe_grenadier",[["ACE_packingBandage",20],["ACE_IR_Strobe_Item",2],["rhs_mag_M664_red_cluster",2,1],["1Rnd_SmokeRed_Grenade_shell",2,1],["1Rnd_SmokeBlue_Grenade_shell",2,1],["ACE_HuntIR_M203",2,1],["ACE_30Rnd_556x45_Stanag_M995_AP_mag",6,30],["ACE_HandFlare_Green",2,1],["SmokeShellBlue",2,1],["SmokeShellRed",2,1]]],["USP_TACTICAL_PACK_CCT7",[["Rev_darter_item",1],["ACE_HuntIR_monitor",1],["ACE_EntrenchingTool",1],["ACE_UAVBattery",1],["Laserbatteries",1,1],[["ACE_Vector","","","",[],[],""],1]]],"rhsusf_opscore_mc_cover_pelt_cam","rhsusf_shemagh2_gogg_grn",["Laserdesignator","","","",["Laserbatteries",1],[],""],["ItemMap","ItemcTab","","ItemCompass","ItemWatch","USP_PVS15"]]; | ||
role = "officer"; | ||
|
||
company = ""; | ||
|
||
insignia = "specialized_s3"; | ||
preLoadout = "this setVariable ['cScripts_Player_Unit', 'S3'];"; | ||
postLoadout = ""; | ||
}; | ||
|
||
class S3 : S3_Base { scope = 1; }; | ||
|
||
class S3_1 : S3_Base { scope = 1; }; | ||
class S3_2 : S3_Base { scope = 1; }; | ||
class S3_3 : S3_Base { scope = 1; }; | ||
class S3_4 : S3_Base { scope = 1; }; | ||
class S3_5 : S3_Base { scope = 1; }; | ||
class S3_6 : S3_Base { scope = 1; }; | ||
class S3_7 : S3_Base { scope = 1; }; | ||
class S3_8 : S3_Base { scope = 1; }; | ||
|
||
class S3_1_1 : S3_Base { scope = 1; }; | ||
class S3_2_1 : S3_Base { scope = 1; }; | ||
class S3_3_1 : S3_Base { scope = 1; }; | ||
class S3_4_1 : S3_Base { scope = 1; }; | ||
class S3_5_1 : S3_Base { scope = 1; }; | ||
class S3_6_1 : S3_Base { scope = 1; }; | ||
|
||
class S3_1_2 : S3_Base { scope = 1; }; | ||
class S3_2_2 : S3_Base { scope = 1; }; | ||
class S3_3_2 : S3_Base { scope = 1; }; | ||
class S3_4_2 : S3_Base { scope = 1; }; | ||
class S3_5_2 : S3_Base { scope = 1; }; | ||
class S3_6_2 : S3_Base { scope = 1; }; |