module Base
{
	craftRecipe 63beetleMakeTire
	{
        timedAction = Making,
        time = 200,
        Tags = InHandCraft,
        category = Mechanical,
        xpAward = Mechanics:2,
        SkillRequired = Mechanics:2,
        OnCreate = DAMN.OnCreate.PassSecondCond,

        inputs
        {
            item 1 [damnCraft.SteelRimSmall],
            item 1 [damnCraft.TireRubberNewSmall;damnCraft.TireRubberUsedSmall;damnCraft.TireRubberDestroyedSmall] mode:destroy,
            item 1 [Base.Crowbar] mode:keep,
        }
        outputs
        {
            item 1 Base.63vwStockTire1,
        }
	}

    craftRecipe 63beetleBuggyMakeTire
	{
        timedAction = Making,
        time = 200,
        Tags = InHandCraft,
        category = Mechanical,
        xpAward = Mechanics:2,
        SkillRequired = Mechanics:2,
        OnCreate = DAMN.OnCreate.PassSecondCond,

        inputs
        {
            item 1 [damnCraft.SteelRimSmall],
            item 1 [damnCraft.TireRubberNewSmall;damnCraft.TireRubberUsedSmall;damnCraft.TireRubberDestroyedSmall] mode:destroy,
            item 1 [Base.Crowbar] mode:keep,
        }
        outputs
        {
            item 1 Base.63beetleTireOffroad2,
        }
	}

    craftRecipe 63beetleHPMakeTire
	{
        timedAction = Making,
        time = 200,
        Tags = InHandCraft,
        category = Mechanical,
        xpAward = Mechanics:2,
        SkillRequired = Mechanics:2,
        OnCreate = DAMN.OnCreate.PassSecondCond,

        inputs
        {
            item 1 [damnCraft.SteelRimSmall],
            item 1 [damnCraft.TireRubberNewSmall;damnCraft.TireRubberUsedSmall;damnCraft.TireRubberDestroyedSmall] mode:destroy,
            item 1 [Base.Crowbar] mode:keep,
        }
        outputs
        {
            item 1 Base.63beetleTireSlick3,
        }
	}

    craftRecipe 63beetleMakeHood
	{
        timedAction = Welding,
        time = 200,
        Tags = InHandCraft;Welding,
        category = Mechanical,
        xpAward = MetalWelding:20,
        SkillRequired = MetalWelding:5,
        NeedToBeLearn = True,

        inputs
        {
            item 2 [damnCraft.HingeLarge],
            item 4 [Base.SheetMetal],
            item 2 [Base.Screws],
			item 9 [Base.BlowTorch],
            item 1 tags[WeldingMask] mode:keep,
        }
        outputs
        {
            item 1 Base.63beetleEngineDoor1,
        }
	}

    craftRecipe 63beetleMakeFrontDoor
	{
        timedAction = Welding,
        time = 200,
        Tags = InHandCraft;Welding,
        category = Mechanical,
        xpAward = MetalWelding:25,
        SkillRequired = MetalWelding:7,
        NeedToBeLearn = True,

        inputs
        {
            item 1 [damnCraft.HandleModern],
            item 2 [damnCraft.HingeSmall],
            item 2 [Base.SheetMetal],
            item 2 [Base.SmallSheetMetal],
            item 2 [Base.Screws],
			item 10 [Base.BlowTorch],
            item 1 tags[WeldingMask] mode:keep,
        }
        outputs
        {
            item 1 Base.63beetleDoor1,
        }
	}

    craftRecipe 63beetleMakeTrunkLid
	{
        timedAction = Welding,
        time = 200,
        Tags = InHandCraft;Welding,
        category = Mechanical,
        xpAward = MetalWelding:20,
        SkillRequired = MetalWelding:6,
        NeedToBeLearn = True,

        inputs
        {
            item 1 [damnCraft.HandleModern],
            item 2 [damnCraft.HingeLarge],
            item 2 [Base.SheetMetal],
            item 2 [Base.Screws],
			item 8 [Base.BlowTorch],
            item 1 tags[WeldingMask] mode:keep,
        }
        outputs
        {
            item 1 Base.63beetleTrunkDoor1,
        }
	}

    craftRecipe 63beetleMakeFrontSeat
	{
        timedAction = Making,
        time = 200,
        Tags = InHandCraft,
        category = Mechanical,
        xpAward = Mechanics:2,
        SkillRequired = Mechanics:3,
        NeedToBeLearn = True,

        inputs
        {
            item 1 [damnCraft.SeatFabric],
            item 2 [damnCraft.SeatFoam],
            item 1 [damnCraft.SeatFrameLarge],
            item 1 [Base.Screws],
            item 1 tags[Screwdriver] mode:keep flags[MayDegradeLight;NoBrokenItems],
        }
        outputs
        {
            item 1 Base.63beetleFrontSeat1,
        }
	}

