module Base

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

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

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

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

	recipe Make 75 Pontiac Grand Prix Tire
	{
		keep Crowbar,
		damnCraft.SteelRimSmall,
		damnCraft.TireRubberNewSmall/damnCraft.TireRubberUsedSmall/damnCraft.TireRubberDestroyedSmall,

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

	recipe Make 75 Pontiac Grand Prix Hood
	{
		keep WeldingMask,
		BlowTorch=9,
		damnCraft.HingeLarge=2,
		SheetMetal=4,
		Screws=2,

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

	recipe Make 75 Pontiac Grand Prix Door
	{
		keep WeldingMask,
		BlowTorch=10,
		damnCraft.HandleModern,
		damnCraft.HingeSmall=2,
		SmallSheetMetal=2,
		SheetMetal=2,
		Screws=2,

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

	recipe Make 75 Pontiac Grand Prix Trunk Lid
	{
		keep WeldingMask,
		BlowTorch=8,
		damnCraft.HingeLarge=2,
		SheetMetal=2,
		Screws=2,

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

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

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

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

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

    recipe Make 75 Pontiac Grand Prix Windshield
	{
		keep Scalpel,
		damnCraft.GlassPaneLarge,
		damnCraft.RubberStrip=4,

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

	recipe Make 75 Pontiac Grand Prix Window
	{
		keep Scalpel,
		damnCraft.GlassPaneSmall,

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

	recipe Make 75 Pontiac Grand Prix Window
	{
		keep Scalpel,
		damnCraft.GlassPaneSmall,
		damnCraft.RubberStrip=2,

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

	recipe Make 75 Pontiac Grand Prix Windshield
	{
		keep Scalpel,
		damnCraft.GlassPaneLarge,
		damnCraft.RubberStrip=4,

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

	recipe Make 75 Pontiac Grand Prix Windshield Armor
	{
		BlowTorch=9,
      	keep WeldingMask,
		SmallSheetMetal=3,
		SheetMetal=1,
		Screws=2,
		MetalPipe=5,

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

	recipe Make 75 Pontiac Grand Prix Front Window Armor
	{
		BlowTorch=5,
       	keep WeldingMask,
		MetalPipe=1,
		SheetMetal=2,
		SmallSheetMetal=1,
		Screws=2,

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

	recipe Make 75 Pontiac Grand Prix Rear Window Armor
	{
		BlowTorch=3,
       	keep WeldingMask,
		SheetMetal=1,
		Screws=1,

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

	recipe Make 75 Pontiac Grand Prix Rear Windshield Armor
	{
		BlowTorch=8,
       	keep WeldingMask,
		SmallSheetMetal=3,
		SheetMetal=2,
		Screws=2,
		MetalPipe=4,

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

	recipe Make 75 Pontiac Grand Prix Bumper
	{
		BlowTorch=6,
       	keep WeldingMask,
		SheetMetal=2,
		damnCraft.RubberStrip=3,
		Screws=2,

		Result:75grandPrixBumperFront,
		Time:850.0,
		Category:Armoring,
		NeedToBeLearn:true,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding20,
		CanBeDoneFromFloor:true,
	}

	recipe Make 75 Pontiac Grand Prix Bullbar
	{
		BlowTorch=9,
       	keep WeldingMask,
       	SheetMetal=6,
       	SmallSheetMetal=3,
		Screws=3,
		MetalPipe=2,

		Result:75grandPrixBullbar,
		Time:1200.0,
		Category:Armoring,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding25,
	}

	recipe Make 75 Pontiac Grand Prix Reinforced Bumper
	{
		keep Screwdriver,
		Screws=1,
		75grandPrixBumperFront,
		75grandPrixBullbar,

		Result:75grandPrixBumperFrontA,
		Time:500.0,
		Category:Armoring,
		SkillRequired:Mechanics=2,
	}

	recipe Make 75 Pontiac Grand Prix Bumper
	{
		BlowTorch=6,
       	keep WeldingMask,
		SheetMetal=2,
		damnCraft.RubberStrip=2,
		Screws=2,

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

	recipe Make 75 Pontiac Grand Prix Roofrack
	{
		BlowTorch=7,
       	keep WeldingMask,
		SheetMetal=4,
		MetalPipe=4,
		Tarp=1,
		Screws=2,

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

}