/**        ORMtnMan's Real Gun Mod       **/

module QG
{ 	

	item WD40
	{
		Weight 			=	0.3,
		Type 			=	Drainable,
		UseWhileEquipped 	=	FALSE,
		UseDelta		=	0.5,
		DisplayName		=	WD-40,
		Icon			=	WD40,
	}

	item Brushkit
	{
		Weight 			=	0.5,
		Type 			=	Drainable,
		UseWhileEquipped 	=	FALSE,
		UseDelta		=	0.1,
		DisplayName		=	Gun Brush Kit,
		Icon			=	Brushkit,
	}

	item Maintkit
	{
		Weight 			=	1,
		Type 			=	Drainable,
		UseWhileEquipped 	=	FALSE,
		UseDelta		=	0.04,
		DisplayName		=	Gun Maintenance Kit,
		Icon			=	Maintkit,
	}
	
    
}