module Base

{
    recipe Make 86 Chevrolet CUCV Standard Tire
	{
		keep Crowbar,
		damnCraft.SteelRimSmall,
		damnCraft.TireRubberNewSmall/damnCraft.TireRubberUsedSmall/damnCraft.TireRubberDestroyedSmall,

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

    recipe Make 86 Chevrolet CUCV Heavy-Duty Tire
	{
		keep Crowbar,
		damnCraft.SteelRimSmall,
		damnCraft.TireRubberNewSmall/damnCraft.TireRubberUsedSmall/damnCraft.TireRubberDestroyedSmall,

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

    recipe Make 86 Chevrolet CUCV Heavy-Duty Double Tires
	{
		keep Crowbar,
		86chevyCUCVTire2=2,

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

    recipe Make 86 Chevrolet CUCV Trunk Lid
	{
		keep WeldingMask,
		BlowTorch=8,
		damnCraft.HingeLarge=2,
        damnCraft.HandleModern,
		SheetMetal=2,
		Screws=2,

		Result:86chevyM1008Tailgate2,
		Time:700.0,
		Category:Mechanical,
		NeedToBeLearn:true,
		SkillRequired:MetalWelding=5,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding20,
	}

    recipe Make 86 Chevrolet CUCV Trunk Lid
	{
		keep WeldingMask,
		BlowTorch=10,
		damnCraft.HingeLarge=2,
        damnCraft.HandleModern=2,
        damnCraft.RubberStrip=4,
		SheetMetal=4,
		Screws=4,

		Result:80chevyM1010Tailgate2,
		Time:900.0,
		Category:Mechanical,
		NeedToBeLearn:true,
		SkillRequired:MetalWelding=5,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding20,
	}

    recipe Make 86 Chevrolet CUCV Trunk Lid
	{
		keep WeldingMask,
		BlowTorch=10,
		damnCraft.HingeLarge=2,
        damnCraft.HandleModern,
		SheetMetal=2,
        SmallSheetMetal=2,
		Screws=2,

		Result:80chevyM1028Tailgate2,
		Time:800.0,
		Category:Mechanical,
		NeedToBeLearn:true,
		SkillRequired:MetalWelding=5,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding20,
	}

    recipe Make 86 Chevrolet CUCV Trunk Lid
	{
		keep WeldingMask,
		BlowTorch=10,
		damnCraft.HingeLarge=6,
        damnCraft.HandleModern=3,
		SheetMetal=6,
		Screws=6,

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

    recipe Make 86 Chevrolet CUCV Trunk Lid
	{
		keep WeldingMask,
		BlowTorch=8,
		damnCraft.HingeLarge=2,
        damnCraft.HandleModern,
		SheetMetal=2,
		Screws=2,

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

    recipe Make 86 Chevrolet CUCV Trunk Lid
	{
		keep WeldingMask,
		BlowTorch=4,
		damnCraft.HingeLarge=2,
        damnCraft.HandleModern,
		SheetMetal=2,
		Screws=2,

		Result:86chevyCUCVstorageLid2,
		Time:500.0,
		Category:Mechanical,
		NeedToBeLearn:true,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding20,
	}

    recipe Make 86 Chevrolet CUCV Trunk Lid
	{
		keep WeldingMask,
		BlowTorch=10,
		damnCraft.HingeLarge=6,
        damnCraft.HandleModern=3,
		SheetMetal=4,
        SmallSheetMetal=2,
		Screws=4,

		Result:86chevyCUCVstorageLids2,
		Time:800.0,
		Category:Mechanical,
		NeedToBeLearn:true,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding20,
	}

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

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

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

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

    recipe Make 86 Chevrolet CUCV Front Windshield Armor
	{
		BlowTorch=8,
       	keep WeldingMask,
		MetalPipe=4,
		SheetMetal=3,
		Screws=2,

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

    recipe Make 86 Chevrolet CUCV Front Window Armor
	{
		BlowTorch=6,
       	keep WeldingMask,
		MetalPipe=2,
		SheetMetal=1,
		Screws=2,

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

    recipe Make 86 Chevrolet CUCV Back Window Armor
	{
		BlowTorch=6,
       	keep WeldingMask,
		MetalPipe=2,
		SheetMetal=3,
		Screws=2,

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

    recipe Make 86 Chevrolet CUCV Rear Windshield Armor
	{
		BlowTorch=6,
       	keep WeldingMask,
		MetalPipe=2,
		SheetMetal=3,
		Screws=2,

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

    recipe Make 86 Chevrolet CUCV Rear Windshield Armor
	{
		BlowTorch=6,
       	keep WeldingMask,
		MetalPipe=4,
		SheetMetal=2,
		Screws=4,

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

	recipe Make 86 Chevrolet CUCV Bullbar
	{
		BlowTorch=10,
       	keep WeldingMask,
		SheetMetal=1,
		SmallSheetMetal=6,
		80chevyCKBumperFront0/80chevyCKBumperFront1,
		Screws=2,

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

    recipe Make 86 Chevrolet Heavy Duty Bullbar
	{
		BlowTorch=10,
       	keep WeldingMask,
		SheetMetal=2,
		SmallSheetMetal=4,
        MetalPipe=5,
		Screws=2,
        LightBulb=4,

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

    recipe Make 86 Chevrolet PD Bullbar
	{
		BlowTorch=10,
       	keep WeldingMask,
		SheetMetal=1,
		SmallSheetMetal=6,
		80chevyCKBumperFront0/80chevyCKBumperFront1,
		Screws=2,
        LightBulb=4,

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

    recipe Make 86 Chevrolet CUCV Bumper
	{
		BlowTorch=8,
       	keep WeldingMask,
		SheetMetal=2,
		SmallSheetMetal=3,
		Screws=2,

		Result:86chevyCUCVBumperRear1,
		Time:1000.0,
		Category:Armoring,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding20,
	}

    recipe Make 86 Chevrolet CUCV Bumper
	{
		86chevyCUCVBumperRear1,
		Screws=2,

		Result:86chevyCUCVBumperRear2,
		Time:400.0,
		Category:Armoring,
		SkillRequired:Mechanics=2,
	}

    recipe Make 86 Chevrolet CUCV Bed Tarp
	{
		Base.Tarp=2,
		keep [Recipe.GetItemTypes.SharpKnife]/[Recipe.GetItemTypes.DullKnife]/Scalpel,
		damnCraft.RubberStrip=4,

		Result:86chevyCUCVBedTarp2,
		Time:800.0,
		Category:Mechanical,
		SkillRequired:Mechanics=2,
	}

    recipe Make 86 Chevrolet CUCV Bed Planks
	{
		BlowTorch=5,
       	keep WeldingMask,
		Plank=6,
		SmallSheetMetal=3,
		Screws=4,

		Result:86chevyCUCVBedPlanks2,
		Time:1000.0,
		Category:Mechanical,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding20,
	}

    recipe Make 86 Chevrolet CUCV Mudflaps
	{
		SmallSheetMetal=2,
		damnCraft.RubberStrip=8,
		Screws=4,

		Result:86chevy1028Mudflaps2,
		Time:600.0,
		Category:Mechanical,
		SkillRequired:Mechanics=2,
	}

    recipe Make 86 Chevrolet CUCV Windshield
	{
		keep Scalpel,
		damnCraft.GlassPaneLarge,
		damnCraft.RubberStrip=4,

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