module Base

{
	recipe Make 82 Pontiac Firebird Tire
	{
		keep Crowbar,
		damnCraft.SteelRimSmall,
		damnCraft.TireRubberNewSmall/damnCraft.TireRubberUsedSmall/damnCraft.TireRubberDestroyedSmall,

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

	recipe Make 82 Pontiac Firebird Hood
	{
		keep WeldingMask,
		BlowTorch=9,
		damnCraft.HingeLarge=2,
		SheetMetal=4,
		Screws=2,

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

	recipe Make 82 Pontiac Firebird Door
	{
		keep WeldingMask,
		BlowTorch=10,
		damnCraft.HandleModern,
		damnCraft.HingeSmall=2,
		SmallSheetMetal=2,
		SheetMetal=2,
		Screws=2,

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

	recipe Make 82 Pontiac Firebird Trunk Lid
	{
		keep WeldingMask,
		BlowTorch=8,
		damnCraft.HingeLarge=2,
		SheetMetal=2,
		Screws=2,

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

	recipe Make 82 Pontiac Firebird Seat
    	{
		damnCraft.SeatFabric,
		damnCraft.SeatFoam=2,
		damnCraft.SeatFrameLarge,
		Screws=1,
		keep [Recipe.GetItemTypes.Screwdriver],

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

    recipe Make 82 Pontiac Firebird Seat
    	{
		damnCraft.SeatFabric,
		damnCraft.SeatFoam=2,
		damnCraft.SeatFrameLarge,
		Screws=1,
		keep [Recipe.GetItemTypes.Screwdriver],

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

    recipe Make 82 Pontiac Firebird Windshield
	{
		keep Scalpel,
		damnCraft.GlassPaneLarge,
		damnCraft.RubberStrip=4,

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

	recipe Make 82 Pontiac Firebird Window
	{
		keep Scalpel,
		damnCraft.GlassPaneSmall,

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

    recipe Make 82 Pontiac Firebird Roof Panels
	{
		keep Scalpel,
		damnCraft.GlassPaneSmall=2,

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

	recipe Make 82 Pontiac Firebird Windshield
	{
		keep Scalpel,
		damnCraft.GlassPaneLarge,
		damnCraft.RubberStrip=4,

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

	recipe Make 82 Pontiac Firebird Windshield Armor
	{
		BlowTorch=9,
      	keep WeldingMask,
		SmallSheetMetal=4,
		Screws=2,
		MetalPipe=4,

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

	recipe Make 82 Pontiac Firebird Front Window Armor
	{
		BlowTorch=8,
       	keep WeldingMask,
		MetalPipe=3,
		SheetMetal,
		SmallSheetMetal,
		Screws=2,

		Result:82firebirdFrontWindowArmor,
		Time:800.0,
		Category:Armoring,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding20,
	}

	recipe Make 82 Pontiac Firebird Rear Windshield Armor
	{
		BlowTorch=9,
      	keep WeldingMask,
		SmallSheetMetal=4,
		Screws=3,
		MetalPipe=5,

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

	recipe Make 82 Pontiac Firebird Bullbar
	{
		BlowTorch=10,
       	keep WeldingMask,
        SheetMetal=4,
		SmallSheetMetal=3,
        MetalPipe=2,

		Result:82firebirdBumperFrontA,
		Time:500.0,
		Category:Armoring,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding25,
		CanBeDoneFromFloor:true,
	}

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

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

}