module Base
{
	item Zombie_Hunter_Backpack
	{
		Type					=	Container,
		WeightReduction			=	83,
		Weight					=	2,
		Capacity				=	24,	
		RunSpeedModifier 		= 	0.95,

		
		DisplayName				=	Zombie Hunter Backpack,
		DisplayCategory			= 	Bag,
		CanBeEquipped			= 	Back,
		Icon					=	Zombie_Hunter_Backpack,
		WorldStaticModel 		= 	Zombie_Hunter_Backpack_Ground,
		
		OpenSound   			=   OpenBag,
        CloseSound   			=   CloseBag,
		PutInSound  			=   PutItemInBag,
		
		ClothingItem 			= 	Zombie_Hunter_Backpack,
		BloodLocation 			= 	Bag,
		CanHaveHoles = false,
		AttachmentReplacement 	= 	Bag,
		
		ReplaceInSecondHand 	= 	Hunter_Backpack_LHand holdingbagleft,
		ReplaceInPrimaryHand 	= 	Hunter_Backpack_RHand holdingbagright,
	}
}