module Base
{

    item McLarenF1Door3
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	10.0,
        Type	=	Normal,
        DisplayName	=	McLarenF1 Door,
        Icon	=	McLarenF1Door,
        VehicleType =   3,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = McLarenF1Door_WorldItem,
    }

    item McLarenF1Hood3
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	10.0,
        Type	=	Normal,
        DisplayName	=	McLarenF1 Hood,
        Icon	=	McLarenF1Hood,
        VehicleType =   3,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = McLarenF1Hood_WorldItem,
    }

    item McLarenF1RearWindshield3
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	10.0,
        Type	=	Normal,
        DisplayName	=	McLarenF1 RearWindshield,
        Icon	=	McLarenF1RearWindshield,
        VehicleType =   3,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = McLarenF1RearWindshield_WorldItem,
    }

        item McLarenF1Windshield3
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	20.0,
        Type	=	Normal,
        DisplayName	=	McLarenF1 Windshield,
        Icon	=	McLarenF1Windshield,
        VehicleType =   3,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = McLarenF1Windshield_WorldItem,
    }

        item McLarenF1SideWindow3
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	20.0,
        Type	=	Normal,
        DisplayName	=	McLarenF1 Side Window,
        Icon	=	McLarenF1SideWindow,
        VehicleType =   3,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = McLarenF1SideWindow_WorldItem,
    }

        item McLarenF1TrunkDoor3
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	20.0,
        Type	=	Normal,
        DisplayName	=	McLarenF1 Trunk Door,
        Icon	=	McLarenF1TrunkDoor,
        VehicleType =   3,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = McLarenF1TrunkDoor_WorldItem,
    }

		item McLarenF1Bull3
        {
            DisplayCategory = VehicleMaintenance,
            Weight	=	10.0,0
            Type	=	Normal,
            DisplayName	=	McLaren F1 Front Armor,
            Icon	=	McLarenF1Bull,
            VehicleType =   3,
            ConditionMax = 100,
            MechanicsItem = TRUE,
            WorldStaticModel = McLarenF1Bull_WorldItem,
        }

    		item McLarenF1WindowArmor3
        {
            DisplayCategory = VehicleMaintenance,
            Weight	=	10.0,0
            Type	=	Normal,
            DisplayName	=	McLaren F1 Window Armor,
            Icon	=	McLarenF1WindowArmor,
            VehicleType =   3,
            ConditionMax = 100,
            MechanicsItem = TRUE,
            WorldStaticModel = McLarenF1WindowArmor_WorldItem,
        }

    		item McLarenF1FrontWheel3

	  {
      	DisplayCategory = VehicleMaintenance,
        	Weight	=	15.0,
        	Type	=	Normal,
        	DisplayName	=	McLaren F1 235/45ZR17 Front Tire,
        	Icon	=	McLarenF1FrontWheel,
        	VehicleType =   3,
        	MaxCapacity = 40,
        	ConditionMax = 100,
        	ChanceToSpawnDamaged = 10,
        	ConditionLowerStandard = 0.02,
        	ConditionLowerOffroad = 0.35,
        	WheelFriction = 1.8,
        	MechanicsItem = TRUE,
        	WorldStaticModel = McLarenF1FrontWheel_WorldItem,
    	  }

    		item McLarenF1RearWheel3

	  {
      	DisplayCategory = VehicleMaintenance,
        	Weight	=	15.0,
        	Type	=	Normal,
        	DisplayName	=	McLaren F1 315/45ZR17 Rear Tire,
        	Icon	=	McLarenF1FrontWheel,
        	VehicleType =   3,
        	MaxCapacity = 40,
        	ConditionMax = 100,
        	ChanceToSpawnDamaged = 10,
        	ConditionLowerStandard = 0.02,
        	ConditionLowerOffroad = 0.35,
        	WheelFriction = 1.8,
        	MechanicsItem = TRUE,
        	WorldStaticModel = McLarenF1RearWheel_WorldItem,
    	  }

}
