module Base
{
	item Silencer
	{
		DisplayName = Suppressor,
        DisplayCategory = WeaponPart,
		ItemType = base:weaponpart,
		Icon = Silencer,
		Weight = 0.3,
		WeightModifier = 0.1,
		MaxRangeModifier = -0.8,
		RecoilDelayModifier = -1,
        Tags = silencer,		
		MountOn = SilencerMountOn,
		PartType = Canon,		
		Tooltip = Tooltip_Silencer,
		MetalValue = 20,		
		WorldStaticModel = Silencer_Ground,
	}

	item SilencerMountOn
	{
		Weight	=	0.0,
		ItemType	=	Normal,
		DisplayName	=	most guns.,
		DisplayCategory = Junk,
		Icon	=	IntentionallyInvalid,
	}

	item CraftedSilencerMountOn
	{
		Weight	=	0.0,
		ItemType	=	Normal,
		DisplayName	=	all guns except revolvers and shotguns.,
		DisplayCategory = Junk,
		Icon	=	IntentionallyInvalid,
	}

	item MetalPipeSilencer
	{
		DisplayName = Makeshift Suppressor,	
        DisplayCategory = WeaponPart,
		ItemType = base:weaponpart,
		Icon = MetalPipeSilencer,
		Weight = 0.5,
		WeightModifier = 0.3,
		MaxRangeModifier = -1,
		RecoilDelayModifier = -1,
        Tags = silencer,		
		MountOn = CraftedSilencerMountOn,
		PartType = Canon,		
		Tooltip = Tooltip_MetalPipeSilencer,
		MetalValue = 20,		
		WorldStaticModel = MetalPipeSilencer_Ground,
	}
	
}