module Base

{
    recipe Make 92 AM General M998 Roofrack
	{
		BlowTorch=7,
       	keep WeldingMask,
		SheetMetal=6,
		MetalPipe=4,
		Screws=2,

		Result:M998Roofrack1_Item,
		Time:1100.0,
		Category:Mechanical,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding10,
	}

    recipe Make 92 AM General M998 Hood
	{
		keep WeldingMask,
		BlowTorch=9,
		damnCraft.HingeLarge=2,
		SheetMetal=4,
		Screws=3,

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

    recipe Make 92 AM General M998 Door
	{
		keep WeldingMask,
		BlowTorch=10,
		damnCraft.HandleModern,
		damnCraft.HingeSmall=2,
		SmallSheetMetal=2,
		SheetMetal=2,
		Screws=2,

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

	recipe Make 92 AM General M998 Door
	{
		keep WeldingMask,
		BlowTorch=10,
		damnCraft.HandleModern,
		damnCraft.HingeSmall=2,
		SmallSheetMetal=2,
		SheetMetal=2,
		Screws=2,

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

    recipe Make 92 AM General M998 Trunk Lid
	{
		keep WeldingMask,
		BlowTorch=8,
		damnCraft.HingeLarge=2,
        damnCraft.HandleModern,
		SheetMetal=3,
		Screws=2,

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

    recipe Make 92 AM General M998 Windshield
	{
		keep Scalpel,
		damnCraft.GlassPaneSmall=2,
		damnCraft.RubberStrip=6,

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

    recipe Make 92 AM General M998 Window
	{
		keep Scalpel,
		damnCraft.GlassPaneSmall,

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

	recipe Make 92 AM General M998 Front Door Armor
	{
		BlowTorch=8,
       	keep WeldingMask,
		SmallSheetMetal,
		SheetMetal=4,
		Screws=2,

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

	recipe Make 92 AM General M998 Rear Door Armor
	{
		BlowTorch=8,
       	keep WeldingMask,
		SmallSheetMetal,
		SheetMetal=4,
		Screws=2,

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

	recipe Make 92 AM General M998 Windshield Armor
	{
		BlowTorch=9,
      	keep WeldingMask,
		SmallSheetMetal=2,
		SheetMetal=3,
		Screws=2,
		MetalPipe=2,

		Result:M998WindshieldArmor1_Item,
		Time:1000.0,
		Category:Armoring,
		SkillRequired:MetalWelding=3,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding20,
	}

	recipe Make 92 AM General M998 Windshield Armor
	{
		BlowTorch=10,
      	keep WeldingMask,
		SmallSheetMetal=2,
		SheetMetal=4,
		Screws=4,

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

    recipe Make 92 AM General M998 Sloped Back Cover
	{
		BlowTorch=10,
      	keep WeldingMask,
		SmallSheetMetal,
		SheetMetal=4,
		Screws=3,

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

    recipe Make 92 AM General M998 Metal Trunk Barrier
	{
		BlowTorch=9,
      	keep WeldingMask,
		SmallSheetMetal,
		SheetMetal=3,
		Screws=3,

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

    recipe Make 92 AM General M998 Net Trunk Barrier
	{
		Base.Tarp,
		keep [Recipe.GetItemTypes.SharpKnife]/[Recipe.GetItemTypes.DullKnife]/Scalpel,
		damnCraft.RubberStrip=6,

		Result:M998TrunkBarrier2_Item,
		Time:1000.0,
		Category:Mechanical,
		NeedToBeLearn:true,
		SkillRequired:Mechanics=2,
	}

    recipe Make 92 AM General M998 Small Muffler
	{
		BlowTorch=7,
       	keep WeldingMask,
		SheetMetal=2,
		SmallSheetMetal=2,
		Screws=2,

		Result:M998Muffler1_Item,
		Time:700.0,
		Category:Mechanical,
		NeedToBeLearn:true,
		SkillRequired:MetalWelding=3,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding15,
	}

    recipe Make 92 AM General M998 Large Muffler
	{
		BlowTorch=9,
       	keep WeldingMask,
		SheetMetal=4,
		SmallSheetMetal=2,
		Screws=3,

		Result:M998Muffler2_Item,
		Time:900.0,
		Category:Mechanical,
		NeedToBeLearn:true,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding20,
	}

	recipe Make 92 AM General M998 Small Bullbar
	{
		BlowTorch=7,
       	keep WeldingMask,
		SmallSheetMetal=2,
		MetalPipe=4,
        LightBulb=2,
		Screws=2,

		Result:M998Bullbar1_Item,
		Time:800.0,
		Category:Armoring,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding15,
	}

	recipe Make 92 AM General M998 Large Bullbar
	{
		BlowTorch=9,
       	keep WeldingMask,
		SmallSheetMetal=2,
		MetalPipe=6,
		Screws=3,

		Result:M998Bullbar2_Item,
		Time:1100.0,
		Category:Armoring,
		SkillRequired:MetalWelding=5,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding25,
	}

    recipe Make 92 AM General M998 Mudflaps
	{
		Glue=2,
		damnCraft.RubberStrip=4,

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

}