module Base

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

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

	recipe Make 92 Ford CVPI Hood
	{
		keep WeldingMask,
		BlowTorch=9,
		damnCraft.HingeLarge=2,
		SheetMetal=4,
		Screws=2,

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

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

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

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

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

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

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

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

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

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

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

	recipe Make 92 Ford CVPI Windshield
	{
		keep Scalpel,
		damnCraft.GlassPaneLarge,
		damnCraft.RubberStrip=4,

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

    recipe Make 92 Ford CVPI Window
	{
		keep Scalpel,
		damnCraft.GlassPaneSmall,

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

	recipe Make 92 Ford CVPI Window
	{
		keep Scalpel,
		damnCraft.GlassPaneSmall,

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

	recipe Make 92 Ford CVPI Windshield
	{
		keep Scalpel,
		damnCraft.GlassPaneLarge,
		damnCraft.GlassPaneSmall=2,
		damnCraft.RubberStrip=6,

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

	recipe Make 92 Ford CVPI Front Window Armor
	{
		BlowTorch=6,
       	keep WeldingMask,
		MetalPipe=3,
		SheetMetal=3,
		Screws=2,

		Result:fordCVPIFrontWindowArmor,
		Time:800.0,
		Category:Armoring,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding10,
	}

	recipe Make 92 Ford CVPI Rear Window Armor
	{
		BlowTorch=6,
      	keep WeldingMask,
		MetalPipe=3,
		SheetMetal=3,
		Screws=2,

		Result:fordCVPIRearWindowArmor,
		Time:800.0,
		Category:Armoring,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding10,
	}

	recipe Make 92 Ford CVPI Windshield Armor
	{
		BlowTorch=9,
      	keep WeldingMask,
		SmallSheetMetal=2,
		SheetMetal=6,
		Screws=2,
		MetalPipe=4,

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

	recipe Make 92 Ford CVPI Rear Windshield Armor
	{
		BlowTorch=8,
       	keep WeldingMask,
		SmallSheetMetal=2,
		SheetMetal=4,
		Screws=2,
		MetalPipe=3,

		Result:fordCVPIWindshieldRearArmor,
		Time:900.0,
		Category:Armoring,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding25,
	}

	recipe Make 92 Ford CVPI Push Bumper
	{
		BlowTorch=6,
       	keep WeldingMask,
		SheetMetal=4,
		Screws=2,
		92fordCVPIBumperFront0,

		Result:92fordCVPIBumperFront1,
		Time:800.0,
		Category:Armoring,
		SkillRequired:MetalWelding=5,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding10,
	}

	recipe Make 92 Ford CVPI Push Bumper
	{
		BlowTorch=5,
       	keep WeldingMask,
		SheetMetal=3,
		Screws=2,
		damnCraft.RubberStrip=3,
		92fordCVPIBumperFront0,

		Result:92fordCVPIBumperFront2,
		Time:900.0,
		Category:Armoring,
		SkillRequired:MetalWelding=5,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding10,
	}

    recipe Make 92 Ford CVPI Push Bumper
	{
		BlowTorch=5,
       	keep WeldingMask,
		SheetMetal=3,
		Screws=2,
		MetalPipe=4,
		92fordCVPIBumperFront0,

		Result:92fordCVPIBumperFront3,
		Time:900.0,
		Category:Armoring,
		SkillRequired:MetalWelding=5,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding10,
	}

	recipe Make 92 Ford CVPI Cab Barrier
	{
		BlowTorch=7,
      	keep WeldingMask,
		SheetMetal=4,
		Screws=2,

		Result:92fordCVPICabBarrier1,
		Time:700.0,
		Category:Armoring,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding20,
	}

}