This commit is the equivalent of a atomic bomb
This commit is contained in:
16
braf_characters_vest/source/shoulder_holster.hpp
Normal file
16
braf_characters_vest/source/shoulder_holster.hpp
Normal file
@@ -0,0 +1,16 @@
|
||||
class braf_shoulder_holster_leather : braf_LC2_belt {
|
||||
scope = 2;
|
||||
displayname = "Shoulder Holster";
|
||||
picture = "\braf\braf_characters_vest\Data\LC2\ui\LC2_ui.paa";
|
||||
model = "braf\braf_characters_vest\braf_shoulder_holster.p3d";
|
||||
hiddenSelections[] = {};
|
||||
hiddenSelectionsTextures[] = {};
|
||||
class ItemInfo : VestItem {
|
||||
uniformModel = "braf\braf_characters_vest\braf_shoulder_holster.p3d";
|
||||
hiddenSelections[] = {};
|
||||
hiddenSelectionsTextures[] = {};
|
||||
containerClass = "Supply0";
|
||||
maximumLoad = 0;
|
||||
mass = 2;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user