module Base
{
    item KleanBackPack
    {
        DisplayCategory = Bag,
        Type = Container,
        DisplayName = Clean Up Krew Back Pack,
        ClothingItem = KleanBackPack,
        CanBeEquipped = Back,
        WeightReduction	=	100,
        Weight	=	2,
        Capacity	=	40,
        Icon	=	CUKJumpsuit,
        OpenSound   =   OpenBag,
        CloseSound   =   CloseBag,
        PutInSound   =   PutItemInBag,
        BloodLocation = Bag,
        RunSpeedModifier = 0.94,
        CanHaveHoles = false,
        AttachmentReplacement = Bag,
        ReplaceInSecondHand = Bag_ALICEpack_Army_LHand holdingbagleft,
        ReplaceInPrimaryHand = Bag_ALICEpack_Army_RHand holdingbagright,
        WorldStaticModel = ALICE_Pack_Ground,
    }
}