Untitled
4 years ago in Plain Text
class usm_vest_lbe_rm: ItemCore
{
author = "Delta Hawk";
scope = 2;
weaponPoolAvailable = 1;
allowedSlots[] = {901}; // This means the vest can be put into a backpack.
displayName = "Load Bearing Equipment, rifleman";
picture = "\US_Military_gear\icons\pic_vest_lbe_rm_ca.paa";
model = "\us_military_gear\usm_vest_lbe.p3d";
hiddenSelections[] = {"_gr","_ifak","_m7","_m92","_med2","_light","_mg","_radio","_ammo1","_holster","_ammop1","_ammop"};
class ItemInfo: VestItem
{
uniformModel = "\us_military_gear\usm_vest_lbe.p3d";
hiddenSelections[] = {"_gr","_ifak","_m7","_m92","_med2","_light","_mg","_radio","_ammo1","_holster","_ammop1","_ammop"};
containerClass = Supply160;
mass = 20;
armor=0;
passThrough=1;
};
};