module Base
{
    recipe Make Chevrolet K3500 Tire
	{
		keep Crowbar,
		damnCraft.SteelRimSmall,
		damnCraft.TireRubberNewSmall/damnCraft.TireRubberUsedSmall/damnCraft.TireRubberDestroyedSmall,

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

    recipe Make Chevrolet K3500 Double Tires
	{
		keep Crowbar,
		93chevyK3500Tire2=2,

		Result:93chevyK3500DoubleTires2,
		Time:1200.0,
		Category:Mechanical,
		SkillRequired:Mechanics=2,
		Prop1:Crowbar,
		OnCreate:DAMN.OnCreate.MakeDouble,
		CanBeDoneFromFloor:true,
	}	

    recipe Make 85 Chevrolet Step-Van Hood
	{
		keep WeldingMask,
		BlowTorch=7,
		damnCraft.HingeLarge=2,
		SheetMetal=4,
		Screws=2,

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

    recipe Make 85 Chevrolet Step-Van Door
	{
		keep WeldingMask,
		BlowTorch=8,
		damnCraft.HandleModern,
		damnCraft.HingeSmall=2,
		SmallSheetMetal=2,
		SheetMetal=2,
		Screws=2,

		Result:85chevyStepVanFrontSlideDoor2,
		Time:1000.0,
		Category:Mechanical,
		NeedToBeLearn:true,
		SkillRequired:MetalWelding=5,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding25,
	}

    recipe Make 85 Chevrolet Step-Van Trunk Lid
	{
		keep WeldingMask,
		BlowTorch=10,
		damnCraft.HingeLarge=4,
        damnCraft.HandleModern=2,
		SheetMetal=4,
		Screws=3,

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

    recipe Make 85 Chevrolet Step-Van Seat
    	{
		damnCraft.SeatFabric,
		damnCraft.SeatFoam=2,
		damnCraft.SeatFrameLarge,
		Screws=1,
		keep [Recipe.GetItemTypes.Screwdriver],

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

    recipe Make 85 Chevrolet Step-Van Windshield
	{
		keep Scalpel,
		damnCraft.GlassPaneLarge=2,
		damnCraft.RubberStrip=6,

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

    recipe Make 85 Chevrolet Step-Van Window
	{
		keep Scalpel,
		damnCraft.GlassPaneSmall,

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

    recipe Make 85 Chevrolet Step-Van Window
	{
		keep Scalpel,
		damnCraft.GlassPaneSmall,

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

    recipe Make 85 Chevrolet Step-Van Windshield
	{
		keep Scalpel,
		damnCraft.GlassPaneSmall=2,
		damnCraft.RubberStrip=6,

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

	recipe Make 85 Chevrolet Step-Van Front Window Armor
	{
		BlowTorch=10,
       	keep WeldingMask,
		MetalPipe=2,
		SheetMetal=1,
        SmallSheetMetal=2,
		Screws=2,

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

	recipe Make 85 Chevrolet Step-Van Windshield Armor
	{
		BlowTorch=9,
      	keep WeldingMask,
		SmallSheetMetal=4,
		SheetMetal=1,
		Screws=3,
		MetalPipe=5,

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

	recipe Make 85 Chevrolet Step-Van Rear Windshield Armor
	{
		BlowTorch=8,
       	keep WeldingMask,
		SmallSheetMetal=2,
		SheetMetal=1,
		Screws=2,
		MetalPipe=2,

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

    recipe Make 85 Chevrolet Step-Van Front Bumper
	{
		BlowTorch=7,
       	keep WeldingMask,
		SheetMetal=3,
		Screws=2,

		Result:85chevyStepVanBumperFront0,
		Time:900.0,
		Category:Armoring,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding10,
	}

    recipe Make 85 Chevrolet Step-Van Reinforced Front Bumper
	{
		BlowTorch=2,
       	keep WeldingMask,
        85chevyStepVanBumperFront0,
        85chevyStepVanBullbarFrontA,
		Screws,

		Result:85chevyStepVanBumperFrontA,
		Time:900.0,
		Category:Armoring,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding10,
	}

	recipe Make 85 Chevrolet Step-Van Front Bullbar
	{
		BlowTorch=10,
       	keep WeldingMask,
		SmallSheetMetal=4,
		MetalPipe=6,
		Screws=3,

		Result:85chevyStepVanBullbarFrontA,
		Time:900.0,
		Category:Armoring,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding10,
	}

	recipe Make 85 Chevrolet Step-Van Rear Bumper
	{
		BlowTorch=7,
       	keep WeldingMask,
		SheetMetal=3,
		Screws=1,

		Result:85chevyStepVanBumperRear0,
		Time:700.0,
		Category:Armoring,
		SkillRequired:MetalWelding=5,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding15,
	}

	recipe Make 85 Chevrolet Step-Van Roofrack
	{
		BlowTorch=10,
       	keep WeldingMask,
        Tarp=1,
		SheetMetal=5,
		MetalPipe=6,
		Screws=3,

		Result:85chevyStepVanRoofrack2,
		Time:1100.0,
		Category:Mechanical,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding20,
	}

    recipe Make 85 Chevrolet Step-Van Barrier
	{
		BlowTorch=6,
       	keep WeldingMask,
		SmallSheetMetal=2,
		MetalPipe=1,
		Screws=2,

		Result:85chevyStepVanBarrier2,
		Time:1100.0,
		Category:Mechanical,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding20,
	}
}