    craftRecipe 63beetleMakeRearSeat
	{
        timedAction = Making,
        time = 200,
        Tags = InHandCraft,
        category = Mechanical,
        xpAward = Mechanics:2,
        SkillRequired = Mechanics:3,
        NeedToBeLearn = True,

        inputs
        {
            item 1 [damnCraft.SeatFabric],
            item 2 [damnCraft.SeatFoam],
            item 1 [damnCraft.SeatFrameLarge],
            item 1 [Base.Screws],
            item 1 tags[Screwdriver] mode:keep flags[MayDegradeLight;NoBrokenItems],
        }
        outputs
        {
            item 1 Base.63beetleRearSeat1,
        }
	}

    craftRecipe 63beetleMakeFrontWindshield
	{
        timedAction = Making,
        time = 200,
        Tags = InHandCraft,
        category = Mechanical,
        xpAward = Mechanics:2,
        SkillRequired = Mechanics:3,
        NeedToBeLearn = True,

        inputs
        {
            item 3 [Base.GlassPanel],
            item 4 [damnCraft.RubberStrip],
            item 1 [Base.Scalpel] mode:keep,
        }
        outputs
        {
            item 1 Base.63beetleWindshield1,
        }
	}

    craftRecipe 63beetleMakeFrontSideWindow
	{
        timedAction = Making,
        time = 200,
        Tags = InHandCraft,
        category = Mechanical,
        xpAward = Mechanics:2,
        SkillRequired = Mechanics:3,
        NeedToBeLearn = True,

        inputs
        {
            item 1 [Base.GlassPanel],
            item 2 [damnCraft.RubberStrip],
            item 1 [Base.Scalpel] mode:keep,
        }
        outputs
        {
            item 1 Base.63beetleFrontSideWindow1,
        }
	}

    craftRecipe 63beetleMakeRearSideWindow
	{
        timedAction = Making,
        time = 200,
        Tags = InHandCraft,
        category = Mechanical,
        xpAward = Mechanics:2,
        SkillRequired = Mechanics:3,
        NeedToBeLearn = True,

        inputs
        {
            item 1 [Base.GlassPanel],
            item 2 [damnCraft.RubberStrip],
            item 1 [Base.Scalpel] mode:keep,
        }
        outputs
        {
            item 1 Base.63beetleRearSideWindow1,
        }
	}

    craftRecipe 63beetleMakeRearWindshield
	{
        timedAction = Making,
        time = 200,
        Tags = InHandCraft,
        category = Mechanical,
        xpAward = Mechanics:2,
        SkillRequired = Mechanics:3,
        NeedToBeLearn = True,

        inputs
        {
            item 2 [Base.GlassPanel],
            item 4 [damnCraft.RubberStrip],
            item 1 [Base.Scalpel] mode:keep,
        }
        outputs
        {
            item 1 Base.63beetleWindshieldRear1,
        }
	}

    craftRecipe 63beetleMakeFrontWindshieldArmor
	{
        timedAction = Welding,
        time = 200,
        Tags = InHandCraft;Welding,
        category = Armoring,
        xpAward = MetalWelding:20,
        SkillRequired = MetalWelding:4,

        inputs
        {
            item 1 [Base.SheetMetal],
            item 7 [Base.MetalPipe],
            item 2 [Base.Screws],
			item 6 [Base.BlowTorch],
            item 1 tags[WeldingMask] mode:keep,
        }
        outputs
        {
            item 1 Base.63beetleWindshieldArmor,
        }
	}

    craftRecipe 63beetleMakeFrontWindowArmor
	{
        timedAction = Welding,
        time = 200,
        Tags = InHandCraft;Welding,
        category = Armoring,
        xpAward = MetalWelding:20,
        SkillRequired = MetalWelding:4,

        inputs
        {
            item 3 [Base.SmallSheetMetal],
            item 3 [Base.MetalPipe],
            item 1 [Base.Screws],
			item 4 [Base.BlowTorch],
            item 1 tags[WeldingMask] mode:keep,
        }
        outputs
        {
            item 1 Base.63beetleFrontWindowArmor,
        }
	}

    craftRecipe 63beetleMakeRearWindowArmor
	{
        timedAction = Welding,
        time = 200,
        Tags = InHandCraft;Welding,
        category = Armoring,
        xpAward = MetalWelding:20,
        SkillRequired = MetalWelding:4,

        inputs
        {
            item 4 [Base.SheetMetal],
            item 2 [Base.MetalPipe],
            item 1 [Base.Screws],
			item 4 [Base.BlowTorch],
            item 1 tags[WeldingMask] mode:keep,
        }
        outputs
        {
            item 1 Base.63beetleRearWindowArmor,
        }
	}

