Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
1,110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 23.49 KB | None | 0 0
  1. class CfgPatches
  2. {
  3.     class 2pwrr_units          
  4.     {
  5.         units[] = {};
  6.         weapons[] = {};
  7.         requiredVersion = 0.1;
  8.         requiredAddons[] = {"A3_Characters_F_BLUFOR","uk3cb_baf_equipment"};
  9.     };
  10. };
  11.  
  12. class cfgFactionClasses
  13. {
  14.     class 2pwrr_Units
  15.     {
  16.         displayName = "2nd Battalion, Princess of Wales Royal Regt.";
  17.         priority = 3;
  18.         side = 1;
  19.         icon = "";
  20.     };
  21. };
  22.  
  23.  
  24. class cfgVehicles
  25. {
  26.     class B_Soldier_base_F;                    
  27.     class 2pwrr_man_main: B_Soldier_base_F      
  28.     {
  29.         author = "Flint";        
  30.         scope = 2;                        
  31.         scopeCurator = 2;                  
  32.         scopeArsenal = 2;                
  33.         identityTypes[] =  {"LanguageENG_F","Head_NATO","G_NATO_default"};        
  34.         displayName = "British Soldier (2PWRR)";    
  35.         model = "\A3\characters_f_beta\indep\ia_soldier_01.p3d";      
  36.         uniformClass = "2pwrr_uni_main";                          
  37.         hiddenSelections[] = {"camo"};                            
  38.         hiddenSelectionsTextures[] = {"2pwrr_units\data\2pwrr_main_co.paa"};      
  39.         icon = "iconMan";              
  40.         faction = "2pwrr_Units";
  41.         linkedItems[] = {UK3CB_BAF_H_Beret_PWRR, ItemMap, ItemCompass, ItemWatch, ItemRadio};              
  42.         respawnLinkedItems[] = {UK3CB_BAF_H_Beret_PWRR, ItemMap, ItemCompass, ItemWatch, ItemRadio};  
  43.         weapons[] = {"Throw","Put"};
  44.         respawnWeapons[] = {"Throw","Put"};
  45.         magazines[] = {""};
  46.         respawnMagazines[] = {""};
  47.     };
  48.    
  49.     class 2pwrr_man_ramc: 2pwrr_man_main
  50.     {
  51.         author = "Flint";
  52.         displayName = "British Soldier (RAMC)";
  53.         model = "\A3\characters_f_beta\indep\ia_soldier_01.p3d";
  54.         hiddenSelectionsTextures[] = {"2pwrr_units\data\2pwrr_ramc_co.paa"};
  55.         icon = "iconMan";
  56.         uniformClass = "2pwrr_uni_ramc";
  57.         linkedItems[] = {UK3CB_BAF_H_Beret_RAMC, ItemMap, ItemCompass, ItemWatch, ItemRadio};              
  58.         respawnLinkedItems[] = {UK3CB_BAF_H_Beret_RAMC, ItemMap, ItemCompass, ItemWatch, ItemRadio};  
  59.         weapons[] = {"Throw","Put"};
  60.         respawnWeapons[] = {"Throw","Put"};
  61.         magazines[] = {""};
  62.         respawnMagazines[] = {""};
  63.     };
  64.    
  65.     class 2pwrr_man_rs: 2pwrr_man_main
  66.     {
  67.         author = "Flint";
  68.         displayName = "British Soldier (RS)";
  69.         model = "\A3\characters_f_beta\indep\ia_soldier_01.p3d";
  70.         hiddenSelectionsTextures[] = {"2pwrr_units\data\2pwrr_rs_co.paa"};
  71.         icon = "iconMan";
  72.         uniformClass = "2pwrr_uni_rs";
  73.         linkedItems[] = {UK3CB_BAF_H_Beret_Signals, ItemMap, ItemCompass, ItemWatch, ItemRadio};              
  74.         respawnLinkedItems[] = {UK3CB_BAF_H_Beret_Signals, ItemMap, ItemCompass, ItemWatch, ItemRadio};  
  75.         weapons[] = {"Throw","Put"};
  76.         respawnWeapons[] = {"Throw","Put"};
  77.         magazines[] = {""};
  78.         respawnMagazines[] = {""};
  79.     };
  80.    
  81.     class 2pwrr_man_ramc_rolled: 2pwrr_man_main
  82.     {
  83.         author = "Flint";
  84.         displayName = "British Soldier (RAMC Rolled)";
  85.         model = "\A3\characters_f_beta\indep\ia_soldier_02.p3d";
  86.         hiddenSelectionsTextures[] = {"2pwrr_units\data\2pwrr_ramc_co.paa"};
  87.         icon = "iconMan";
  88.         uniformClass = "2pwrr_uni_ramc_rolled";
  89.         linkedItems[] = {UK3CB_BAF_H_Beret_RAMC, ItemMap, ItemCompass, ItemWatch, ItemRadio};              
  90.         respawnLinkedItems[] = {UK3CB_BAF_H_Beret_RAMC, ItemMap, ItemCompass, ItemWatch, ItemRadio};  
  91.         weapons[] = {"Throw","Put"};
  92.         respawnWeapons[] = {"Throw","Put"};
  93.         magazines[] = {""};
  94.         respawnMagazines[] = {""};
  95.     };
  96.  
  97.     class 2pwrr_man_main_rolled: 2pwrr_man_main
  98.     {
  99.         author = "Flint";
  100.         displayName = "British Soldier (2PWRR Rolled)";
  101.         model = "\A3\characters_f_beta\indep\ia_soldier_02.p3d";
  102.         hiddenSelectionsTextures[] = {"2pwrr_units\data\2pwrr_main_co.paa"};
  103.         icon = "iconMan";
  104.         uniformClass = "2pwrr_uni_main_rolled";
  105.         linkedItems[] = {UK3CB_BAF_H_Beret_PWRR, ItemMap, ItemCompass, ItemWatch, ItemRadio};              
  106.         respawnLinkedItems[] = {UK3CB_BAF_H_Beret_PWRR, ItemMap, ItemCompass, ItemWatch, ItemRadio};  
  107.         weapons[] = {"Throw","Put"};
  108.         respawnWeapons[] = {"Throw","Put"};
  109.         magazines[] = {""};
  110.         respawnMagazines[] = {""};
  111.     };
  112.    
  113.     class 2pwrr_man_rs_rolled: 2pwrr_man_main
  114.     {
  115.         author = "Flint";
  116.         displayName = "British Soldier (RS Rolled)";
  117.         model = "\A3\characters_f_beta\indep\ia_soldier_02.p3d";
  118.         hiddenSelectionsTextures[] = {"2pwrr_units\data\2pwrr_rs_co.paa"};
  119.         icon = "iconMan";
  120.         uniformClass = "2pwrr_uni_rs_rolled";
  121.         linkedItems[] = {UK3CB_BAF_H_Beret_Signals, ItemMap, ItemCompass, ItemWatch, ItemRadio};              
  122.         respawnLinkedItems[] = {UK3CB_BAF_H_Beret_Signals, ItemMap, ItemCompass, ItemWatch, ItemRadio};  
  123.         weapons[] = {"Throw","Put"};
  124.         respawnWeapons[] = {"Throw","Put"};
  125.         magazines[] = {""};
  126.         respawnMagazines[] = {""};
  127.     };
  128.    
  129.     class UK3CB_BAF_Soldier_Smock_DPMW_MTP_Base;
  130.     class 2pwrr_man_smk_main: UK3CB_BAF_Soldier_Smock_DPMW_MTP_Base
  131.     {
  132.         author = "Flint";
  133.         displayName = "British Soldier (Main)";
  134.         model = "UK3CB_BAF_Equipment\uniform\smock\uk3cb_smock_Base.p3d";
  135.         hiddenSelectionsTextures[] = {"2pwrr_units\data\2pwrr_smock_main_co.paa"};
  136.         icon = "iconMan";  
  137.         linkedItems[] = {UK3CB_BAF_H_Beret_RAF, ItemMap, ItemCompass, ItemWatch, ItemRadio};              
  138.         respawnLinkedItems[] = {UK3CB_BAF_H_Beret_RAF, ItemMap, ItemCompass, ItemWatch, ItemRadio};  
  139.         weapons[] = {"Throw","Put"};
  140.         respawnWeapons[] = {"Throw","Put"};
  141.         magazines[] = {""};
  142.         respawnMagazines[] = {""}; 
  143.         uniformClass = "2pwrr_smock_main";     
  144.     };
  145.    
  146.     class 2pwrr_man_smk_ramc: UK3CB_BAF_Soldier_Smock_DPMW_MTP_Base
  147.     {
  148.         author = "Flint";
  149.         displayName = "British Soldier (RAMC)";
  150.         model = "UK3CB_BAF_Equipment\uniform\smock\uk3cb_smock_Base.p3d";
  151.         hiddenSelectionsTextures[] = {"2pwrr_units\data\2pwrr_smock_ramc_co.paa"};
  152.         icon = "iconMan";  
  153.         linkedItems[] = {UK3CB_BAF_H_Beret_RAF, ItemMap, ItemCompass, ItemWatch, ItemRadio};              
  154.         respawnLinkedItems[] = {UK3CB_BAF_H_Beret_RAF, ItemMap, ItemCompass, ItemWatch, ItemRadio};  
  155.         weapons[] = {"Throw","Put"};
  156.         respawnWeapons[] = {"Throw","Put"};
  157.         magazines[] = {""};
  158.         respawnMagazines[] = {""}; 
  159.         uniformClass = "2pwrr_smock_ramc";     
  160.     };
  161.  
  162.     class 2pwrr_man_smk_rs: UK3CB_BAF_Soldier_Smock_DPMW_MTP_Base
  163.     {
  164.         author = "Flint";
  165.         displayName = "British Soldier (RS)";
  166.         model = "UK3CB_BAF_Equipment\uniform\smock\uk3cb_smock_Base.p3d";
  167.         hiddenSelectionsTextures[] = {"2pwrr_units\data\2pwrr_smock_rs_co.paa"};
  168.         icon = "iconMan";  
  169.         linkedItems[] = {UK3CB_BAF_H_Beret_RAF, ItemMap, ItemCompass, ItemWatch, ItemRadio};              
  170.         respawnLinkedItems[] = {UK3CB_BAF_H_Beret_RAF, ItemMap, ItemCompass, ItemWatch, ItemRadio};  
  171.         weapons[] = {"Throw","Put"};
  172.         respawnWeapons[] = {"Throw","Put"};
  173.         magazines[] = {""};
  174.         respawnMagazines[] = {""}; 
  175.         uniformClass = "2pwrr_smock_rs";       
  176.     };
  177.    
  178.     class 2pwrr_man_jump: B_Soldier_base_F
  179.     {
  180.         author = "Flint";        
  181.         scope = 1;                        
  182.         scopeCurator = 2;                  
  183.         scopeArsenal = 2;                
  184.         identityTypes[] =  {"LanguageENG_F","Head_NATO","G_NATO_default"};        
  185.         displayName = "MTP Jumper";    
  186.         model = "\A3\characters_f_bootcamp\guerrilla\ig_guerrilla_6_1.p3d";      
  187.         uniformClass = "2pwrr_jump";                          
  188.         hiddenSelections[] = {"camo"};                            
  189.         hiddenSelectionsTextures[] = {"2pwrr_units\data\mtp_jumper_base.paa"};    
  190.         icon = "iconMan";              
  191.         faction = "2pwrr_Units";
  192.         linkedItems[] = {UK3CB_BAF_H_Beret_PR, ItemMap, ItemCompass, ItemWatch, ItemRadio};              
  193.         respawnLinkedItems[] = {UK3CB_BAF_H_Beret_PR, ItemMap, ItemCompass, ItemWatch, ItemRadio};  
  194.         weapons[] = {"Throw","Put"};
  195.         respawnWeapons[] = {"Throw","Put"};
  196.         magazines[] = {""};
  197.         respawnMagazines[] = {""};
  198.     };
  199.    
  200.     class 2pwrr_man_jump_lcpl: 2pwrr_man_jump
  201.     {
  202.         author = "Flint";
  203.         displayName = "MTP Jumper (LCpl)";
  204.         model = "\A3\characters_f_bootcamp\guerrilla\ig_guerrilla_6_1.p3d";
  205.         hiddenSelectionsTextures[] = {"2pwrr_units\data\mtp_jumper_lcpl.paa"};
  206.         linkedItems[] = {UK3CB_BAF_H_Beret_PR, ItemMap, ItemCompass, ItemWatch, ItemRadio};              
  207.         respawnLinkedItems[] = {UK3CB_BAF_H_Beret_PR, ItemMap, ItemCompass, ItemWatch, ItemRadio};  
  208.         weapons[] = {"Throw","Put"};
  209.         respawnWeapons[] = {"Throw","Put"};
  210.         magazines[] = {""};
  211.         respawnMagazines[] = {""}; 
  212.         uniformClass = "2pwrr_jump_lcpl";  
  213.     };
  214.    
  215.     class 2pwrr_man_jump_cpl: 2pwrr_man_jump
  216.     {
  217.         author = "Flint";
  218.         displayName = "MTP Jumper (Cpl)";
  219.         model = "\A3\characters_f_bootcamp\guerrilla\ig_guerrilla_6_1.p3d";
  220.         hiddenSelectionsTextures[] = {"2pwrr_units\data\mtp_jumper_cpl.paa"};
  221.         linkedItems[] = {UK3CB_BAF_H_Beret_PR, ItemMap, ItemCompass, ItemWatch, ItemRadio};              
  222.         respawnLinkedItems[] = {UK3CB_BAF_H_Beret_PR, ItemMap, ItemCompass, ItemWatch, ItemRadio};  
  223.         weapons[] = {"Throw","Put"};
  224.         respawnWeapons[] = {"Throw","Put"};
  225.         magazines[] = {""};
  226.         respawnMagazines[] = {""}; 
  227.         uniformClass = "2pwrr_jump_cpl";   
  228.     };
  229.    
  230.     class 2pwrr_man_jump_sgt: 2pwrr_man_jump
  231.     {
  232.         author = "Flint";
  233.         displayName = "MTP Jumper (Sgt)";
  234.         model = "\A3\characters_f_bootcamp\guerrilla\ig_guerrilla_6_1.p3d";
  235.         hiddenSelectionsTextures[] = {"2pwrr_units\data\mtp_jumper_sgt.paa"};
  236.         linkedItems[] = {UK3CB_BAF_H_Beret_PR, ItemMap, ItemCompass, ItemWatch, ItemRadio};              
  237.         respawnLinkedItems[] = {UK3CB_BAF_H_Beret_PR, ItemMap, ItemCompass, ItemWatch, ItemRadio};  
  238.         weapons[] = {"Throw","Put"};
  239.         respawnWeapons[] = {"Throw","Put"};
  240.         magazines[] = {""};
  241.         respawnMagazines[] = {""}; 
  242.         uniformClass = "2pwrr_jump_sgt";   
  243.     };
  244.  
  245.     class 2pwrr_man_jump_csgt: 2pwrr_man_jump
  246.     {
  247.         author = "Flint";
  248.         displayName = "MTP Jumper (CSgt)";
  249.         model = "\A3\characters_f_bootcamp\guerrilla\ig_guerrilla_6_1.p3d";
  250.         hiddenSelectionsTextures[] = {"2pwrr_units\data\mtp_jumper_csgt.paa"};
  251.         linkedItems[] = {UK3CB_BAF_H_Beret_PR, ItemMap, ItemCompass, ItemWatch, ItemRadio};              
  252.         respawnLinkedItems[] = {UK3CB_BAF_H_Beret_PR, ItemMap, ItemCompass, ItemWatch, ItemRadio};  
  253.         weapons[] = {"Throw","Put"};
  254.         respawnWeapons[] = {"Throw","Put"};
  255.         magazines[] = {""};
  256.         respawnMagazines[] = {""}; 
  257.         uniformClass = "2pwrr_jump_csgt";      
  258.     };
  259.    
  260.     class 2pwrr_man_jump_wo2: 2pwrr_man_jump
  261.     {
  262.         author = "Flint";
  263.         displayName = "MTP Jumper (WO2)";
  264.         model = "\A3\characters_f_bootcamp\guerrilla\ig_guerrilla_6_1.p3d";
  265.         hiddenSelectionsTextures[] = {"2pwrr_units\data\mtp_jumper_wo2.paa"};
  266.         linkedItems[] = {UK3CB_BAF_H_Beret_PR, ItemMap, ItemCompass, ItemWatch, ItemRadio};              
  267.         respawnLinkedItems[] = {UK3CB_BAF_H_Beret_PR, ItemMap, ItemCompass, ItemWatch, ItemRadio};  
  268.         weapons[] = {"Throw","Put"};
  269.         respawnWeapons[] = {"Throw","Put"};
  270.         magazines[] = {""};
  271.         respawnMagazines[] = {""}; 
  272.         uniformClass = "2pwrr_jump_wo2";       
  273.     };
  274.    
  275.     class 2pwrr_man_jump_2lt: 2pwrr_man_jump
  276.     {
  277.         author = "Flint";
  278.         displayName = "MTP Jumper (2Lt)";
  279.         model = "\A3\characters_f_bootcamp\guerrilla\ig_guerrilla_6_1.p3d";
  280.         hiddenSelectionsTextures[] = {"2pwrr_units\data\mtp_jumper_2lt.paa"};
  281.         linkedItems[] = {UK3CB_BAF_H_Beret_PR, ItemMap, ItemCompass, ItemWatch, ItemRadio};              
  282.         respawnLinkedItems[] = {UK3CB_BAF_H_Beret_PR, ItemMap, ItemCompass, ItemWatch, ItemRadio};  
  283.         weapons[] = {"Throw","Put"};
  284.         respawnWeapons[] = {"Throw","Put"};
  285.         magazines[] = {""};
  286.         respawnMagazines[] = {""}; 
  287.         uniformClass = "2pwrr_jump_2lt";       
  288.     };
  289.  
  290.     class 2pwrr_man_jump_lt: 2pwrr_man_jump
  291.     {
  292.         author = "Flint";
  293.         displayName = "MTP Jumper (Lt)";
  294.         model = "\A3\characters_f_bootcamp\guerrilla\ig_guerrilla_6_1.p3d";
  295.         hiddenSelectionsTextures[] = {"2pwrr_units\data\mtp_jumper_lt.paa"};
  296.         linkedItems[] = {UK3CB_BAF_H_Beret_PR, ItemMap, ItemCompass, ItemWatch, ItemRadio};              
  297.         respawnLinkedItems[] = {UK3CB_BAF_H_Beret_PR, ItemMap, ItemCompass, ItemWatch, ItemRadio};  
  298.         weapons[] = {"Throw","Put"};
  299.         respawnWeapons[] = {"Throw","Put"};
  300.         magazines[] = {""};
  301.         respawnMagazines[] = {""}; 
  302.         uniformClass = "2pwrr_jump_lt";    
  303.     };
  304.  
  305.     class 2pwrr_man_jump_capt: 2pwrr_man_jump
  306.     {
  307.         author = "Flint";
  308.         displayName = "MTP Jumper (Capt)";
  309.         model = "\A3\characters_f_bootcamp\guerrilla\ig_guerrilla_6_1.p3d";
  310.         hiddenSelectionsTextures[] = {"2pwrr_units\data\mtp_jumper_capt.paa"};
  311.         linkedItems[] = {UK3CB_BAF_H_Beret_PR, ItemMap, ItemCompass, ItemWatch, ItemRadio};              
  312.         respawnLinkedItems[] = {UK3CB_BAF_H_Beret_PR, ItemMap, ItemCompass, ItemWatch, ItemRadio};  
  313.         weapons[] = {"Throw","Put"};
  314.         respawnWeapons[] = {"Throw","Put"};
  315.         magazines[] = {""};
  316.         respawnMagazines[] = {""}; 
  317.         uniformClass = "2pwrr_jump_capt";      
  318.     };
  319.    
  320.     class 2pwrr_man_jump_maj: 2pwrr_man_jump
  321.     {
  322.         author = "Flint";
  323.         displayName = "MTP Jumper (Maj)";
  324.         model = "\A3\characters_f_bootcamp\guerrilla\ig_guerrilla_6_1.p3d";
  325.         hiddenSelectionsTextures[] = {"2pwrr_units\data\mtp_jumper_maj.paa"};
  326.         linkedItems[] = {UK3CB_BAF_H_Beret_PR, ItemMap, ItemCompass, ItemWatch, ItemRadio};              
  327.         respawnLinkedItems[] = {UK3CB_BAF_H_Beret_PR, ItemMap, ItemCompass, ItemWatch, ItemRadio};  
  328.         weapons[] = {"Throw","Put"};
  329.         respawnWeapons[] = {"Throw","Put"};
  330.         magazines[] = {""};
  331.         respawnMagazines[] = {""}; 
  332.         uniformClass = "2pwrr_jump_maj";       
  333.     };
  334. };
  335.  
  336. class cfgWeapons
  337. {
  338.     class Uniform_Base;
  339.     class UniformItem;
  340.  
  341.     class 2pwrr_uni_main : Uniform_Base
  342.     {
  343.         author = "Flint";
  344.         scope = 2;
  345.         displayName = "MTP Uniform (2PWRR)";
  346.         picture = "\A3\characters_f\data\ui\icon_U_B_CombatUniform_mcam_ca.paa";
  347.         model = "\A3\characters_f_beta\indep\ia_soldier_01";
  348.  
  349.         class ItemInfo : UniformItem
  350.         {
  351.             uniformModel = "";
  352.             uniformClass = "2pwrr_man_main";
  353.             containerClass = "Supply20";
  354.             mass = 40;
  355.         };
  356.     };
  357.    
  358.     class 2pwrr_uni_ramc : 2pwrr_uni_main
  359.     {
  360.         author = "Flint";
  361.         scope = 2;
  362.         displayName = "MTP Uniform (RAMC)";
  363.         picture = "\A3\characters_f\data\ui\icon_U_B_CombatUniform_mcam_ca.paa";
  364.         model = "\A3\characters_f_beta\indep\ia_soldier_01";
  365.  
  366.         class ItemInfo : UniformItem
  367.         {
  368.             uniformModel = "";
  369.             uniformClass = "2pwrr_man_ramc";
  370.             containerClass = "Supply20";
  371.             mass = 40;
  372.         };
  373.     };
  374.    
  375.     class 2pwrr_uni_rs : 2pwrr_uni_main
  376.     {
  377.         author = "Flint";
  378.         scope = 2;
  379.         displayName = "MTP Uniform (RS)";
  380.         picture = "\A3\characters_f\data\ui\icon_U_B_CombatUniform_mcam_ca.paa";
  381.         model = "\A3\characters_f_beta\indep\ia_soldier_01";
  382.  
  383.         class ItemInfo : UniformItem
  384.         {
  385.             uniformModel = "";
  386.             uniformClass = "2pwrr_man_rs";
  387.             containerClass = "Supply20";
  388.             mass = 40;
  389.         };
  390.     };
  391.    
  392.     class 2pwrr_uni_main_rolled : Uniform_Base
  393.     {
  394.         author = "Flint";
  395.         scope = 2;
  396.         displayName = "MTP Uniform (2PWRR Rolled)";
  397.         picture = "\A3\characters_f\data\ui\icon_U_B_CombatUniform_mcam_ca.paa";
  398.         model = "\A3\characters_f_beta\indep\ia_soldier_02";
  399.  
  400.         class ItemInfo : UniformItem
  401.         {
  402.             uniformModel = "";
  403.             uniformClass = "2pwrr_man_main_rolled";
  404.             containerClass = "Supply20";
  405.             mass = 40;
  406.         };
  407.     };
  408.    
  409.     class 2pwrr_uni_ramc_rolled : 2pwrr_uni_main_rolled
  410.     {
  411.         author = "Flint";
  412.         scope = 2;
  413.         displayName = "MTP Uniform (RAMC Rolled)";
  414.         picture = "\A3\characters_f\data\ui\icon_U_B_CombatUniform_mcam_ca.paa";
  415.         model = "\A3\characters_f_beta\indep\ia_soldier_02";
  416.  
  417.         class ItemInfo : UniformItem
  418.         {
  419.             uniformModel = "";
  420.             uniformClass = "2pwrr_man_ramc_rolled";
  421.             containerClass = "Supply20";
  422.             mass = 40;
  423.         };
  424.     };
  425.    
  426.     class 2pwrr_uni_rs_rolled : 2pwrr_uni_main_rolled
  427.     {
  428.         author = "Flint";
  429.         scope = 2;
  430.         displayName = "MTP Uniform (RS Rolled)";
  431.         picture = "\A3\characters_f\data\ui\icon_U_B_CombatUniform_mcam_ca.paa";
  432.         model = "\A3\characters_f_beta\indep\ia_soldier_02";
  433.  
  434.         class ItemInfo : UniformItem
  435.         {
  436.             uniformModel = "";
  437.             uniformClass = "2pwrr_man_rs_rolled";
  438.             containerClass = "Supply20";
  439.             mass = 40;
  440.         };
  441.     };
  442.    
  443.     class 2pwrr_smock_main : 2pwrr_uni_main
  444.     {
  445.         author = "Flint";
  446.         scope = 2;
  447.         displayName = "MTP Smock (2PWRR)";
  448.         picture = "\A3\characters_f\data\ui\icon_U_B_CombatUniform_mcam_ca.paa";
  449.         model = "UK3CB_BAF_Equipment\uniform\smock\uk3cb_smock_Base.p3d";
  450.  
  451.         class ItemInfo : UniformItem
  452.         {
  453.             uniformModel = "";
  454.             uniformClass = "2pwrr_man_smk_main";
  455.             containerClass = "Supply20";
  456.             mass = 40;
  457.         };
  458.     };
  459.    
  460.     class 2pwrr_smock_ramc : 2pwrr_uni_main
  461.     {
  462.         author = "Flint";
  463.         scope = 2;
  464.         displayName = "MTP Smock (RAMC)";
  465.         picture = "\A3\characters_f\data\ui\icon_U_B_CombatUniform_mcam_ca.paa";
  466.         model = "UK3CB_BAF_Equipment\uniform\smock\uk3cb_smock_Base.p3d";
  467.  
  468.         class ItemInfo : UniformItem
  469.         {
  470.             uniformModel = "";
  471.             uniformClass = "2pwrr_man_smk_ramc";
  472.             containerClass = "Supply20";
  473.             mass = 40;
  474.         };
  475.     };
  476.    
  477.     class 2pwrr_smock_rs : 2pwrr_uni_main
  478.     {
  479.         author = "Flint";
  480.         scope = 2;
  481.         displayName = "MTP Smock (RS)";
  482.         picture = "\A3\characters_f\data\ui\icon_U_B_CombatUniform_mcam_ca.paa";
  483.         model = "UK3CB_BAF_Equipment\uniform\smock\uk3cb_smock_Base.p3d";
  484.  
  485.         class ItemInfo : UniformItem
  486.         {
  487.             uniformModel = "";
  488.             uniformClass = "2pwrr_man_smk_rs";
  489.             containerClass = "Supply20";
  490.             mass = 40;
  491.         };
  492.     };
  493.    
  494.     class 2pwrr_jump : 2pwrr_uni_main
  495.     {
  496.         author = "Flint";
  497.         scope = 2;
  498.         displayName = "MTP Jumper";
  499.         picture = "\A3\characters_f\data\ui\icon_U_B_CombatUniform_mcam_ca.paa";
  500.         model = "\A3\characters_f_bootcamp\guerrilla\ig_guerrilla_6_1.p3d";
  501.  
  502.         class ItemInfo : UniformItem
  503.         {
  504.             uniformModel = "";
  505.             uniformClass = "2pwrr_man_jump";
  506.             containerClass = "Supply20";
  507.             mass = 40;
  508.         };
  509.     };
  510.    
  511.     class 2pwrr_jump_lcpl : 2pwrr_uni_main
  512.     {
  513.         author = "Flint";
  514.         scope = 2;
  515.         displayName = "MTP Jumper (LCpl)";
  516.         picture = "\A3\characters_f\data\ui\icon_U_B_CombatUniform_mcam_ca.paa";
  517.         model = "\A3\characters_f_bootcamp\guerrilla\ig_guerrilla_6_1.p3d";
  518.  
  519.         class ItemInfo : UniformItem
  520.         {
  521.             uniformModel = "";
  522.             uniformClass = "2pwrr_man_jump_lcpl";
  523.             containerClass = "Supply20";
  524.             mass = 40;
  525.         };
  526.     };
  527.    
  528.     class 2pwrr_jump_cpl : 2pwrr_uni_main
  529.     {
  530.         author = "Flint";
  531.         scope = 2;
  532.         displayName = "MTP Jumper (Cpl)";
  533.         picture = "\A3\characters_f\data\ui\icon_U_B_CombatUniform_mcam_ca.paa";
  534.         model = "\A3\characters_f_bootcamp\guerrilla\ig_guerrilla_6_1.p3d";
  535.  
  536.         class ItemInfo : UniformItem
  537.         {
  538.             uniformModel = "";
  539.             uniformClass = "2pwrr_man_jump_cpl";
  540.             containerClass = "Supply20";
  541.             mass = 40;
  542.         };
  543.     };
  544.    
  545.     class 2pwrr_jump_sgt : 2pwrr_uni_main
  546.     {
  547.         author = "Flint";
  548.         scope = 2;
  549.         displayName = "MTP Jumper (Sgt)";
  550.         picture = "\A3\characters_f\data\ui\icon_U_B_CombatUniform_mcam_ca.paa";
  551.         model = "\A3\characters_f_bootcamp\guerrilla\ig_guerrilla_6_1.p3d";
  552.  
  553.         class ItemInfo : UniformItem
  554.         {
  555.             uniformModel = "";
  556.             uniformClass = "2pwrr_man_jump_sgt";
  557.             containerClass = "Supply20";
  558.             mass = 40;
  559.         };
  560.     };
  561.    
  562.     class 2pwrr_jump_csgt : 2pwrr_uni_main
  563.     {
  564.         author = "Flint";
  565.         scope = 2;
  566.         displayName = "MTP Jumper (CSgt)";
  567.         picture = "\A3\characters_f\data\ui\icon_U_B_CombatUniform_mcam_ca.paa";
  568.         model = "\A3\characters_f_bootcamp\guerrilla\ig_guerrilla_6_1.p3d";
  569.  
  570.         class ItemInfo : UniformItem
  571.         {
  572.             uniformModel = "";
  573.             uniformClass = "2pwrr_man_jump_csgt";
  574.             containerClass = "Supply20";
  575.             mass = 40;
  576.         };
  577.     };
  578.  
  579.     class 2pwrr_jump_wo2 : 2pwrr_uni_main
  580.     {
  581.         author = "Flint";
  582.         scope = 2;
  583.         displayName = "MTP Jumper (WO2)";
  584.         picture = "\A3\characters_f\data\ui\icon_U_B_CombatUniform_mcam_ca.paa";
  585.         model = "\A3\characters_f_bootcamp\guerrilla\ig_guerrilla_6_1.p3d";
  586.  
  587.         class ItemInfo : UniformItem
  588.         {
  589.             uniformModel = "";
  590.             uniformClass = "2pwrr_man_jump_wo2";
  591.             containerClass = "Supply20";
  592.             mass = 40;
  593.         };
  594.     };
  595.    
  596.     class 2pwrr_jump_2lt : 2pwrr_uni_main
  597.     {
  598.         author = "Flint";
  599.         scope = 2;
  600.         displayName = "MTP Jumper (2Lt)";
  601.         picture = "\A3\characters_f\data\ui\icon_U_B_CombatUniform_mcam_ca.paa";
  602.         model = "\A3\characters_f_bootcamp\guerrilla\ig_guerrilla_6_1.p3d";
  603.  
  604.         class ItemInfo : UniformItem
  605.         {
  606.             uniformModel = "";
  607.             uniformClass = "2pwrr_man_jump_2lt";
  608.             containerClass = "Supply20";
  609.             mass = 40;
  610.         };
  611.     };
  612.    
  613.     class 2pwrr_jump_lt : 2pwrr_uni_main
  614.     {
  615.         author = "Flint";
  616.         scope = 2;
  617.         displayName = "MTP Jumper (Lt)";
  618.         picture = "\A3\characters_f\data\ui\icon_U_B_CombatUniform_mcam_ca.paa";
  619.         model = "\A3\characters_f_bootcamp\guerrilla\ig_guerrilla_6_1.p3d";
  620.  
  621.         class ItemInfo : UniformItem
  622.         {
  623.             uniformModel = "";
  624.             uniformClass = "2pwrr_man_jump_lt";
  625.             containerClass = "Supply20";
  626.             mass = 40;
  627.         };
  628.     };
  629.    
  630.     class 2pwrr_jump_capt : 2pwrr_uni_main
  631.     {
  632.         author = "Flint";
  633.         scope = 2;
  634.         displayName = "MTP Jumper (Capt)";
  635.         picture = "\A3\characters_f\data\ui\icon_U_B_CombatUniform_mcam_ca.paa";
  636.         model = "\A3\characters_f_bootcamp\guerrilla\ig_guerrilla_6_1.p3d";
  637.  
  638.         class ItemInfo : UniformItem
  639.         {
  640.             uniformModel = "";
  641.             uniformClass = "2pwrr_man_jump_capt";
  642.             containerClass = "Supply20";
  643.             mass = 40;
  644.         };
  645.     };
  646.    
  647.     class 2pwrr_jump_maj : 2pwrr_uni_main
  648.     {
  649.         author = "Flint";
  650.         scope = 2;
  651.         displayName = "MTP Jumper (Maj)";
  652.         picture = "\A3\characters_f\data\ui\icon_U_B_CombatUniform_mcam_ca.paa";
  653.         model = "\A3\characters_f_bootcamp\guerrilla\ig_guerrilla_6_1.p3d";
  654.  
  655.         class ItemInfo : UniformItem
  656.         {
  657.             uniformModel = "";
  658.             uniformClass = "2pwrr_man_jump_maj";
  659.             containerClass = "Supply20";
  660.             mass = 40;
  661.         };
  662.     };
  663.    
  664. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement