module Base
{

    item USMP_BagBack_StormPack_Small_OCP
    {
        Type    =   Container,
        DisplayName =   Military Storm Pack Small (OCP),
        ClothingItem = USMP_BagBack_StormPack_Small_OCP,
        
        IconsForTexture    =   USMP_BagBack_StormPack_Small_OCP,
        RunSpeedModifier = 0.98,
        Capacity    =   4,
        WeightReduction    =   80,
        Weight    =   0.5,
        OpenSound   =   OpenBag,
        CloseSound   =   CloseBag,
        PutInSound   =   PutItemInBag,
        CanBeEquipped = KATTAJ1BackFanny,
        ReplaceInSecondHand = USMP_BagBack_StormPack_Small_OCP_LHand holdingbagleft,
        ReplaceInPrimaryHand = USMP_BagBack_StormPack_Small_OCP_RHand holdingbagright,
        WorldStaticModel = BagBack_StormPack_Small_Ground,
    }

    item USMP_BagBack_StormPack_Medium_OCP
    {
        Type    =   Container,
        DisplayName =   Military Storm Pack Medium (OCP),
        ClothingItem = USMP_BagBack_StormPack_Medium_OCP,
        
        IconsForTexture    =   USMP_BagBack_StormPack_Medium_OCP,
        RunSpeedModifier = 0.96,
        Capacity    =   8,
        WeightReduction    =   80,
        Weight    =   1,
        OpenSound   =   OpenBag,
        CloseSound   =   CloseBag,
        PutInSound   =   PutItemInBag,
        CanBeEquipped = KATTAJ1BackFanny,
        ReplaceInSecondaryHand = USMP_BagBack_StormPack_Medium_OCP_LHand holdingbagleft,
        ReplaceInPrimaryHand = USMP_BagBack_StormPack_Medium_OCP_RHand holdingbagright,
        WorldStaticModel = BagBack_StormPack_Medium_Ground,
    }

    


}
