module Base
{

	recipe Make Supressor
	{
		Category	: Welding,
		LeadPipe=1,
		DuctTape=2,		
		keep Saw,
		Result 		: MetalPipeSilencer=2,
		Sound:Sawing,		
       	OnGiveXP:Recipe.OnGiveXP.MetalWelding2,
		NeedToBeLearn:true,
		Time 		: 250,
		AnimNode	: SawLog,
	}
}