module Base

{
	recipe Make 90 Ford F350 Tire
	{
		keep Crowbar,
		damnCraft.SteelRimSmall,
		damnCraft.TireRubberNewSmall/damnCraft.TireRubberUsedSmall/damnCraft.TireRubberDestroyedSmall,

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

	recipe Make 90 Ford F350 Double Tires
	{
		keep Crowbar,
		90fordF350Tire2=2,

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

	recipe Make 90 Ford F350 Hood
	{
		keep WeldingMask,
		BlowTorch=9,
		damnCraft.HingeLarge=2,
		SheetMetal=4,
		Screws=2,

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

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

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

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

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

	recipe Make 90 Ford F350 Door
	{
		keep WeldingMask,
		BlowTorch=10,
		damnCraft.HandleModern=2,
		damnCraft.HingeSmall=4,
		SmallSheetMetal=4,
		SheetMetal=4,
		Screws=4,

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

	recipe Make 90 Ford F350 Trunk Lid
	{
		keep WeldingMask,
		BlowTorch=8,
		damnCraft.HingeSmall=4,
		SheetMetal=3,
		Screws=3,

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

	recipe Make 90 Ford F350 Trunk Lid
	{
		keep WeldingMask,
		BlowTorch=8,
		damnCraft.HingeSmall=4,
		SheetMetal=2,
		Screws=3,

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

	recipe Make 90 Ford F350 Trunk Lid
	{
		keep WeldingMask,
		BlowTorch=6,
		damnCraft.HingeSmall=2,
		SheetMetal=1,
		Screws=2,

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

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

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

    recipe Make Ambulance Stretcher
    	{
		damnCraft.SeatFabric=2,
		damnCraft.SeatFoam=3,
		damnCraft.SeatFrameSmall=3,
		MetalPipe=4,
		SmallSheetMetal=2,
		Screws=2,
		keep [Recipe.GetItemTypes.Screwdriver],

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

    recipe Make 90 Ford F350 Window
	{
		keep Scalpel,
		damnCraft.GlassPaneSmall,

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

	recipe Make 90 Ford F350 Window
	{
		keep Scalpel,
		damnCraft.GlassPaneSmall=2,

		Result:90fordF350WindowRearSide2,
		Time:600.0,
		Category:Mechanical,
		NeedToBeLearn:true,
		SkillRequired:Mechanics=4,
		Prop1:Scalpel,
	}

	recipe Make 90 Ford F350 Windshield
	{
		keep Scalpel,
		damnCraft.GlassPaneLarge,
		damnCraft.RubberStrip=4,

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

	recipe Make 90 Ford F350 Window
	{
		keep Scalpel,
		damnCraft.GlassPaneSmall=4,
		damnCraft.RubberStrip=8,

		Result:90fordF350WindowsBack2,
		Time:800.0,
		Category:Mechanical,
		NeedToBeLearn:true,
		SkillRequired:Mechanics=4,
		Prop1:Scalpel,
	}

	recipe Make 90 Ford F350 Front Window Armor
	{
		BlowTorch=7,
       	keep WeldingMask,
		MetalPipe=4,
		SmallSheetMetal=2,
		Screws=1,

		Result:90fordF350WindowFrontArmor,
		Time:700.0,
		Category:Armoring,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding10,
	}

	recipe Make 90 Ford F350 Rear Window Armor
	{
		BlowTorch=7,
       	keep WeldingMask,
		MetalPipe=5,
		SmallSheetMetal=2,
		Screws=1,

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

	recipe Make 90 Ford F350 Windshield Armor
	{
		BlowTorch=8,
      	keep WeldingMask,
		SmallSheetMetal=3,
		Screws=2,
		MetalPipe=8,

		Result:90fordF350WindshieldArmor,
		Time:1100.0,
		Category:Armoring,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding25,
	}

	recipe Make 90 Ford F350 Windshield Rear Armor
	{
		BlowTorch=3,
       	keep WeldingMask,
		90fordF350WindowRearRightArmor=2,
		Screws=1,

		Result:90fordF350WindshieldRearArmor,
		Time:500.0,
		Category:Armoring,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding10,
	}

	recipe Make 90 Ford F350 Front Bumper
	{
		BlowTorch=7,
       	keep WeldingMask,
		SheetMetal=3,
		Screws=1,

		Result:90fordF350BumperFront,
		Time:1000.0,
		Category:Armoring,
		NeedToBeLearn:true,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding10,
		CanBeDoneFromFloor:true,
	}

	recipe Make 90 Ford F350 Front Bullbar
	{
		BlowTorch=7,
       	keep WeldingMask,
		SheetMetal=2,
		MetalPipe=6,
		Screws=1,

		Result:90fordF350BullbarFront,
		Time:900.0,
		Category:Armoring,
		SkillRequired:MetalWelding=5,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding10,
	}

	recipe Make 90 Ford F350 Reinforced Front Bumper
	{
		BlowTorch=9,
       	keep WeldingMask,
		90fordF350BumperFront=1,
		90fordF350BullbarFront=1,

		Result:90fordF350ReinforcedBumperFront,
		Time:1200.0,
		Category:Armoring,
		SkillRequired:MetalWelding=6,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding25,
	}

	recipe Make 90 Ford F350 Bumper
	{
		BlowTorch=6,
       	keep WeldingMask,
		SheetMetal=2,
		Screws=2,

		Result:90fordF350BumperRear,
		Time:1000.0,
		Category:Armoring,
		NeedToBeLearn:true,
		SkillRequired:MetalWelding=3,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding10,
		CanBeDoneFromFloor:true,
	}

	recipe Make 90 Ford F350 Side Steps
	{
		BlowTorch=5,
       	keep WeldingMask,
		SheetMetal,
        SmallSheetMetal,
		Screws=2,

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

	

}