module Base

{
	recipe Dismantle Pontiac Tire
    	{
		75grandPrixR215Tire1/75grandPrixR217Tire3/75grandPrixH17Tire3,
		keep Crowbar,

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

    recipe Dismantle 75 Pontiac Grand Prix Roofrack
    	{
		BlowTorch=3,
       	keep WeldingMask,
		75grandPrixRoofrack1,

		NoBrokenItems:false,
		Result:MetalPipe=2,
		Time:500.0,
		Category:Recycling,
		SkillRequired:MetalWelding=3,
		NeedToBeLearn:false,
		CanBeDoneFromFloor:true,
    }

    recipe Dismantle 75 Pontiac Grand Prix Lid
    	{
		75grandPrixEngineDoor1/75grandPrixTrunkDoor1,
		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 75 Pontiac Grand Prix Door
    	{
		75grandPrixFrontDoor1,
		BlowTorch=3,
       	keep WeldingMask,

		NoBrokenItems:false,
		Result:damnCraft.HandleModern,
		Time:400.0,
		Category:Recycling,
		SkillRequired:MetalWelding=3,
		OnCreate:DAMN.OnCreate.DismantleDoor,
		NeedToBeLearn:false,
		CanBeDoneFromFloor:true,
    }

    recipe Dismantle 75 Pontiac Grand Prix Armor
    	{
		75grandPrixWindshieldArmor/75grandPrixFrontWindowArmor/75grandPrixRearWindowArmor/75grandPrixWindshieldRearArmor/75grandPrixBumperFront/75grandPrixBumperFrontA/75grandPrixBullbar/75grandPrixBumperRear,
		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 75 Pontiac Grand Prix Seat
    	{
		75grandPrixSeatFront1/75grandPrixSeatRear1,
		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,
    }

}