module Base

{
	recipe Make 69 Chevrolet Camaro Tire
	{
		keep Crowbar,
		damnCraft.SteelRimSmall,
		damnCraft.TireRubberNewSmall/damnCraft.TireRubberUsedSmall/damnCraft.TireRubberDestroyedSmall,

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

	recipe Make 69 Chevrolet Camaro Hood
	{
		keep WeldingMask,
		BlowTorch=9,
		damnCraft.HingeLarge=2,
		SheetMetal=4,
		Screws=2,

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

	recipe Make 69 Chevrolet Camaro Hood
	{
		keep WeldingMask,
		BlowTorch=9,
		damnCraft.HingeLarge=2,
		SheetMetal=4,
		Screws=2,

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

	recipe Make 69 Chevrolet Camaro Door
	{
		keep WeldingMask,
		BlowTorch=10,
		damnCraft.HandleModern,
		damnCraft.HingeSmall=2,
		SmallSheetMetal=2,
		SheetMetal=2,
		Screws=2,

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

	recipe Make 69 Chevrolet Camaro Trunk Lid
	{
		keep WeldingMask,
		BlowTorch=8,
		damnCraft.HingeLarge=2,
		SheetMetal=2,
		Screws=2,

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

	recipe Make 69 Chevrolet Camaro Seat
    	{
		damnCraft.SeatFabric,
		damnCraft.SeatFoam=2,
		damnCraft.SeatFrameLarge,
		Screws=1,
		keep [Recipe.GetItemTypes.Screwdriver],

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

    recipe Make 69 Chevrolet Camaro Seat
    	{
		damnCraft.SeatFabric,
		damnCraft.SeatFoam=2,
		damnCraft.SeatFrameLarge,
		Screws=1,
		keep [Recipe.GetItemTypes.Screwdriver],

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

    recipe Make 69 Chevrolet Camaro Windshield
	{
		keep Scalpel,
		damnCraft.GlassPaneLarge,
		damnCraft.RubberStrip=4,

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

	recipe Make 69 Chevrolet Camaro Window
	{
		keep Scalpel,
		damnCraft.GlassPaneSmall=2,

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

	recipe Make 69 Chevrolet Camaro Windshield
	{
		keep Scalpel,
		damnCraft.GlassPaneLarge,
		damnCraft.RubberStrip=4,

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

	recipe Make 69 Chevrolet Camaro Window Armor
	{
		BlowTorch=6,
       	keep WeldingMask,
		SheetMetal=4,
		MetalPipe=1,
		Screws=2,

		Result:69camaroWindowArmor,
		Time:700.0,
		Category:Armoring,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding10,
	}

	recipe Make 69 Chevrolet Camaro Windshield Armor
	{
		BlowTorch=10,
      	keep WeldingMask,
		SmallSheetMetal=2,
		SheetMetal=3,
		MetalPipe=4,
		Screws=2,

		Result:69camaroWindshieldArmor,
		Time:850.0,
		Category:Armoring,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding25,
	}

	recipe Make 69 Chevrolet Camaro Rear Windshield Armor
	{
		BlowTorch=8,
       	keep WeldingMask,
		SheetMetal=2,
		MetalPipe=8,
		Screws=2,

		Result:69camaroWindshieldRearArmor,
		Time:800.0,
		Category:Armoring,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding25,
	}

	recipe Make 69 Chevrolet Camaro Bumper
	{
		BlowTorch=6,
       	keep WeldingMask,
		SheetMetal=2,
		Screws=2,

		Result:69camaroFrontBumper0,
		Time:1000.0,
		Category:Armoring,
		NeedToBeLearn:true,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding20,
		CanBeDoneFromFloor:true,
	}

	recipe Make 69 Chevrolet Camaro Bumper
	{
		BlowTorch=6,
       	keep WeldingMask,
		SheetMetal=2,
		damnCraft.RubberStrip=2,
		Screws=2,

		Result:69camaroFrontBumper1,
		Time:1000.0,
		Category:Armoring,
		NeedToBeLearn:true,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding20,
		CanBeDoneFromFloor:true,
	}

	recipe Make 69 Chevrolet Camaro Bumper
	{
		BlowTorch=6,
       	keep WeldingMask,
		SheetMetal=2,
		Screws=2,

		Result:69camaroRearBumper0,
		Time:1000.0,
		Category:Armoring,
		NeedToBeLearn:true,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding20,
		CanBeDoneFromFloor:true,
	}

	recipe Make 69 Chevrolet Camaro Bullbar
	{
		BlowTorch=9,
       	keep WeldingMask,
		MetalPipe=6,
		SheetMetal=1,
		Screws=2,

		Result:69camaroFrontBumperA,
		Time:600.0,
		Category:Armoring,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding25,
	}

	recipe Make 69 Chevrolet Camaro Reinforced Bumper
	{
       	keep [Recipe.GetItemTypes.Screwdriver],
       	Screws=2,
		69camaroFrontBumperA,
		69camaroFrontBumper0/69camaroFrontBumper1,

		Result:69camaroFrontBumperB,
		Time:400.0,
		Category:Armoring,
		SkillRequired:MetalWelding=4,
	}

	recipe Make 69 Chevrolet Camaro Bullbar
	{
		BlowTorch=8,
       	keep WeldingMask,
		MetalPipe=6,
		Screws=2,

		Result:69camaroRearBumperA,
		Time:600.0,
		Category:Armoring,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding25,
	}

	recipe Make 69 Chevrolet Camaro Reinforced Bumper
	{
		keep [Recipe.GetItemTypes.Screwdriver],
       	Screws=2,
		69camaroRearBumperA,
		69camaroRearBumper0,

		Result:69camaroRearBumperB,
		Time:400.0,
		Category:Armoring,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding10,
	}

	recipe Make Small Vintage Roofrack
	{
		BlowTorch=6,
       	keep WeldingMask,
		SheetMetal=2,
		SmallSheetMetal=3,
		MetalPipe=4,
		Screws=2,
		Tarp=1,

		Result:OldSmallRoofrack3,
		Time:800.0,
		Category:Mechanical,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding10,
	}

}