module Base

{
    recipe Make 86 Ford E150 Tire
	{
		keep Crowbar,
		damnCraft.SteelRimSmall,
		damnCraft.TireRubberNewSmall/damnCraft.TireRubberUsedSmall/damnCraft.TireRubberDestroyedSmall,

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

    recipe Make 86 Ford E150 Hood
	{
		keep WeldingMask,
		BlowTorch=7,
		damnCraft.HingeLarge=2,
		SheetMetal=3,
		Screws=2,

		Result:E150EngineDoor2,
		Time:1000.0,
		Category:Mechanical,
		NeedToBeLearn:true,
		SkillRequired:MetalWelding=5,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding15,
	}

    recipe Make 86 Ford E150 Door
	{
		keep WeldingMask,
		BlowTorch=10,
		damnCraft.HandleModern,
		damnCraft.HingeSmall=2,
		SmallSheetMetal=2,
		SheetMetal=2,
		Screws=2,

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

    recipe Make 86 Ford E150 Door
	{
		keep WeldingMask,
		BlowTorch=10,
		damnCraft.HandleModern,
		damnCraft.HingeSmall=2,
		SmallSheetMetal=2,
		SheetMetal=2,
		Screws=2,

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

    recipe Make 86 Ford E150 Door
	{
		keep WeldingMask,
		BlowTorch=9,
		damnCraft.HandleModern,
		damnCraft.HingeSmall=2,
		SmallSheetMetal=1,
		SheetMetal=2,
		Screws=2,

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

    recipe Make 86 Ford E150 Trunk Lid
	{
		keep WeldingMask,
		BlowTorch=8,
		damnCraft.HingeLarge=2,
		SheetMetal=2,
		Screws=2,

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

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

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

    recipe Make 86 Ford E150 Window
	{
		keep Scalpel,
		damnCraft.GlassPaneSmall,

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

    recipe Make 86 Ford E150 Window
	{
		keep Scalpel,
		damnCraft.GlassPaneLarge,

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

    recipe Make 86 Ford E150 Windshield
	{
		keep Scalpel,
		damnCraft.GlassPaneLarge,
		damnCraft.RubberStrip=4,

		Result:E150Windshield2,
		Time:550.0,
		Category:Mechanical,
		NeedToBeLearn:true,
		SkillRequired:Mechanics=4,
		Prop1:Scalpel,
	}

	recipe Make 86 Ford E150 Windshield
	{
		keep Scalpel,
		damnCraft.GlassPaneLarge,
		damnCraft.RubberStrip=4,

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

	recipe Make 86 Ford E150 Front Armor
	{
		BlowTorch=8,
       	keep WeldingMask,
		SheetMetal=3,
		Screws=2,

		Result:E150DoorArmor,
		Time:700.0,
		Category:Armoring,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding25,
	}

    recipe Make 86 Ford E150 Rear Armor
	{
		BlowTorch=8,
       	keep WeldingMask,
		SheetMetal=4,
		Screws=2,

		Result:E150WindowRearArmor,
		Time:700.0,
		Category:Armoring,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding25,
	}

	recipe Make 86 Ford E150 Windshield Armor
	{
		BlowTorch=9,
      	keep WeldingMask,
		SmallSheetMetal=2,
		SheetMetal=4,
		Screws=2,

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

	recipe Make 86 Ford E150 Rear Windshield Armor
	{
		BlowTorch=9,
       	keep WeldingMask,
		SheetMetal=4,
		MetalPipe=3,
		Screws=2,

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

	recipe Make 86 Ford E150 Bumper
	{
		BlowTorch=4,
       	keep WeldingMask,
		SheetMetal=5,
		Screws=2,

		Result:E150FrontBumper2,
		Time:600.0,
		Category:Armoring,
        NeedToBeLearn:true,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding25,
	}

	recipe Make 86 Ford E150 Front Bullbar
	{
		BlowTorch=5,
       	keep WeldingMask,
		SheetMetal=1,
		MetalPipe=4,
		Screws=2,

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

	recipe Make 86 Ford E150 Front Bumper with Bullbar
	{
		Screws=2,
		E150FrontBumper2,
		E150FrontBullbar2,

		Result:E150FrontBumperWithBullbar2,
		Time:300.0,
		Category:Armoring,
        SkillRequired:Mechanics=2,
		OnGiveXP:DAMN.OnGiveXP.Mechanics10,
	}

	recipe Make 86 Ford E150 Bumper
	{
		BlowTorch=4,
       	keep WeldingMask,
		SheetMetal=5,
		Screws=2,

		Result:E150RearBumper2,
		Time:600.0,
		Category:Armoring,
        NeedToBeLearn:true,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding25,
	}

    recipe Make 86 Ford E150 Roofrack
	{
		BlowTorch=9,
       	keep WeldingMask,
		SheetMetal=4,
		MetalPipe=4,
		Tarp=1,
		Screws=3,

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

}