module Base

{
	recipe Make 93 Ford CF8000 Tire
	{
		keep Crowbar,
		damnCraft.SteelRimSmall,
		damnCraft.TireRubberNewSmall/damnCraft.TireRubberUsedSmall/damnCraft.TireRubberDestroyedSmall,

		Result:93fordCF8000Tire2,
		Time:700.0,
		Category:Mechanical,
		SkillRequired:Mechanics=2,
		Prop1:Crowbar,
		OnCreate:DAMN.OnCreate.MakeSmallTire,
		CanBeDoneFromFloor:true,
	}

	recipe Make 93 Ford CF8000 Double Tires
	{
		keep Crowbar,
		93fordCF8000Tire2=2,

		Result:93fordCF8000DoubleTires2,
		Time:1200.0,
		Category:Mechanical,
		SkillRequired:Mechanics=2,
		Prop1:Crowbar,
		OnCreate:DAMN.OnCreate.MakeDouble,
		CanBeDoneFromFloor:true,
	}

	recipe Make 93 Ford CF8000 Hood
	{
		keep WeldingMask,
		BlowTorch=6,
		damnCraft.HingeLarge=2,
		SheetMetal=2,
		Screws=2,

		Result:93fordCF8000EngineDoor2,
		Time:1000.0,
		Category:Mechanical,
		NeedToBeLearn:true,
		SkillRequired:MetalWelding=5,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding20,
	}

	recipe Make 93 Ford CF8000 Door
	{
		keep WeldingMask,
		BlowTorch=10,
		damnCraft.HandleModern,
		damnCraft.HingeSmall=2,
		SmallSheetMetal=2,
		SheetMetal=2,
		damnCraft.RubberStrip=2,
		Screws=3,

		Result:93fordCF8000Door2,
		Time:1000.0,
		Category:Mechanical,
		NeedToBeLearn:true,
		SkillRequired:MetalWelding=7,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding25,
	}

	recipe Make 93 Ford CF8000 Seat
    	{
		damnCraft.SeatFabric,
		damnCraft.SeatFoam=2,
		damnCraft.SeatFrameLarge,
		Screws=1,
		keep [Recipe.GetItemTypes.Screwdriver],

		NoBrokenItems:false,
		Result:93fordCF8000Seat2,
		Time:800.0,
		Category:Mechanical,
		NeedToBeLearn:true,
		CanBeDoneFromFloor:true,
		OnGiveXP:DAMN.OnGiveXP.Mechanics10,
    }

    recipe Make 93 Ford CF8000 Window
	{
		keep Scalpel,
		damnCraft.GlassPaneSmall=2,
		damnCraft.RubberStrip=2,

		Result:93fordCF8000SideWindow2,
		Time:300.0,
		Category:Mechanical,
		NeedToBeLearn:true,
		SkillRequired:Mechanics=4,
		Prop1:Scalpel,
	}

	recipe Make 93 Ford CF8000 Windshield
	{
		keep Scalpel,
		damnCraft.GlassPaneLarge,
		damnCraft.RubberStrip=4,

		Result:93fordCF8000Windshield2,
		Time:500.0,
		Category:Mechanical,
		NeedToBeLearn:true,
		SkillRequired:Mechanics=4,
		Prop1:Scalpel,
	}

	recipe Make 93 Ford CF8000 Windshield
	{
		keep Scalpel,
		damnCraft.GlassPaneSmall=2,
		damnCraft.RubberStrip=4,

		Result:93fordCF8000RearWindshield2,
		Time:500.0,
		Category:Mechanical,
		NeedToBeLearn:true,
		SkillRequired:Mechanics=4,
		Prop1:Scalpel,
	}

	recipe Make 93 Ford CF8000 Muffler
	{
		BlowTorch=6,
       	keep WeldingMask,
		SheetMetal=2,
		SmallSheetMetal=2,
		Screws=2,

		Result:93fordCF8000Muffler0,
		Time:700.0,
		Category:Mechanical,
		NeedToBeLearn:true,
		SkillRequired:MetalWelding=3,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding10,
	}

	recipe Make 93 Ford CF8000 Sweeping Brushes
	{
		BlowTorch=9,
       	keep WeldingMask,
		SheetMetal=1,
		SmallSheetMetal=3,
		Screws=2,

		Result:93fordCF8000Brushes,
		Time:1200.0,
		Category:Mechanical,
		SkillRequired:MetalWelding=6,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding20,
	}

	recipe Make 93 Ford CF8000 Windshield Armor
	{
		BlowTorch=9,
      	keep WeldingMask,
		SmallSheetMetal=1,
		SheetMetal=3,
		Screws=2,
		MetalPipe=4,

		Result:93fordCF8000WindshieldArmor,
		Time:1000.0,
		Category:Armoring,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding25,
	}

	recipe Make 93 Ford CF8000 Front Window Armor
	{
		BlowTorch=7,
       	keep WeldingMask,
		MetalPipe=4,
		SmallSheetMetal=2,
		Screws=2,

		Result:93fordCF8000FrontWindowArmor,
		Time:800.0,
		Category:Armoring,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding15,
	}

	recipe Make 93 Ford CF8000 Rear Windshield Armor
	{
		BlowTorch=7,
      	keep WeldingMask,
		SmallSheetMetal=4,
		Screws=2,
		MetalPipe=3,

		Result:93fordCF8000WindshieldRearArmor,
		Time:1000.0,
		Category:Armoring,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding15,
	}

    recipe Make 93 Ford CF8000 Reinforced Bumper
	{
        93fordCF8000Bumper0,
		BlowTorch=5,
       	keep WeldingMask,
		Screws=2,
		SheetMetal=2,

		Result:93fordCF8000BumperA,
		Time:1000.0,
		Category:Armoring,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding20,
	}

}