module Base
{
	recipe Craft ZombieHunter Backpack
	{
		keep Needle,
		keep Scissors,
		
		Thread = 10,
		DuctTape = 2,
		LeatherStrips = 10,
		RippedSheets = 20,
		ScrapMetal=4,
		
		Result:Zombie_Hunter_Backpack,
		Sound:PutItemInBag,
		Time:700.0,
		Category:Tailoring,
		SkillRequired:Tailoring=4,
		NeedToBeLearn:False,
		Prop1:Needle,
		Prop2:RippedSheets,
	}
}