module Base

{
	recipe Make 88 Toyota Hilux Tire
	{
		keep Crowbar,
		damnCraft.SteelRimSmall,
		damnCraft.TireRubberNewSmall/damnCraft.TireRubberUsedSmall/damnCraft.TireRubberDestroyedSmall,

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

	recipe Make 88 Toyota Hilux Hood
	{
		keep WeldingMask,
		BlowTorch=8,
		damnCraft.HingeLarge=2,
		SheetMetal=4,
		Screws=2,

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

	recipe Make 88 Toyota Hilux Door
	{
		keep WeldingMask,
		BlowTorch=10,
		damnCraft.HandleModern,
		damnCraft.HingeSmall=2,
		SmallSheetMetal=2,
		SheetMetal=2,
		Screws=2,

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

	recipe Make 88 Toyota Hilux Trunk Lid
	{
		keep WeldingMask,
		BlowTorch=8,
		damnCraft.HingeLarge=2,
		SheetMetal=2,
		Screws=2,

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

	recipe Make 88 Toyota Hilux Seat
    	{
		damnCraft.SeatFabric,
		damnCraft.SeatFoam=2,
		damnCraft.SeatFrameLarge,
		Screws=1,
		keep [Recipe.GetItemTypes.Screwdriver],

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

    recipe Make 88 Toyota Hilux Seat
    	{
		damnCraft.SeatFabric,
		damnCraft.SeatFoam,
		damnCraft.SeatFrameSmall,
		Screws=1,
		keep [Recipe.GetItemTypes.Screwdriver],

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

    recipe Make 88 Toyota Hilux Windshield
	{
		keep Scalpel,
		damnCraft.GlassPaneLarge,
		damnCraft.RubberStrip=4,

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

	recipe Make 88 Toyota Hilux Window
	{
		keep Scalpel,
		damnCraft.GlassPaneSmall,

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

    recipe Make 88 Toyota Hilux Window
	{
		keep Scalpel,
		damnCraft.GlassPaneSmall,

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

	recipe Make 88 Toyota Hilux Windshield
	{
		keep Scalpel,
		damnCraft.GlassPaneLarge,
		damnCraft.RubberStrip=4,

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

    recipe Make 88 Toyota Hilux Windshield Armor
	{
		BlowTorch=9,
      	keep WeldingMask,
		SmallSheetMetal=3,
		SheetMetal=2,
		Screws=2,
		MetalPipe=3,

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

	recipe Make 88 Toyota Hilux Front Window Armor
	{
		BlowTorch=7,
       	keep WeldingMask,
		SmallSheetMetal=2,
		SheetMetal=2,
		Screws=2,

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

	recipe Make 88 Toyota Hilux Back Window Armor
	{
		BlowTorch=6,
       	keep WeldingMask,
		SmallSheetMetal=1,
		SheetMetal=1,
		Screws=2,

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

    recipe Make 88 Toyota Hilux Rear Windshield Armor
	{
		BlowTorch=8,
      	keep WeldingMask,
		SmallSheetMetal=2,
		SheetMetal=3,
		Screws=3,

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

	recipe Make 88 Toyota Hilux Bumper
	{
		BlowTorch=6,
       	keep WeldingMask,
		SheetMetal=2,
		Screws=2,

		Result:88toyotaHiluxBumperFront0,
		Time:1000.0,
		Category:Armoring,
		NeedToBeLearn:true,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding25,
		CanBeDoneFromFloor:true,
	}

	recipe Make 88 Toyota Hilux Bumper
	{
		BlowTorch=6,
       	keep WeldingMask,
		SheetMetal=2,
		Screws=2,

		Result:88toyotaHiluxBumperRear0,
		Time:1000.0,
		Category:Armoring,
		NeedToBeLearn:true,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding25,
		CanBeDoneFromFloor:true,
	}

	recipe Make 88 Toyota Hilux Bullbar
	{
		BlowTorch=10,
       	keep WeldingMask,
		SheetMetal=5,
		MetalPipe=4,
		Screws=3,

		Result:88toyotaHiluxBullbarFrontA,
		Time:1000.0,
		Category:Armoring,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding25,
		CanBeDoneFromFloor:true,
	}

    recipe Make 88 Toyota Hilux Rear Bullbar
	{
		BlowTorch=8,
       	keep WeldingMask,
		SheetMetal=2,
		MetalPipe=2,
		Screws=3,

		Result:88toyotaHiluxBullbarRearA,
		Time:1000.0,
		Category:Armoring,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding25,
		CanBeDoneFromFloor:true,
	}

	recipe Make 88 Toyota Hilux Rollbar
	{
		BlowTorch=8,
       	keep WeldingMask,
        SheetMetal=2,
		MetalPipe=2,
		Screws=3,

		Result:88toyotaHiluxRollbar2,
		Time:1100.0,
		Category:Armoring,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding20,
		CanBeDoneFromFloor:true,
	}

    recipe Make 88 Toyota Hilux Mudflaps
	{
		Glue=2,
		damnCraft.RubberStrip=8,

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

    recipe Make 88 Toyota Hilux Sidesteps
	{
		BlowTorch=3,
       	keep WeldingMask,
		SheetMetal=2,
		Screws,
		MetalPipe,

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

    recipe Make 88 Toyota Hilux Bed Cover
	{
		BlowTorch=10,
       	keep WeldingMask,
		SmallSheetMetal=2,
		SheetMetal=6,
        damnCraft.GlassPaneLarge=2,
		damnCraft.RubberStrip=6,
		Screws=3,

		Result:88toyotaHiluxBedCap2,
		Time:1500.0,
		Category:Mechanical,
		NeedToBeLearn:true,
		SkillRequired:MetalWelding=5,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding25,
	}

    recipe Make 88 Toyota Hilux Roofrack
	{
		BlowTorch=7,
       	keep WeldingMask,
		SheetMetal=4,
		MetalPipe=4,
		Tarp=1,
		Screws=2,

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