module Base
{

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

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

    


}
