module Base

{
	recipe Make 89 Ford Bronco Hood
	{
		keep WeldingMask,
		BlowTorch=9,
		damnCraft.HingeLarge=2,
		SheetMetal=2,
		Screws=2,

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

	recipe Make 89 Ford Bronco Door
	{
		keep WeldingMask,
		BlowTorch=10,
		damnCraft.HandleModern,
		damnCraft.HingeSmall=2,
		SmallSheetMetal=2,
		SheetMetal=2,
		Screws=2,

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

	recipe Make 89 Ford Bronco Trunk Lid
	{
		keep WeldingMask,
		BlowTorch=8,
		damnCraft.HingeLarge=2,
		SheetMetal=2,
		Screws=2,

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

	recipe Make 89 Ford Bronco Windshield
	{
		keep Scalpel,
		damnCraft.GlassPaneLarge,
		damnCraft.RubberStrip=4,

		Result:89BroncoWindshield2,
		Time:550.0,
		Category:Mechanical,
		NeedToBeLearn:true,
		SkillRequired:Mechanics=4,
		Prop1:Scalpel,
	}

	recipe Make 89 Ford Bronco Window
	{
		keep Scalpel,
		damnCraft.GlassPaneSmall,

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

	recipe Make 89 Ford Bronco Window
	{
		keep Scalpel,
		damnCraft.GlassPaneSmall,
		damnCraft.RubberStrip=4,

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

	recipe Make 89 Ford Bronco Windshield
	{
		keep Scalpel,
		damnCraft.GlassPaneLarge,
		damnCraft.RubberStrip=4,

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

	recipe Make 89 Ford Bronco Bumper
	{
		BlowTorch=6,
       	keep WeldingMask,
		SheetMetal=2,
		Screws=2,

		Result:89BroncoBumperFront,
		Time:1000.0,
		Category:Armoring,
		NeedToBeLearn:true,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding25,
		CanBeDoneFromFloor:true,
	}

	recipe Make 89 Ford Bronco Bumper
	{
		BlowTorch=6,
       	keep WeldingMask,
		SheetMetal=2,
		Screws=2,

		Result:89BroncoBumperRear,
		Time:1000.0,
		Category:Armoring,
		NeedToBeLearn:true,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding25,
		CanBeDoneFromFloor:true,
	}

	recipe Make 89 Ford Bronco Front Bullbar
	{
		keep [Recipe.GetItemTypes.Screwdriver],
		89BroncoBumperFront,
		80sPickupBullbarFront,
		Screws=1,

		Result:89BroncoBullbarFront,
		Time:600.0,
		Category:Armoring,
		SkillRequired:Mechanics=2,
		OnGiveXP:DAMN.OnGiveXP.Mechanics10,
	}

	recipe Make 89 Ford Bronco Bed Cover
	{
		BlowTorch=9,
       	keep WeldingMask,
		SmallSheetMetal=2,
		SheetMetal=8,
		MetalPipe=1,
		Screws=3,

		Result:89BroncoBedCover,
		Time:1500.0,
		Category:Mechanical,
		NeedToBeLearn:true,
		SkillRequired:MetalWelding=5,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding25,
	}

	recipe Make 89 Ford Bronco Bed Barrier
	{
		BlowTorch=8,
       	keep WeldingMask,
		SheetMetal=4,
		Screws=1,

		Result:89BroncoBarrier,
		Time:1000.0,
		Category:Mechanical,
		NeedToBeLearn:true,
		SkillRequired:MetalWelding=5,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding15,
	}

}