    craftRecipe 63beetleMakeRearWindshieldArmor
	{
        timedAction = Welding,
        time = 200,
        Tags = InHandCraft;Welding,
        category = Armoring,
        xpAward = MetalWelding:20,
        SkillRequired = MetalWelding:4,

        inputs
        {
            item 3 [Base.SmallSheetMetal],
            item 3 [Base.MetalPipe],
            item 1 [Base.Screws],
			item 2 [Base.BlowTorch],
            item 1 tags[WeldingMask] mode:keep,
        }
        outputs
        {
            item 1 Base.63beetleWindshieldRearArmor,
        }
	}

    craftRecipe 63beetleMakeFrontBumperMK1
	{
        timedAction = Welding,
        time = 200,
        Tags = InHandCraft;Welding,
        category = Armoring,
        xpAward = MetalWelding:20,
        SkillRequired = MetalWelding:5,

        inputs
        {
            item 3 [Base.SheetMetal],
            item 2 [Base.MetalPipe],
            item 2 [Base.Screws],
			item 5 [Base.BlowTorch],
            item 1 tags[WeldingMask] mode:keep,
        }
        outputs
        {
            item 1 Base.63beetleBumperFront0,
        }
	}

    craftRecipe 63beetleMakeFrontBumperMK2
	{
        timedAction = Welding,
        time = 200,
        Tags = InHandCraft;Welding,
        category = Armoring,
        xpAward = MetalWelding:20,
        SkillRequired = MetalWelding:5,

        inputs
        {
            item 3 [Base.SheetMetal],
            item 2 [Base.MetalPipe],
            item 2 [Base.Screws],
			item 5 [Base.BlowTorch],
            item 1 tags[WeldingMask] mode:keep,
        }
        outputs
        {
            item 1 Base.63beetleBumperFront1,
        }
	}

    craftRecipe 63beetleMakeFrontBumperMK3
	{
        timedAction = Welding,
        time = 200,
        Tags = InHandCraft;Welding,
        category = Armoring,
        xpAward = MetalWelding:20,
        SkillRequired = MetalWelding:6,

        inputs
        {
            item 2 [Base.SheetMetal],
            item 2 [Base.MetalPipe],
            item 3 [Base.LightBulb],
            item 2 [Base.Screws],
			item 5 [Base.BlowTorch],
            item 1 tags[WeldingMask] mode:keep,
        }
        outputs
        {
            item 1 Base.63beetleBumperFront2,
        }
	}

    craftRecipe 63beetleMakeRearBumperMK1
	{
        timedAction = Welding,
        time = 200,
        Tags = InHandCraft;Welding,
        category = Armoring,
        xpAward = MetalWelding:20,
        SkillRequired = MetalWelding:5,

        inputs
        {
            item 2 [Base.SheetMetal],
            item 2 [Base.MetalPipe],
            item 2 [Base.Screws],
			item 5 [Base.BlowTorch],
            item 1 tags[WeldingMask] mode:keep,
        }
        outputs
        {
            item 1 Base.63beetleBumperRear0,
        }
	}

    craftRecipe 63beetleMakeRearBumperMK2
	{
        timedAction = Welding,
        time = 200,
        Tags = InHandCraft;Welding,
        category = Armoring,
        xpAward = MetalWelding:20,
        SkillRequired = MetalWelding:5,

        inputs
        {
            item 2 [Base.SheetMetal],
            item 2 [Base.MetalPipe],
            item 2 [Base.Screws],
			item 5 [Base.BlowTorch],
            item 1 tags[WeldingMask] mode:keep,
        }
        outputs
        {
            item 1 Base.63beetleBumperRear1,
        }
	}

    craftRecipe 63beetleMakeSidesteps
	{
        timedAction = Welding,
        time = 200,
        Tags = InHandCraft;Welding,
        category = Mechanical,
        xpAward = MetalWelding:10,
        SkillRequired = MetalWelding:4,
        NeedToBeLearn = True,

        inputs
        {
            item 2 [Base.SheetMetal],
            item 2 [Base.Screws],
			item 3 [Base.BlowTorch],
            item 1 tags[WeldingMask] mode:keep,
        }
        outputs
        {
            item 1 Base.63beetleSidesteps0,
        }
	}

    craftRecipe 63beetleMakeRoofrack
	{
        timedAction = Welding,
        time = 200,
        Tags = InHandCraft;Welding,
        category = Mechanical,
        xpAward = MetalWelding:25,
        SkillRequired = MetalWelding:5,
        NeedToBeLearn = True,

        inputs
        {
            item 4 [Base.SheetMetal],
            item 6 [Base.MetalPipe],
            item 2 [Base.LightBulb],
            item 2 [Base.Screws],
            item 1 [Base.Tarp],
			item 7 [Base.BlowTorch],
            item 1 tags[WeldingMask] mode:keep,
        }
        outputs
        {
            item 1 Base.63beetleRoofrack1,
        }
	}
}