module Base

{
	recipe Dismantle 86 Chevrolet CUCV Tire
    	{
		86chevyCUCVTire1/86chevyCUCVTire2,
		keep Crowbar,

		NoBrokenItems:false,
		Result:SteelRimSmall,
		Time:350.0,
		Category:Recycling,
		SkillRequired:Mechanics=2,
		OnCreate:DAMN.OnCreate.DismantleTireSmall,
		NeedToBeLearn:false,
		CanBeDoneFromFloor:true,
    }

    recipe Dismantle 86 Chevrolet CUCV Double Tires
    	{
		86chevyCUCVDoubleTires2,
		keep Crowbar,

		NoBrokenItems:false,
		Result:Screws,
		Time:900.0,
		Category:Recycling,
		SkillRequired:Mechanics=2,
		OnCreate:CUCV86.Dismantle2Tires,
		NeedToBeLearn:false,
		CanBeDoneFromFloor:true,
    }

    recipe Dismantle 86 Chevrolet CUCV Lid
    	{
		86chevyM1008Tailgate2/80chevyM1010Tailgate2/80chevyM1028Tailgate2/80chevyM1031Tailgate2/86chevyK5Tailgate2/86chevyCUCVstorageLid2/86chevyCUCVstorageLids2,
		BlowTorch=3,
       	keep WeldingMask,

		NoBrokenItems:false,
		Result:Screws=1,
		Time:400.0,
		Category:Recycling,
		SkillRequired:MetalWelding=3,
		OnCreate:DAMN.OnCreate.DismantleTrunkLid,
		NeedToBeLearn:false,
		CanBeDoneFromFloor:true,
    }

    recipe Dismantle 86 Chevrolet CUCV Armor
    	{
		86chevyCUCVBullbarFrontA/86chevyCUCVBullbarFrontB/86chevyCUCVBullbarFrontC/86chevyCUCVBumperRear1/86chevyCUCVBumperRear2/86chevyCUCVFrontWindowArmor/86chevyCUCVBackWindowArmor/86chevyCUCVWindshieldArmor/86chevyCUCVWindshieldRearArmor/86chevyM1010WindshieldRearArmor,
		BlowTorch=3,
       	keep WeldingMask,

		NoBrokenItems:false,
		Result:SheetMetal=1,
		Time:500.0,
		Category:Recycling,
		SkillRequired:MetalWelding=3,
		OnCreate:DAMN.OnCreate.DismantleRim,
		NeedToBeLearn:false,
		CanBeDoneFromFloor:true,
    }

    recipe Dismantle 86 Chevrolet CUCV Bed Planks
    	{
		86chevyCUCVBedPlanks2,
		BlowTorch=3,
        Plank=3,
       	keep WeldingMask,

		NoBrokenItems:false,
		Result:SmallSheetMetal,
		Time:500.0,
		Category:Recycling,
		SkillRequired:MetalWelding=2,
		OnCreate:DAMN.OnCreate.DismantleRim,
		NeedToBeLearn:false,
		CanBeDoneFromFloor:true,
    }

    recipe Dismantle 86 Chevrolet CUCV Seat
    	{
		86chevyCUCVSeatFront2/86chevyCUCVSeatRear2,
		keep [Recipe.GetItemTypes.SharpKnife]/[Recipe.GetItemTypes.DullKnife]/Scalpel,

		NoBrokenItems:false,
		Result:SeatFrameLarge=1,
		Time:350.0,
		Category:Recycling,
		SkillRequired:Mechanics=1,
		OnCreate:DAMN.OnCreate.DismantleSeat,
		NeedToBeLearn:false,
		CanBeDoneFromFloor:true,
    }

}