module Base
{
/****Roofs****/

	item FRRoofHard1
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	25,
		Type	=	Normal,
		DisplayName	=	Roof,
		Icon	=	FR_RoofHard,
		VehicleType	=	1,
		ConditionMax = 100,
		MechanicsItem = TRUE,
		WorldStaticModel = FR_World_RoofHard,
	}

	item FRRoofHard2
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	25,
		Type	=	Normal,
		DisplayName	=	Roof,
		Icon	=	FR_RoofHard,
		VehicleType	=	2,
		ConditionMax = 100,
		MechanicsItem = TRUE,
		WorldStaticModel = FR_World_RoofTruck,
	}

	item FRRoofHard3
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	25,
		Type	=	Normal,
		DisplayName	=	Roof,
		Icon	=	FR_RoofHard,
		VehicleType	=	3,
		ConditionMax = 100,
		MechanicsItem = TRUE,
		WorldStaticModel = FR_World_RoofHard,
	}

	item FRRoofConSoft1
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	15,
		Type	=	Normal,
		DisplayName	=	Canvas Roof,
		Icon	=	FR_RoofConSoft,
		VehicleType	=	1,
		ConditionMax = 100,
		MechanicsItem = TRUE,
		WorldStaticModel = FR_World_RoofConvert,
	}

	item FRRoofConSoft2
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	15,
		Type	=	Normal,
		DisplayName	=	Canvas Roof,
		Icon	=	FR_RoofConSoft,
		VehicleType	=	2,
		ConditionMax = 100,
		MechanicsItem = TRUE,
		WorldStaticModel = FR_World_RoofConvert,
	}

	item FRRoofConSoft3
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	15,
		Type	=	Normal,
		DisplayName	=	Canvas Roof,
		Icon	=	FR_RoofConSoft,
		VehicleType	=	3,
		ConditionMax = 100,
		MechanicsItem = TRUE,
		WorldStaticModel = FR_World_RoofConvert,
	}

	item FRRoofConHard1
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	15,
		Type	=	Normal,
		DisplayName	=	Hard Convertible Roof,
		Icon	=	FR_RoofHard,
		VehicleType	=	1,
		ConditionMax = 100,
		MechanicsItem = TRUE,
		WorldStaticModel = FR_World_RoofConvertHard,
	}

	item FRRoofConHard2
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	15,
		Type	=	Normal,
		DisplayName	=	Hard Convertible Roof,
		Icon	=	FR_RoofHard,
		VehicleType	=	2,
		ConditionMax = 100,
		MechanicsItem = TRUE,
		WorldStaticModel = FR_World_RoofConvertHard,
	}

	item FRRoofConHard3
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	15,
		Type	=	Normal,
		DisplayName	=	Hard Convertible Roof,
		Icon	=	FR_RoofHard,
		VehicleType	=	3,
		ConditionMax = 100,
		MechanicsItem = TRUE,
		WorldStaticModel = FR_World_RoofConvertHard,
	}

	item FRRoofTTop1
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	10,
		Type	=	Normal,
		DisplayName	=	Roof T-Top,
		Icon	=	FR_RoofTTop,
		VehicleType	=	1,
		ConditionMax = 100,
		MechanicsItem = TRUE,
		WorldStaticModel = FR_World_RoofTTop,
	}

	item FRRoofTTop2
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	10,
		Type	=	Normal,
		DisplayName	=	Roof T-Top,
		Icon	=	FR_RoofTTop,
		VehicleType	=	2,
		ConditionMax = 100,
		MechanicsItem = TRUE,
		WorldStaticModel = FR_World_RoofTTop,
	}

	item FRRoofTTop3
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	10,
		Type	=	Normal,
		DisplayName	=	Roof T-Top,
		Icon	=	FR_RoofTTop,
		VehicleType	=	3,
		ConditionMax = 100,
		MechanicsItem = TRUE,
		WorldStaticModel = FR_World_RoofTTop,
	}
}