module Base
{

/****Misc****/

	item FRWindshieldFrame
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	2,
		Type	=	Normal,
		DisplayName	=	Windshield Frame,
		Icon	=	FR_FenderSkirt,
		VehicleType	=	1,
		ConditionMax = 100,
		MechanicsItem = TRUE,
        WorldStaticModel = FR_World_Fenderskirt,
	}

/****FenderSkirts****/

	item FRFenderSkirt1
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	2,
		Type	=	Normal,
		DisplayName	=	Fender Skirt,
		Icon	=	FR_FenderSkirt,
		VehicleType	=	1,
		ConditionMax = 100,
		MechanicsItem = TRUE,
        WorldStaticModel = FR_World_Fenderskirt,
		
	}

	item FRFenderSkirt2
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	2,
		Type	=	Normal,
		DisplayName	=	Fender Skirt,
		Icon	=	FR_FenderSkirt,
		VehicleType	=	2,
		ConditionMax = 100,
		MechanicsItem = TRUE,
        WorldStaticModel = FR_World_Fenderskirt,
		
	}

	item FRFenderSkirt3
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	2,
		Type	=	Normal,
		DisplayName	=	Fender Skirt,
		Icon	=	FR_FenderSkirt,
		VehicleType	=	3,
		ConditionMax = 100,
		MechanicsItem = TRUE,
        WorldStaticModel = FR_World_Fenderskirt,
		
	}
	
	item FRCustomFenderSkirt1
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	2,
		Type	=	Normal,
		DisplayName	=	Custom Fender Skirt,
		Icon	=	FR_FenderSkirt,
		VehicleType	=	1,
		ConditionMax = 100,
		MechanicsItem = TRUE,
        WorldStaticModel = FR_World_Fenderskirt,
		
	}

	item FRCustomFenderSkirt2
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	2,
		Type	=	Normal,
		DisplayName	=	Custom Fender Skirt,
		Icon	=	FR_FenderSkirt,
		VehicleType	=	2,
		ConditionMax = 100,
		MechanicsItem = TRUE,
        WorldStaticModel = FR_World_Fenderskirt,
		
	}

	item FRCustomFenderSkirt3
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	2,
		Type	=	Normal,
		DisplayName	=	Custom Fender Skirt,
		Icon	=	FR_FenderSkirt,
		VehicleType	=	3,
		ConditionMax = 100,
		MechanicsItem = TRUE,
        WorldStaticModel = FR_World_Fenderskirt,
		
	}
	
	item FRPerformanceFenderSkirt1
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	2,
		Type	=	Normal,
		DisplayName	=	Performance Fender Skirt,
		Icon	=	FR_FenderSkirt,
		VehicleType	=	1,
		ConditionMax = 100,
		MechanicsItem = TRUE,
        WorldStaticModel = FR_World_Fenderskirt,
		
	}

	item FRPerformanceFenderSkirt2
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	2,
		Type	=	Normal,
		DisplayName	=	Performance Fender Skirt,
		Icon	=	FR_FenderSkirt,
		VehicleType	=	2,
		ConditionMax = 100,
		MechanicsItem = TRUE,
        WorldStaticModel = FR_World_Fenderskirt,
		
	}

	item FRPerformanceFenderSkirt3
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	2,
		Type	=	Normal,
		DisplayName	=	Performance Fender Skirt,
		Icon	=	FR_FenderSkirt,
		VehicleType	=	3,
		ConditionMax = 100,
		MechanicsItem = TRUE,
        WorldStaticModel = FR_World_Fenderskirt,
		
	}

	/****Side Steps****/

	item FROldSideStep
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	5,
		Type	=	Normal,
		DisplayName	=	Old Side Step,
		Icon	=	FR_SideStep,
		ConditionMax = 100,
		MechanicsItem = TRUE,
		WorldStaticModel = FRSideStepLeft1,
	}

	item FRNormalSideStep
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	5,
		Type	=	Normal,
		DisplayName	=	Normal Side Step,
		Icon	=	FR_SideStep,
		ConditionMax = 100,
		MechanicsItem = TRUE,
		WorldStaticModel = FRSideStepLeft3,
	}

	item FRPerformanceSideStep
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	5,
		Type	=	Normal,
		DisplayName	=	Performance Side Step,
		Icon	=	FR_SideStep,
		ConditionMax = 100,
		MechanicsItem = TRUE,
		WorldStaticModel = FRSideStepLeft3,
	}

	/****Roll Cages****/

	item FRRollcage
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	20,
		Type	=	Normal,
		DisplayName	=	Roll Cage,
		MaxCapacity = -3,
		Icon	=	FR_RollCage,
		VehicleType	=	1,
		ConditionMax = 120,
		MechanicsItem = TRUE,
		WorldStaticModel = FR_Rollcage1,
	}
	
	item FRBedCapHard
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	20,
		Type	=	Normal,
		DisplayName	=	Rigid Bed Cap,
		Icon	=	FR_BedCapHard,
		MaxCapacity = 8,
		ConditionMax = 100,
		MechanicsItem = TRUE,
		WorldStaticModel = FR_World_Bed_Cap_Hard,
		
	}
	
	item FRBedCapSoft
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	20,
		Type	=	Normal,
		DisplayName	=	Soft Bed Cap,
		Icon	=	FR_BedCapSoft,
		MaxCapacity = 8,
		ConditionMax = 100,
		MechanicsItem = TRUE,
		WorldStaticModel = FR_World_Bed_Cap_Soft,
		
	}
	
	item FRBedSideBoards
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	10,
		Type	=	Normal,
		DisplayName	=	Side Boards,
		Icon	=	FR_BedCapSoft,
		MaxCapacity = 8,
		ConditionMax = 100,
		MechanicsItem = TRUE,
		WorldStaticModel = FR_World_Bed_Boards,
		
	}

	/****Roof Bars or whatever****/

	item FRTopLightsFog
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	5,
		Type	=	Normal,
		DisplayName	=	Fog Lights,
		Icon	=	FR_FogLights,
		ConditionMax = 100,
		MechanicsItem = TRUE,
		WorldStaticModel = FRTopLightsFog1,
		
	}

	item FRTopLightBar
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	5,
		Type	=	Normal,
		DisplayName	=	Police Lights,
		Icon	=	FR_LightBar,
		ConditionMax = 100,
		MechanicsItem = TRUE,
		WorldStaticModel = FR_World_Lightbar,
		
	}

	item FRTopLightBarModern
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	5,
		Type	=	Normal,
		DisplayName	=	Police Lights Modern,
		Icon	=	FR_LightBar,
		ConditionMax = 100,
		MechanicsItem = TRUE,
		WorldStaticModel = FR_World_Lightbar,
		
	}

	item FRTaxiTopper
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	2,
		Type	=	Normal,
		DisplayName	=	Taxi Topper,
		Icon	=	FR_TaxiTopper,
		ConditionMax = 100,
		MechanicsItem = TRUE,
		WorldStaticModel = FR_World_TaxiTopper,
	}
}